平安地铁权限版.plist 3.64 KB
<?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>CFBundleAllowMixedLocalizations</key>
	<true/>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleDisplayName</key>
	<string>平安地铁内侧版本</string>
	<key>CFBundleExecutable</key>
	<string>$(EXECUTABLE_NAME)</string>
	<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>3.0.0</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleURLTypes</key>
	<array>
		<dict>
			<key>CFBundleTypeRole</key>
			<string>Editor</string>
			<key>CFBundleURLSchemes</key>
			<array>
				<string>subwayEscort</string>
			</array>
		</dict>
		<dict>
			<key>CFBundleTypeRole</key>
			<string>Editor</string>
			<key>CFBundleURLSchemes</key>
			<array/>
		</dict>
	</array>
	<key>CFBundleVersion</key>
	<string>2019042801</string>
	<key>LSRequiresIPhoneOS</key>
	<true/>
	<key>NSAppTransportSecurity</key>
	<dict>
		<key>NSAllowsArbitraryLoads</key>
		<true/>
		<key>NSExceptionDomains</key>
		<dict>
			<key>localhost</key>
			<dict>
				<key>NSExceptionAllowsInsecureHTTPLoads</key>
				<true/>
			</dict>
			<key>railway-dt.shmetro.com</key>
			<dict>
				<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
				<true/>
			</dict>
		</dict>
	</dict>
	<key>NSBluetoothPeripheralUsageDescription</key>
	<string>APP需要访问您的蓝牙模块,只有您允许开启蓝牙功能才能够正常使用室内定位功能</string>
	<key>NSCameraUsageDescription</key>
	<string>APP需要访问您的照相机,只有您允许开启相机功能才能够进行实时的图片上传功能</string>
	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
	<string>APP需要持续访问您的当前位置,只有您允许开启定位功能才能够正常使用室内定位功能以及显示站点功能</string>
	<key>NSLocationWhenInUseUsageDescription</key>
	<string>APP需要持续访问您的当前位置,只有您允许开启定位功能才能够正常使用室内定位功能以及显示站点功能</string>
	<key>NSMicrophoneUsageDescription</key>
	<string>APP需要访问您的麦克风,只有您允许开启麦克风功能才能够正常的进行视频拍摄功能</string>
	<key>NSPhotoLibraryAddUsageDescription</key>
	<string>APP需要保存到您的相册,只有您允许开启写入权限才能够进行拍照功能</string>
	<key>NSPhotoLibraryUsageDescription</key>
	<string>APP需要访问您的相册,只有您允许开启相册功能才能进行本地照片文件的上传</string>
	<key>Privacy - Location Always and When In Use Usage Description</key>
	<string>APP需要持续访问您的当前位置,只有您允许开启定位功能才能够正常使用室内定位功能以及显示站点功能</string>
	<key>Privacy - Location When In Use Usage Description</key>
	<string>APP需要持续访问您的当前位置,只有您允许开启定位功能才能够正常使用室内定位功能以及显示站点功能</string>
	<key>UIBackgroundModes</key>
	<array/>
	<key>UIRequiredDeviceCapabilities</key>
	<array>
		<string>armv7</string>
		<string>gamekit</string>
	</array>
	<key>UIRequiresFullScreen</key>
	<true/>
	<key>UIStatusBarHidden~ipad</key>
	<true/>
	<key>UISupportedInterfaceOrientations</key>
	<array>
		<string>UIInterfaceOrientationPortrait</string>
	</array>
	<key>UIViewControllerBasedStatusBarAppearance</key>
	<false/>
</dict>
</plist>