mirror of
https://github.com/zzanehip/The-OldOS-Project.git
synced 2025-01-22 17:23:58 -05:00
7dba1eec68
- Adds Home screen icon shadows - Adds the ability to search for new locations in Weather - Upgraded to Xcode 12.5 build system
104 lines
4 KiB
Text
104 lines
4 KiB
Text
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>OldOS</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
<key>CFBundleIcons</key>
|
|
<dict/>
|
|
<key>CFBundleIcons~ipad</key>
|
|
<dict/>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>$(PRODUCT_NAME)</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>$(MARKETING_VERSION)</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
<key>LSRequiresIPhoneOS</key>
|
|
<true/>
|
|
<key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
<true/>
|
|
</dict>
|
|
<key>NSAppleMusicUsageDescription</key>
|
|
<string>To view, play, and experience your music in OldOS, please enable access to your music library. </string>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>To take photos in OldOS, please enable access to your camera.</string>
|
|
<key>NSContactsUsageDescription</key>
|
|
<string>To view and manage your contacts in OldOS, please enable access to your contacts list.</string>
|
|
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
|
<string>To enable maps to work properly, and see your current wifi network in Settings, please enable access to your location. Then close and re-open the Maps app.</string>
|
|
<key>NSLocationAlwaysUsageDescription</key>
|
|
<string>To enable maps to work properly, and see your current wifi network in Settings, please enable access to your location. Then close and re-open the Maps app.</string>
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
|
<string>To enable maps to work properly, and see your current wifi network in Settings, please enable access to your location. Then close and re-open the Maps app.</string>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>To record your audio while filming a video in OldOS, please in enable microphone access.</string>
|
|
<key>NSPhotoLibraryAddUsageDescription</key>
|
|
<string>To view, manage, and add photos to your photo library in OldOS, please enable access. Then close and re-open the Photos app.</string>
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
<string>To view, manage, and add photos to your photo library in OldOS, please enable access. Then close and re-open the Photos app.</string>
|
|
<key>UIAppFonts</key>
|
|
<array>
|
|
<string>Hackensack.ttf</string>
|
|
<string>Phosphate-Inline.ttf</string>
|
|
<string>Superclarendon Bold.ttf</string>
|
|
</array>
|
|
<key>UIApplicationSceneManifest</key>
|
|
<dict>
|
|
<key>UIApplicationSupportsMultipleScenes</key>
|
|
<false/>
|
|
<key>UISceneConfigurations</key>
|
|
<dict>
|
|
<key>UIWindowSceneSessionRoleApplication</key>
|
|
<array>
|
|
<dict>
|
|
<key>UISceneConfigurationName</key>
|
|
<string>Default Configuration</string>
|
|
<key>UISceneDelegateClassName</key>
|
|
<string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</dict>
|
|
<key>UIApplicationSupportsIndirectInputEvents</key>
|
|
<true/>
|
|
<key>UIBackgroundModes</key>
|
|
<array>
|
|
<string>location</string>
|
|
</array>
|
|
<key>UILaunchStoryboardName</key>
|
|
<string>LaunchScreen</string>
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
<array>
|
|
<string>armv7</string>
|
|
<string>gamekit</string>
|
|
</array>
|
|
<key>UIStatusBarHidden</key>
|
|
<true/>
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
</array>
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
</array>
|
|
<key>UIUserInterfaceStyle</key>
|
|
<string>Light</string>
|
|
</dict>
|
|
</plist>
|