godot/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist

<?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>en</string>
	<key>CFBundleDisplayName</key>
	<string>$(INFOPLIST_KEY_CFBundleDisplayName)</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>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>$(MARKETING_VERSION)</string>
	<key>CFBundleSignature</key>
	<string>$signature</string>
	<key>CFBundleVersion</key>
	<string>$(CURRENT_PROJECT_VERSION)</string>
	<key>ITSAppUsesNonExemptEncryption</key>
	<false />
	<key>LSRequiresIPhoneOS</key>
	<true/>
	<key>LSSupportsOpeningDocumentsInPlace</key>
	$docs_in_place
	<key>UIFileSharingEnabled</key>
	$docs_sharing
	<key>UIRequiredDeviceCapabilities</key>
	<array>
		$required_device_capabilities
	</array>
	<key>NSCameraUsageDescription</key>
	<string>$camera_usage_description</string>
	<key>NSPhotoLibraryUsageDescription</key>
	<string>$photolibrary_usage_description</string>
	<key>NSMicrophoneUsageDescription</key>
	<string>$microphone_usage_description</string>
	<key>UIRequiresFullScreen</key>
	<true/>
	<key>UIStatusBarHidden</key>
	<true/>
	<key>UISupportedInterfaceOrientations</key>
	<array>
		$interface_orientations
	</array>
	<key>UISupportedInterfaceOrientations~ipad</key>
	<array>
		$ipad_interface_orientations
	</array>
	$additional_plist_content
	$plist_launch_screen_name
	<key>CADisableMinimumFrameDurationOnPhone</key><true/>
</dict>
</plist>