Info.plist 1.15 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>UIApplicationSceneManifest</key>
	<dict>
		<key>UIApplicationSupportsMultipleScenes</key>
		<false/>
	</dict>
	<key>NSPhotoLibraryAddUsageDescription</key>
	<string>需要允许打开相册才能访问相册照片和保存照片</string>
	<key>NSPhotoLibraryUsageDescription</key>
	<string>需要允许打开相册才能访问相册照片和保存照片</string>
	<key>NSCameraUsageDescription</key>
	<string>需要允许开启相机才能使用录制视频和拍照功能</string>
	<key>NSMicrophoneUsageDescription</key>
	<string>需要允许开启麦克风才能使用录制视频和语音等服务</string>
	<key>PHPhotoLibraryPreventAutomaticLimitedAccessAlert</key>
	<true/>
	<key>NSAppTransportSecurity</key>
	<dict>
		<key>NSAllowsArbitraryLoads</key>
		<true/>
	</dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>zh_CN</string>
    <key>CFBundleLocalizations</key>
    <array>
        <string>zh</string>
    </array>
</dict>
</plist>