|
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>OpenEarable</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>OpenEarable</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>CFBundleVersion</key> |
26 |
| - <string>$(FLUTTER_BUILD_NUMBER)</string> |
27 |
| - <key>ITSAppUsesNonExemptEncryption</key> |
28 |
| - <false/> |
29 |
| - <key>LSApplicationCategoryType</key> |
30 |
| - <string>aps-environment</string> |
31 |
| - <key>LSRequiresIPhoneOS</key> |
32 |
| - <true/> |
33 |
| - <key>NSBluetoothAlwaysUsageDescription</key> |
34 |
| - <string>This app uses bluetooth to connect to earable devices</string> |
35 |
| - <key>NSBluetoothPeripheralUsageDescription</key> |
36 |
| - <string>This app uses bluetooth to connect to earable devices</string> |
37 |
| - <key>UIApplicationSupportsIndirectInputEvents</key> |
38 |
| - <true/> |
39 |
| - <key>UIBackgroundModes</key> |
40 |
| - <array> |
41 |
| - <string>fetch</string> |
42 |
| - <string>remote-notification</string> |
43 |
| - </array> |
44 |
| - <key>UILaunchStoryboardName</key> |
45 |
| - <string>LaunchScreen</string> |
46 |
| - <key>UIMainStoryboardFile</key> |
47 |
| - <string>Main</string> |
48 |
| - <key>UISupportedInterfaceOrientations</key> |
49 |
| - <array> |
50 |
| - <string>UIInterfaceOrientationPortrait</string> |
51 |
| - <string>UIInterfaceOrientationLandscapeLeft</string> |
52 |
| - <string>UIInterfaceOrientationLandscapeRight</string> |
53 |
| - </array> |
54 |
| - <key>UISupportedInterfaceOrientations~ipad</key> |
55 |
| - <array> |
56 |
| - <string>UIInterfaceOrientationPortrait</string> |
57 |
| - <string>UIInterfaceOrientationPortraitUpsideDown</string> |
58 |
| - <string>UIInterfaceOrientationLandscapeLeft</string> |
59 |
| - <string>UIInterfaceOrientationLandscapeRight</string> |
60 |
| - </array> |
61 |
| - <key>UIViewControllerBasedStatusBarAppearance</key> |
62 |
| - <false/> |
63 |
| - <key>UIStatusBarHidden</key> |
64 |
| - <false/> |
65 |
| - </dict> |
| 4 | +<dict> |
| 5 | + <key>CADisableMinimumFrameDurationOnPhone</key> |
| 6 | + <true/> |
| 7 | + <key>CFBundleDevelopmentRegion</key> |
| 8 | + <string>$(DEVELOPMENT_LANGUAGE)</string> |
| 9 | + <key>CFBundleDisplayName</key> |
| 10 | + <string>OpenEarable</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>OpenEarable</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>CFBundleVersion</key> |
| 26 | + <string>$(FLUTTER_BUILD_NUMBER)</string> |
| 27 | + <key>ITSAppUsesNonExemptEncryption</key> |
| 28 | + <false/> |
| 29 | + <key>LSApplicationCategoryType</key> |
| 30 | + <string>aps-environment</string> |
| 31 | + <key>LSRequiresIPhoneOS</key> |
| 32 | + <true/> |
| 33 | + <key>NSBluetoothAlwaysUsageDescription</key> |
| 34 | + <string>This app uses bluetooth to connect to earable devices</string> |
| 35 | + <key>NSBluetoothPeripheralUsageDescription</key> |
| 36 | + <string>This app uses bluetooth to connect to earable devices</string> |
| 37 | + <key>UIApplicationSupportsIndirectInputEvents</key> |
| 38 | + <true/> |
| 39 | + <key>UILaunchStoryboardName</key> |
| 40 | + <string>LaunchScreen</string> |
| 41 | + <key>UIMainStoryboardFile</key> |
| 42 | + <string>Main</string> |
| 43 | + <key>UIStatusBarHidden</key> |
| 44 | + <false/> |
| 45 | + <key>UISupportedInterfaceOrientations</key> |
| 46 | + <array> |
| 47 | + <string>UIInterfaceOrientationPortrait</string> |
| 48 | + <string>UIInterfaceOrientationLandscapeLeft</string> |
| 49 | + <string>UIInterfaceOrientationLandscapeRight</string> |
| 50 | + </array> |
| 51 | + <key>UISupportedInterfaceOrientations~ipad</key> |
| 52 | + <array> |
| 53 | + <string>UIInterfaceOrientationPortrait</string> |
| 54 | + <string>UIInterfaceOrientationPortraitUpsideDown</string> |
| 55 | + <string>UIInterfaceOrientationLandscapeLeft</string> |
| 56 | + <string>UIInterfaceOrientationLandscapeRight</string> |
| 57 | + </array> |
| 58 | + <key>UIViewControllerBasedStatusBarAppearance</key> |
| 59 | + <false/> |
| 60 | +</dict> |
66 | 61 | </plist>
|
0 commit comments