File tree Expand file tree Collapse file tree 4 files changed +32
-2
lines changed
WeChatExtension/Rely/Plugin
WeChatExtension/WeChatExtension.framework Expand file tree Collapse file tree 4 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >FMWK </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >2.9.0 </string >
20
+ <string >2.9.1 </string >
21
21
<key >CFBundleSupportedPlatforms </key >
22
22
<array >
23
23
<string >MacOSX </string >
45
45
<key >showUpdateWindow </key >
46
46
<true />
47
47
<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 >
49
49
</dict >
50
50
</plist >
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments