소스 검색

fix:增加进出口设置为no。

“HeShaoZe” 5 달 전
부모
커밋
493b7b15dd
1개의 변경된 파일21개의 추가작업 그리고 20개의 파일을 삭제
  1. 21 20
      ios/Runner/Info.plist

+ 21 - 20
ios/Runner/Info.plist

@@ -2,12 +2,12 @@
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
-    <key>com.apple.security.app-sandbox</key>
-    <true/>
-    <key>com.apple.security.network.client</key>
-    <true/> <!-- 允许应用作为客户端发起网络请求 -->
-    <key>com.apple.security.network.server</key>
-    <true/> <!-- 允许应用作为服务器接收网络连接 -->
+	<key>com.apple.security.app-sandbox</key>
+	<true/>
+	<key>com.apple.security.network.client</key>
+	<true/>
+	<key>com.apple.security.network.server</key>
+	<true/>
 	<key>CADisableMinimumFrameDurationOnPhone</key>
 	<true/>
 	<key>CFBundleDevelopmentRegion</key>
@@ -16,6 +16,8 @@
 	<string>手机实时定位</string>
 	<key>CFBundleExecutable</key>
 	<string>$(EXECUTABLE_NAME)</string>
+	<key>ITSAppUsesNonExemptEncryption</key>
+	<false/>
 	<key>CFBundleIdentifier</key>
 	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
 	<key>CFBundleInfoDictionaryVersion</key>
@@ -57,10 +59,10 @@
 	<string>通过位置访问,您可以与您信任的好友共享准确的位置数据</string>
 	<key>NSUserTrackingUsageDescription</key>
 	<string>为给您更精准的提供个性化内容,请您允许我们获取广告信息</string>
-    <key>NSUserNotificationUsageDescription</key>
-    <string>通知可能包括提醒,声音和图标标记。可在“设置”中配置相关功能</string>
-    <key>AMapApiKey</key>
-    <string>ed76ac32e33f33d7724936e9efbc2cd2</string>
+	<key>NSUserNotificationUsageDescription</key>
+	<string>通知可能包括提醒,声音和图标标记。可在“设置”中配置相关功能</string>
+	<key>AMapApiKey</key>
+	<string>ed76ac32e33f33d7724936e9efbc2cd2</string>
 	<key>UIApplicationSupportsIndirectInputEvents</key>
 	<true/>
 	<key>UIBackgroundModes</key>
@@ -69,10 +71,10 @@
 		<string>fetch</string>
 		<string>processing</string>
 	</array>
-    <key>BGTaskSchedulerPermittedIdentifiers</key>
-    <array>
-        <string>com.shishi.dingwei.refresh</string>
-    </array>
+	<key>BGTaskSchedulerPermittedIdentifiers</key>
+	<array>
+		<string>com.shishi.dingwei.refresh</string>
+	</array>
 	<key>UILaunchStoryboardName</key>
 	<string>LaunchScreen</string>
 	<key>UIMainStoryboardFile</key>
@@ -88,11 +90,10 @@
 		<string>UIInterfaceOrientationPortrait</string>
 		<string>UIInterfaceOrientationPortraitUpsideDown</string>
 	</array>
-    <key>NSAppTransportSecurity</key>
-    <dict>
-        <!-- 方案一:允许所有HTTP连接(开发测试用) -->
-        <key>NSAllowsArbitraryLoads</key>
-        <true/>
-    </dict>
+	<key>NSAppTransportSecurity</key>
+	<dict>
+		<key>NSAllowsArbitraryLoads</key>
+		<true/>
+	</dict>
 </dict>
 </plist>