Skip to content

Commit 3877640

Browse files
committed
v2.9.1
1 parent a87c245 commit 3877640

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed
1019 Bytes
Binary file not shown.

WeChatExtension/Rely/Plugin/WeChatExtension/WeChatExtension.framework/Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.9.0</string>
20+
<string>2.9.1</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
@@ -45,6 +45,6 @@
4545
<key>showUpdateWindow</key>
4646
<true/>
4747
<key>versionInfo</key>
48-
<string>v2.9.0(2021-07-03):\n👉🏻 全新上帝模式 \n</string>
48+
<string>v2.9.1(2021-07-05):\n👉🏻 修复聊天记录闪退 \n</string>
4949
</dict>
5050
</plist>
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>English</string>
7+
<key>CFBundleExecutable</key>
8+
<string>${EXECUTABLE_NAME}</string>
9+
<key>CFBundleIconFile</key>
10+
<string></string>
11+
<key>CFBundleIdentifier</key>
12+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>${PRODUCT_NAME}</string>
17+
<key>CFBundlePackageType</key>
18+
<string>FMWK</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>1.0</string>
21+
<key>CFBundleSignature</key>
22+
<string>????</string>
23+
<key>CFBundleVersion</key>
24+
<string>1</string>
25+
<key>NSHumanReadableCopyright</key>
26+
<string>Copyright © 2013 Jonathan Willing. All rights reserved.</string>
27+
<key>NSPrincipalClass</key>
28+
<string></string>
29+
</dict>
30+
</plist>
960 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)