|
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>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>Filc Napló</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>NSSupportsLiveActivities</key> |
26 |
| - <true/> |
27 |
| - <key>UILaunchStoryboardName</key> |
28 |
| - <string>LaunchScreen</string> |
29 |
| - <key>UIMainStoryboardFile</key> |
30 |
| - <string>Main</string> |
31 |
| - <key>UISupportedInterfaceOrientations</key> |
32 |
| - <array> |
33 |
| - <string>UIInterfaceOrientationPortrait</string> |
34 |
| - <string>UIInterfaceOrientationLandscapeLeft</string> |
35 |
| - <string>UIInterfaceOrientationLandscapeRight</string> |
36 |
| - </array> |
37 |
| - <key>UISupportedInterfaceOrientations~ipad</key> |
38 |
| - <array> |
39 |
| - <string>UIInterfaceOrientationPortrait</string> |
40 |
| - <string>UIInterfaceOrientationPortraitUpsideDown</string> |
41 |
| - <string>UIInterfaceOrientationLandscapeLeft</string> |
42 |
| - <string>UIInterfaceOrientationLandscapeRight</string> |
43 |
| - </array> |
44 |
| - <key>UIViewControllerBasedStatusBarAppearance</key> |
45 |
| - <false/> |
46 |
| - <key>UIStatusBarHidden</key> |
47 |
| - <false/> |
48 |
| - <key>LSApplicationQueriesSchemes</key> |
49 |
| - <array> |
50 |
| - <string>https</string> |
51 |
| - <string>http</string> |
52 |
| - </array> |
53 |
| - <key>NSPhotoLibraryUsageDescription</key> |
54 |
| - <string>The app requires the photo library to set a custom profile picture.</string> |
55 |
| - <key>ITSAppUsesNonExemptEncryption</key> |
56 |
| - <false/> |
57 |
| - <key>CADisableMinimumFrameDurationOnPhone</key> |
| 4 | +<dict> |
| 5 | + <key>CADisableMinimumFrameDurationOnPhone</key> |
| 6 | + <true/> |
| 7 | + <key>CFBundleDevelopmentRegion</key> |
| 8 | + <string>$(DEVELOPMENT_LANGUAGE)</string> |
| 9 | + <key>CFBundleExecutable</key> |
| 10 | + <string>$(EXECUTABLE_NAME)</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>Filc Napló</string> |
| 17 | + <key>CFBundlePackageType</key> |
| 18 | + <string>APPL</string> |
| 19 | + <key>CFBundleShortVersionString</key> |
| 20 | + <string>$(FLUTTER_BUILD_NAME)</string> |
| 21 | + <key>CFBundleSignature</key> |
| 22 | + <string>????</string> |
| 23 | + <key>CFBundleVersion</key> |
| 24 | + <string>$(FLUTTER_BUILD_NUMBER)</string> |
| 25 | + <key>ITSAppUsesNonExemptEncryption</key> |
| 26 | + <false/> |
| 27 | + <key>LSApplicationQueriesSchemes</key> |
| 28 | + <array> |
| 29 | + <string>https</string> |
| 30 | + <string>http</string> |
| 31 | + </array> |
| 32 | + <key>LSRequiresIPhoneOS</key> |
| 33 | + <true/> |
| 34 | + <key>NSPhotoLibraryUsageDescription</key> |
| 35 | + <string>The app requires the photo library to set a custom profile picture.</string> |
| 36 | + <key>NSSupportsLiveActivities</key> |
58 | 37 | <true/>
|
59 | 38 | <key>UIApplicationSupportsIndirectInputEvents</key>
|
60 | 39 | <true/>
|
| 40 | + <key>UIBackgroundModes</key> |
| 41 | + <array> |
| 42 | + <string>fetch</string> |
| 43 | + <string>processing</string> |
| 44 | + </array> |
| 45 | + <key>UILaunchStoryboardName</key> |
| 46 | + <string>LaunchScreen</string> |
| 47 | + <key>UIMainStoryboardFile</key> |
| 48 | + <string>Main</string> |
| 49 | + <key>UIStatusBarHidden</key> |
| 50 | + <false/> |
| 51 | + <key>UISupportedInterfaceOrientations</key> |
| 52 | + <array> |
| 53 | + <string>UIInterfaceOrientationPortrait</string> |
| 54 | + <string>UIInterfaceOrientationLandscapeLeft</string> |
| 55 | + <string>UIInterfaceOrientationLandscapeRight</string> |
| 56 | + </array> |
| 57 | + <key>UISupportedInterfaceOrientations~ipad</key> |
| 58 | + <array> |
| 59 | + <string>UIInterfaceOrientationPortrait</string> |
| 60 | + <string>UIInterfaceOrientationPortraitUpsideDown</string> |
| 61 | + <string>UIInterfaceOrientationLandscapeLeft</string> |
| 62 | + <string>UIInterfaceOrientationLandscapeRight</string> |
| 63 | + </array> |
| 64 | + <key>BGTaskSchedulerPermittedIdentifiers</key> |
| 65 | + <array> |
| 66 | + <string>com.transistorsoft.fetch</string> |
| 67 | + </array> |
| 68 | + <key>UIViewControllerBasedStatusBarAppearance</key> |
| 69 | + <false/> |
61 | 70 | </dict>
|
62 | 71 | </plist>
|
0 commit comments