Mercurial > public > lazybear
comparison LazyBear/Info.plist @ 463:783b567800d9
Starts new version
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Sat, 17 Jul 2021 09:33:26 +0100 |
parents | e4ca9898b79b |
children | 6953d83060a4 |
comparison
equal
deleted
inserted
replaced
462:daeac7c7c586 | 463:783b567800d9 |
---|---|
15 <key>CFBundleName</key> | 15 <key>CFBundleName</key> |
16 <string>$(PRODUCT_NAME)</string> | 16 <string>$(PRODUCT_NAME)</string> |
17 <key>CFBundlePackageType</key> | 17 <key>CFBundlePackageType</key> |
18 <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> | 18 <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> |
19 <key>CFBundleShortVersionString</key> | 19 <key>CFBundleShortVersionString</key> |
20 <string>$(MARKETING_VERSION)</string> | 20 <string>1.0</string> |
21 <key>CFBundleVersion</key> | 21 <key>CFBundleVersion</key> |
22 <string>$(CURRENT_PROJECT_VERSION)</string> | 22 <string>1</string> |
23 <key>LSRequiresIPhoneOS</key> | 23 <key>LSRequiresIPhoneOS</key> |
24 <true/> | 24 <true/> |
25 <key>UIApplicationSceneManifest</key> | 25 <key>UIApplicationSceneManifest</key> |
26 <dict> | 26 <dict> |
27 <key>UIApplicationSupportsMultipleScenes</key> | 27 <key>UIApplicationSupportsMultipleScenes</key> |
28 <true/> | 28 <true/> |
29 </dict> | 29 </dict> |
30 <key>UIApplicationSupportsIndirectInputEvents</key> | 30 <key>UIApplicationSupportsIndirectInputEvents</key> |
31 <true/> | 31 <true/> |
32 <key>UIBackgroundModes</key> | |
33 <array> | |
34 <string>remote-notification</string> | |
35 </array> | |
36 <key>UILaunchScreen</key> | 32 <key>UILaunchScreen</key> |
37 <dict/> | 33 <dict/> |
38 <key>UILaunchStoryboardName</key> | |
39 <string>LaunchScreen</string> | |
40 <key>UIRequiredDeviceCapabilities</key> | 34 <key>UIRequiredDeviceCapabilities</key> |
41 <array> | 35 <array> |
42 <string>armv7</string> | 36 <string>armv7</string> |
43 </array> | 37 </array> |
44 <key>UISupportedInterfaceOrientations</key> | 38 <key>UISupportedInterfaceOrientations</key> |
45 <array> | 39 <array> |
46 <string>UIInterfaceOrientationPortrait</string> | 40 <string>UIInterfaceOrientationPortrait</string> |
41 <string>UIInterfaceOrientationLandscapeLeft</string> | |
42 <string>UIInterfaceOrientationLandscapeRight</string> | |
47 </array> | 43 </array> |
48 <key>UISupportedInterfaceOrientations~ipad</key> | 44 <key>UISupportedInterfaceOrientations~ipad</key> |
49 <array> | 45 <array> |
50 <string>UIInterfaceOrientationPortrait</string> | 46 <string>UIInterfaceOrientationPortrait</string> |
51 <string>UIInterfaceOrientationPortraitUpsideDown</string> | 47 <string>UIInterfaceOrientationPortraitUpsideDown</string> |