TemplateProject-iOS-Info.plist (1661B)
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>CFBundleDevelopmentRegion</key> 6 <string>en</string> 7 <key>CFBundleExecutable</key> 8 <string>TemplateProject</string> 9 <key>CFBundleIcons</key> 10 <dict/> 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>TemplateProject</string> 17 <key>CFBundlePackageType</key> 18 <string>APPL</string> 19 <key>CFBundleShortVersionString</key> 20 <string>0.0.0</string> 21 <key>CFBundleSignature</key> 22 <string>????</string> 23 <key>CFBundleVersion</key> 24 <string>0.0.0</string> 25 <key>LSApplicationCategoryType</key> 26 <string>public.app-category.music</string> 27 <key>LSRequiresIPhoneOS</key> 28 <true/> 29 <key>NSBluetoothAlwaysUsageDescription</key> 30 <string>Needs Bluetooth MIDI</string> 31 <key>NSMicrophoneUsageDescription</key> 32 <string>Needs microphone access to process audio</string> 33 <key>UIBackgroundModes</key> 34 <array> 35 <string>audio</string> 36 </array> 37 <key>UILaunchStoryboardName</key> 38 <string>TemplateProject-iOS-LaunchScreen</string> 39 <key>UIMainStoryboardFile</key> 40 <string>TemplateProject-iOS</string> 41 <key>UIRequiredDeviceCapabilities</key> 42 <array> 43 <string>armv7</string> 44 </array> 45 <key>UIRequiresFullScreen</key> 46 <true/> 47 <key>UISupportedInterfaceOrientations</key> 48 <array> 49 <string>UIInterfaceOrientationPortrait</string> 50 <string>UIInterfaceOrientationLandscapeLeft</string> 51 <string>UIInterfaceOrientationLandscapeRight</string> 52 </array> 53 </dict> 54 </plist>