comparison LazyBear/Info.plist @ 168:9cc6d68ed147

Update project settings
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Fri, 19 Feb 2021 20:26:20 +0100
parents f74a364441ca
children 6c47d21f94ae
comparison
equal deleted inserted replaced
167:82cd1042a72f 168:9cc6d68ed147
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>CFBundleDevelopmentRegion</key> 5 <key>CFBundleDevelopmentRegion</key>
6 <string>$(DEVELOPMENT_LANGUAGE)</string> 6 <string>$(DEVELOPMENT_LANGUAGE)</string>
7 <key>CFBundleDisplayName</key>
8 <string>LazyBear</string>
7 <key>CFBundleExecutable</key> 9 <key>CFBundleExecutable</key>
8 <string>$(EXECUTABLE_NAME)</string> 10 <string>$(EXECUTABLE_NAME)</string>
9 <key>CFBundleIdentifier</key> 11 <key>CFBundleIdentifier</key>
10 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> 12 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11 <key>CFBundleInfoDictionaryVersion</key> 13 <key>CFBundleInfoDictionaryVersion</key>
16 <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> 18 <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
17 <key>CFBundleShortVersionString</key> 19 <key>CFBundleShortVersionString</key>
18 <string>1.0</string> 20 <string>1.0</string>
19 <key>CFBundleVersion</key> 21 <key>CFBundleVersion</key>
20 <string>1</string> 22 <string>1</string>
23 <key>IEX_API</key>
24 <string>$(IEX_API)</string>
21 <key>LSRequiresIPhoneOS</key> 25 <key>LSRequiresIPhoneOS</key>
22 <true/> 26 <true/>
23 <key>UIApplicationSceneManifest</key> 27 <key>UIApplicationSceneManifest</key>
24 <dict> 28 <dict>
25 <key>UIApplicationSupportsMultipleScenes</key> 29 <key>UIApplicationSupportsMultipleScenes</key>
26 <true/> 30 <true/>
27 </dict> 31 </dict>
28 <key>UIApplicationSupportsIndirectInputEvents</key> 32 <key>UIApplicationSupportsIndirectInputEvents</key>
29 <true/> 33 <true/>
34 <key>UIBackgroundModes</key>
35 <array>
36 <string>remote-notification</string>
37 </array>
30 <key>UILaunchScreen</key> 38 <key>UILaunchScreen</key>
31 <dict/> 39 <dict/>
32 <key>UIRequiredDeviceCapabilities</key> 40 <key>UIRequiredDeviceCapabilities</key>
33 <array> 41 <array>
34 <string>armv7</string> 42 <string>armv7</string>
35 </array> 43 </array>
36 <key>UISupportedInterfaceOrientations</key> 44 <key>UISupportedInterfaceOrientations</key>
37 <array> 45 <array>
38 <string>UIInterfaceOrientationPortrait</string> 46 <string>UIInterfaceOrientationPortrait</string>
39 <string>UIInterfaceOrientationLandscapeLeft</string>
40 <string>UIInterfaceOrientationLandscapeRight</string>
41 </array> 47 </array>
42 <key>UISupportedInterfaceOrientations~ipad</key> 48 <key>UISupportedInterfaceOrientations~ipad</key>
43 <array> 49 <array>
44 <string>UIInterfaceOrientationPortrait</string> 50 <string>UIInterfaceOrientationPortrait</string>
45 <string>UIInterfaceOrientationPortraitUpsideDown</string> 51 <string>UIInterfaceOrientationPortraitUpsideDown</string>