Commit a63404a0e20d0f05e5f7206d79b0dee5b12fa9fc
1 parent
e55bbdf3
feat:iOS端版本号更新
Showing
1 changed file
with
20 additions
and
20 deletions
ios/Flutter/AppFrameworkInfo.plist
... | ... | @@ -2,25 +2,25 @@ |
2 | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
3 | 3 | <plist version="1.0"> |
4 | 4 | <dict> |
5 | - <key>CFBundleDevelopmentRegion</key> | |
6 | - <string>en</string> | |
7 | - <key>CFBundleExecutable</key> | |
8 | - <string>App</string> | |
9 | - <key>CFBundleIdentifier</key> | |
10 | - <string>io.flutter.flutter.app</string> | |
11 | - <key>CFBundleInfoDictionaryVersion</key> | |
12 | - <string>6.0</string> | |
13 | - <key>CFBundleName</key> | |
14 | - <string>App</string> | |
15 | - <key>CFBundlePackageType</key> | |
16 | - <string>FMWK</string> | |
17 | - <key>CFBundleShortVersionString</key> | |
18 | - <string>1.0</string> | |
19 | - <key>CFBundleSignature</key> | |
20 | - <string>????</string> | |
21 | - <key>CFBundleVersion</key> | |
22 | - <string>1.0</string> | |
23 | - <key>MinimumOSVersion</key> | |
24 | - <string>11.0</string> | |
5 | + <key>CFBundleDevelopmentRegion</key> | |
6 | + <string>en</string> | |
7 | + <key>CFBundleExecutable</key> | |
8 | + <string>App</string> | |
9 | + <key>CFBundleIdentifier</key> | |
10 | + <string>io.flutter.flutter.app</string> | |
11 | + <key>CFBundleInfoDictionaryVersion</key> | |
12 | + <string>6.0</string> | |
13 | + <key>CFBundleName</key> | |
14 | + <string>App</string> | |
15 | + <key>CFBundlePackageType</key> | |
16 | + <string>FMWK</string> | |
17 | + <key>CFBundleShortVersionString</key> | |
18 | + <string>1.0.1</string> | |
19 | + <key>CFBundleSignature</key> | |
20 | + <string>????</string> | |
21 | + <key>CFBundleVersion</key> | |
22 | + <string>1.0.1</string> | |
23 | + <key>MinimumOSVersion</key> | |
24 | + <string>11.0</string> | |
25 | 25 | </dict> |
26 | 26 | </plist> | ... | ... |