|
14 | 14 | <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
15 | 15 | <key>CFBundleInfoDictionaryVersion</key> |
16 | 16 | <string>6.0</string> |
| 17 | + <key>CFBundleDisplayName</key> |
| 18 | + <string>DevLog</string> |
17 | 19 | <key>CFBundleName</key> |
18 | 20 | <string>$(PRODUCT_NAME)</string> |
19 | 21 | <key>CFBundlePackageType</key> |
|
42 | 44 | <string>$(CLIENT_ID)</string> |
43 | 45 | <key>GITHUB_CLIENT_ID</key> |
44 | 46 | <string>$(GITHUB_CLIENT_ID)</string> |
| 47 | + <key>ITSAppUsesNonExemptEncryption</key> |
| 48 | + <false/> |
| 49 | + <key>LSApplicationCategoryType</key> |
| 50 | + <string>public.app-category.productivity</string> |
45 | 51 | <key>LSRequiresIPhoneOS</key> |
46 | 52 | <true/> |
47 | 53 | <key>PRIVACY_POLICY_URL</key> |
48 | 54 | <string>$(PRIVACY_POLICY_URL)</string> |
| 55 | + <key>UIApplicationSceneManifest</key> |
| 56 | + <dict> |
| 57 | + <key>UIApplicationSupportsMultipleScenes</key> |
| 58 | + <true/> |
| 59 | + </dict> |
| 60 | + <key>UIApplicationSupportsIndirectInputEvents</key> |
| 61 | + <true/> |
49 | 62 | <key>UIBackgroundModes</key> |
50 | 63 | <array> |
51 | 64 | <string>remote-notification</string> |
52 | 65 | </array> |
| 66 | + <key>UILaunchScreen</key> |
| 67 | + <dict/> |
| 68 | + <key>UIStatusBarStyle</key> |
| 69 | + <string></string> |
| 70 | + <key>UISupportedInterfaceOrientations</key> |
| 71 | + <array> |
| 72 | + <string>UIInterfaceOrientationPortrait</string> |
| 73 | + </array> |
| 74 | + <key>UISupportedInterfaceOrientations~ipad</key> |
| 75 | + <array> |
| 76 | + <string>UIInterfaceOrientationLandscapeLeft</string> |
| 77 | + <string>UIInterfaceOrientationLandscapeRight</string> |
| 78 | + <string>UIInterfaceOrientationPortrait</string> |
| 79 | + <string>UIInterfaceOrientationPortraitUpsideDown</string> |
| 80 | + </array> |
53 | 81 | </dict> |
54 | 82 | </plist> |
0 commit comments