Info.plist (2016B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>NSMicrophoneUsageDescription</key> 6 <string>Captain's Log requires microphone access for audiojournal recording</string> 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>$(PRODUCT_NAME)</string> 17 <key>CFBundlePackageType</key> 18 <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> 19 <key>CFBundleShortVersionString</key> 20 <string>1.0</string> 21 <key>CFBundleVersion</key> 22 <string>1</string> 23 <key>LSRequiresIPhoneOS</key> 24 <true/> 25 <key>UIApplicationSceneManifest</key> 26 <dict> 27 <key>UIApplicationSupportsMultipleScenes</key> 28 <false/> 29 <key>UISceneConfigurations</key> 30 <dict> 31 <key>UIWindowSceneSessionRoleApplication</key> 32 <array> 33 <dict> 34 <key>UISceneConfigurationName</key> 35 <string>Default Configuration</string> 36 <key>UISceneDelegateClassName</key> 37 <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string> 38 </dict> 39 </array> 40 </dict> 41 </dict> 42 <key>UILaunchStoryboardName</key> 43 <string>LaunchScreen</string> 44 <key>UIRequiredDeviceCapabilities</key> 45 <array> 46 <string>armv7</string> 47 </array> 48 <key>UISupportedInterfaceOrientations</key> 49 <array> 50 <string>UIInterfaceOrientationPortrait</string> 51 <string>UIInterfaceOrientationLandscapeLeft</string> 52 <string>UIInterfaceOrientationLandscapeRight</string> 53 </array> 54 <key>UISupportedInterfaceOrientations~ipad</key> 55 <array> 56 <string>UIInterfaceOrientationPortrait</string> 57 <string>UIInterfaceOrientationPortraitUpsideDown</string> 58 <string>UIInterfaceOrientationLandscapeLeft</string> 59 <string>UIInterfaceOrientationLandscapeRight</string> 60 </array> 61 </dict> 62 </plist>