|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
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 | | -<dict> |
5 | | - <key>CADisableMinimumFrameDurationOnPhone</key> |
6 | | - <true/> |
7 | | - <key>CFBundleDevelopmentRegion</key> |
8 | | - <string>$(DEVELOPMENT_LANGUAGE)</string> |
9 | | - <key>CFBundleDisplayName</key> |
10 | | - <string>Zulip beta</string> |
11 | | - <key>CFBundleExecutable</key> |
12 | | - <string>$(EXECUTABLE_NAME)</string> |
13 | | - <key>CFBundleIdentifier</key> |
14 | | - <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
15 | | - <key>CFBundleInfoDictionaryVersion</key> |
16 | | - <string>6.0</string> |
17 | | - <key>CFBundleName</key> |
18 | | - <string>Zulip beta</string> |
19 | | - <key>CFBundlePackageType</key> |
20 | | - <string>APPL</string> |
21 | | - <key>CFBundleShortVersionString</key> |
22 | | - <string>$(FLUTTER_BUILD_NAME)</string> |
23 | | - <key>CFBundleSignature</key> |
24 | | - <string>????</string> |
25 | | - <key>CFBundleURLTypes</key> |
26 | | - <array> |
27 | | - <dict> |
28 | | - <key>CFBundleURLName</key> |
29 | | - <string>com.zulip.flutter</string> |
30 | | - <key>CFBundleURLSchemes</key> |
31 | | - <array> |
32 | | - <string>zulip</string> |
33 | | - </array> |
34 | | - </dict> |
35 | | - </array> |
36 | | - <key>CFBundleVersion</key> |
37 | | - <string>$(FLUTTER_BUILD_NUMBER)</string> |
38 | | - <key>FlutterDeepLinkingEnabled</key> |
39 | | - <true/> |
40 | | - <key>ITSAppUsesNonExemptEncryption</key> |
41 | | - <false/> |
42 | | - <key>LSRequiresIPhoneOS</key> |
43 | | - <true/> |
44 | | - <key>NSCameraUsageDescription</key> |
45 | | - <string>By allowing camera access, you can take photos and send them in Zulip messages.</string> |
46 | | - <key>NSPhotoLibraryUsageDescription</key> |
47 | | - <string>Choose photos from your library and send them in Zulip messages.</string> |
48 | | - <key>UIApplicationSupportsIndirectInputEvents</key> |
49 | | - <true/> |
50 | | - <key>UIBackgroundModes</key> |
51 | | - <array> |
52 | | - <string>fetch</string> |
53 | | - <string>remote-notification</string> |
54 | | - </array> |
55 | | - <key>UILaunchStoryboardName</key> |
56 | | - <string>LaunchScreen</string> |
57 | | - <key>UIMainStoryboardFile</key> |
58 | | - <string>Main</string> |
59 | | - <key>UISupportedInterfaceOrientations</key> |
60 | | - <array> |
61 | | - <string>UIInterfaceOrientationPortrait</string> |
62 | | - <string>UIInterfaceOrientationLandscapeLeft</string> |
63 | | - <string>UIInterfaceOrientationLandscapeRight</string> |
64 | | - </array> |
65 | | - <key>UISupportedInterfaceOrientations~ipad</key> |
66 | | - <array> |
67 | | - <string>UIInterfaceOrientationPortrait</string> |
68 | | - <string>UIInterfaceOrientationPortraitUpsideDown</string> |
69 | | - <string>UIInterfaceOrientationLandscapeLeft</string> |
70 | | - <string>UIInterfaceOrientationLandscapeRight</string> |
71 | | - </array> |
72 | | - <key>UIViewControllerBasedStatusBarAppearance</key> |
73 | | - <false/> |
74 | | -</dict> |
| 4 | + <dict> |
| 5 | + <key>CADisableMinimumFrameDurationOnPhone</key> |
| 6 | + <true/> |
| 7 | + <key>CFBundleDevelopmentRegion</key> |
| 8 | + <string>$(DEVELOPMENT_LANGUAGE)</string> |
| 9 | + <key>CFBundleDisplayName</key> |
| 10 | + <string>Zulip beta</string> |
| 11 | + <key>CFBundleExecutable</key> |
| 12 | + <string>$(EXECUTABLE_NAME)</string> |
| 13 | + <key>CFBundleIdentifier</key> |
| 14 | + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
| 15 | + <key>CFBundleInfoDictionaryVersion</key> |
| 16 | + <string>6.0</string> |
| 17 | + <key>CFBundleName</key> |
| 18 | + <string>Zulip beta</string> |
| 19 | + <key>CFBundlePackageType</key> |
| 20 | + <string>APPL</string> |
| 21 | + <key>CFBundleShortVersionString</key> |
| 22 | + <string>$(FLUTTER_BUILD_NAME)</string> |
| 23 | + <key>CFBundleSignature</key> |
| 24 | + <string>????</string> |
| 25 | + <key>CFBundleURLTypes</key> |
| 26 | + <array> |
| 27 | + <dict> |
| 28 | + <key>CFBundleURLName</key> |
| 29 | + <string>com.zulip.flutter</string> |
| 30 | + <key>CFBundleURLSchemes</key> |
| 31 | + <array> |
| 32 | + <string>zulip</string> |
| 33 | + </array> |
| 34 | + </dict> |
| 35 | + </array> |
| 36 | + <key>CFBundleVersion</key> |
| 37 | + <string>$(FLUTTER_BUILD_NUMBER)</string> |
| 38 | + <key>FlutterDeepLinkingEnabled</key> |
| 39 | + <true/> |
| 40 | + <key>ITSAppUsesNonExemptEncryption</key> |
| 41 | + <false/> |
| 42 | + <key>LSRequiresIPhoneOS</key> |
| 43 | + <true/> |
| 44 | + <key>NSCameraUsageDescription</key> |
| 45 | + <string>By allowing camera access, you can take photos and send them in Zulip messages.</string> |
| 46 | + <key>NSPhotoLibraryUsageDescription</key> |
| 47 | + <string>Choose photos from your library and send them in Zulip messages.</string> |
| 48 | + <key>UIApplicationSupportsIndirectInputEvents</key> |
| 49 | + <true/> |
| 50 | + <key>UIBackgroundModes</key> |
| 51 | + <array> |
| 52 | + <string>fetch</string> |
| 53 | + <string>remote-notification</string> |
| 54 | + </array> |
| 55 | + <key>UILaunchStoryboardName</key> |
| 56 | + <string>LaunchScreen</string> |
| 57 | + <key>UIMainStoryboardFile</key> |
| 58 | + <string>Main</string> |
| 59 | + <key>UISupportedInterfaceOrientations</key> |
| 60 | + <array> |
| 61 | + <string>UIInterfaceOrientationPortrait</string> |
| 62 | + <string>UIInterfaceOrientationLandscapeLeft</string> |
| 63 | + <string>UIInterfaceOrientationLandscapeRight</string> |
| 64 | + </array> |
| 65 | + <key>UISupportedInterfaceOrientations~ipad</key> |
| 66 | + <array> |
| 67 | + <string>UIInterfaceOrientationPortrait</string> |
| 68 | + <string>UIInterfaceOrientationPortraitUpsideDown</string> |
| 69 | + <string>UIInterfaceOrientationLandscapeLeft</string> |
| 70 | + <string>UIInterfaceOrientationLandscapeRight</string> |
| 71 | + </array> |
| 72 | + <key>UIViewControllerBasedStatusBarAppearance</key> |
| 73 | + <false/> |
| 74 | + <key>UIApplicationSceneManifest</key> |
| 75 | + <dict> |
| 76 | + <key>UIApplicationSupportsMultipleScenes</key> |
| 77 | + <false/> |
| 78 | + <key>UISceneConfigurations</key> |
| 79 | + <dict> |
| 80 | + <key>UIWindowSceneSessionRoleApplication</key> |
| 81 | + <array> |
| 82 | + <dict> |
| 83 | + <key>UISceneClassName</key> |
| 84 | + <string>UIWindowScene</string> |
| 85 | + <key>UISceneDelegateClassName</key> |
| 86 | + <string>FlutterSceneDelegate</string> |
| 87 | + <key>UISceneConfigurationName</key> |
| 88 | + <string>flutter</string> |
| 89 | + <key>UISceneStoryboardFile</key> |
| 90 | + <string>Main</string> |
| 91 | + </dict> |
| 92 | + </array> |
| 93 | + </dict> |
| 94 | + </dict> |
| 95 | + </dict> |
75 | 96 | </plist> |
0 commit comments