|
@@ -2,15 +2,6 @@
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
<plist version="1.0">
|
|
<plist version="1.0">
|
|
|
<dict>
|
|
<dict>
|
|
|
- <key>NSPhotoLibraryUsageDescription</key>
|
|
|
|
|
- <string>小听需要此权限用于保存录音视频权限</string>
|
|
|
|
|
- <key>ITSAppUsesNonExemptEncryption</key>
|
|
|
|
|
- <false/>
|
|
|
|
|
- <key>NSAppTransportSecurity</key>
|
|
|
|
|
- <dict>
|
|
|
|
|
- <key>NSAllowsArbitraryLoads</key>
|
|
|
|
|
- <true/>
|
|
|
|
|
- </dict>
|
|
|
|
|
<key>CADisableMinimumFrameDurationOnPhone</key>
|
|
<key>CADisableMinimumFrameDurationOnPhone</key>
|
|
|
<true/>
|
|
<true/>
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
@@ -33,10 +24,19 @@
|
|
|
<string>????</string>
|
|
<string>????</string>
|
|
|
<key>CFBundleVersion</key>
|
|
<key>CFBundleVersion</key>
|
|
|
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
|
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
|
|
|
|
+ <key>ITSAppUsesNonExemptEncryption</key>
|
|
|
|
|
+ <false/>
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
<true/>
|
|
<true/>
|
|
|
|
|
+ <key>NSAppTransportSecurity</key>
|
|
|
|
|
+ <dict>
|
|
|
|
|
+ <key>NSAllowsArbitraryLoads</key>
|
|
|
|
|
+ <true/>
|
|
|
|
|
+ </dict>
|
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
|
<string>小听需要麦克风权限用于会议录音功能</string>
|
|
<string>小听需要麦克风权限用于会议录音功能</string>
|
|
|
|
|
+ <key>NSPhotoLibraryUsageDescription</key>
|
|
|
|
|
+ <string>小听需要此权限用于选择文件上传录音功能</string>
|
|
|
<key>NSUserTrackingUsageDescription</key>
|
|
<key>NSUserTrackingUsageDescription</key>
|
|
|
<string>小听需要使用您的广告标识符以显示个性化广告</string>
|
|
<string>小听需要使用您的广告标识符以显示个性化广告</string>
|
|
|
<key>UIApplicationSupportsIndirectInputEvents</key>
|
|
<key>UIApplicationSupportsIndirectInputEvents</key>
|
|
@@ -52,15 +52,13 @@
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
<array>
|
|
<array>
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
- <string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
|
- <string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
|
</array>
|
|
</array>
|
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
|
<array>
|
|
<array>
|
|
|
- <string>UIInterfaceOrientationPortrait</string>
|
|
|
|
|
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
|
+ <string>UIInterfaceOrientationPortrait</string>
|
|
|
|
|
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
</array>
|
|
</array>
|
|
|
</dict>
|
|
</dict>
|
|
|
</plist>
|
|
</plist>
|