|
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>$(DEVELOPMENT_LANGUAGE)</string> |
7 |
| - <key>CFBundleExecutable</key> |
8 |
| - <string>$(EXECUTABLE_NAME)</string> |
9 |
| - <key>CFBundleIdentifier</key> |
10 |
| - <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
11 |
| - <key>CFBundleInfoDictionaryVersion</key> |
12 |
| - <string>6.0</string> |
13 |
| - <key>CFBundleName</key> |
14 |
| - <string>com.fluttercandies.wechatAssetsPickerExample</string> |
15 |
| - <key>CFBundlePackageType</key> |
16 |
| - <string>APPL</string> |
17 |
| - <key>CFBundleShortVersionString</key> |
18 |
| - <string>$(FLUTTER_BUILD_NAME)</string> |
19 |
| - <key>CFBundleSignature</key> |
20 |
| - <string>????</string> |
21 |
| - <key>CFBundleVersion</key> |
22 |
| - <string>$(FLUTTER_BUILD_NUMBER)</string> |
23 |
| - <key>LSRequiresIPhoneOS</key> |
24 |
| - <true/> |
25 |
| - <key>NSAppTransportSecurity</key> |
| 5 | + <key>CFBundleDevelopmentRegion</key> |
| 6 | + <string>$(DEVELOPMENT_LANGUAGE)</string> |
| 7 | + <key>CFBundleExecutable</key> |
| 8 | + <string>$(EXECUTABLE_NAME)</string> |
| 9 | + <key>CFBundleIdentifier</key> |
| 10 | + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
| 11 | + <key>CFBundleInfoDictionaryVersion</key> |
| 12 | + <string>6.0</string> |
| 13 | + <key>CFBundleName</key> |
| 14 | + <string>com.fluttercandies.wechatAssetsPickerExample</string> |
| 15 | + <key>CFBundlePackageType</key> |
| 16 | + <string>APPL</string> |
| 17 | + <key>CFBundleShortVersionString</key> |
| 18 | + <string>$(FLUTTER_BUILD_NAME)</string> |
| 19 | + <key>CFBundleSignature</key> |
| 20 | + <string>????</string> |
| 21 | + <key>CFBundleVersion</key> |
| 22 | + <string>$(FLUTTER_BUILD_NUMBER)</string> |
| 23 | + <key>LSRequiresIPhoneOS</key> |
| 24 | + <true/> |
| 25 | + <key>NSAppTransportSecurity</key> |
26 | 26 | <dict>
|
27 |
| - <key>NSAllowsArbitraryLoads</key> |
28 |
| - <true/> |
| 27 | + <key>NSAllowsArbitraryLoads</key> |
| 28 | + <true/> |
29 | 29 | </dict>
|
30 |
| - <key>NSPhotoLibraryUsageDescription</key> |
| 30 | + <key>NSPhotoLibraryUsageDescription</key> |
31 | 31 | <string>Read your photos for display</string>
|
32 | 32 | <key>NSCameraUsageDescription</key>
|
33 | 33 | <string>Take a photo for display</string>
|
34 |
| - <key>UILaunchStoryboardName</key> |
35 |
| - <string>LaunchScreen</string> |
36 |
| - <key>UIMainStoryboardFile</key> |
37 |
| - <string>Main</string> |
38 |
| - <key>UISupportedInterfaceOrientations</key> |
39 |
| - <array> |
40 |
| - <string>UIInterfaceOrientationPortrait</string> |
41 |
| - <string>UIInterfaceOrientationLandscapeLeft</string> |
42 |
| - <string>UIInterfaceOrientationLandscapeRight</string> |
43 |
| - </array> |
44 |
| - <key>UISupportedInterfaceOrientations~ipad</key> |
45 |
| - <array> |
46 |
| - <string>UIInterfaceOrientationPortrait</string> |
47 |
| - <string>UIInterfaceOrientationPortraitUpsideDown</string> |
48 |
| - <string>UIInterfaceOrientationLandscapeLeft</string> |
49 |
| - <string>UIInterfaceOrientationLandscapeRight</string> |
50 |
| - </array> |
51 |
| - <key>UIViewControllerBasedStatusBarAppearance</key> |
52 |
| - <false/> |
| 34 | + <key>UILaunchStoryboardName</key> |
| 35 | + <string>LaunchScreen</string> |
| 36 | + <key>UIMainStoryboardFile</key> |
| 37 | + <string>Main</string> |
| 38 | + <key>UISupportedInterfaceOrientations</key> |
| 39 | + <array> |
| 40 | + <string>UIInterfaceOrientationPortrait</string> |
| 41 | + <string>UIInterfaceOrientationLandscapeLeft</string> |
| 42 | + <string>UIInterfaceOrientationLandscapeRight</string> |
| 43 | + </array> |
| 44 | + <key>UISupportedInterfaceOrientations~ipad</key> |
| 45 | + <array> |
| 46 | + <string>UIInterfaceOrientationPortrait</string> |
| 47 | + <string>UIInterfaceOrientationPortraitUpsideDown</string> |
| 48 | + <string>UIInterfaceOrientationLandscapeLeft</string> |
| 49 | + <string>UIInterfaceOrientationLandscapeRight</string> |
| 50 | + </array> |
| 51 | + <key>UIViewControllerBasedStatusBarAppearance</key> |
| 52 | + <false/> |
53 | 53 | </dict>
|
54 | 54 | </plist>
|
0 commit comments