|
@@ -2,12 +2,12 @@
|
|
|
<!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>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>
|
|
<key>CADisableMinimumFrameDurationOnPhone</key>
|
|
|
<true/>
|
|
<true/>
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
@@ -16,6 +16,8 @@
|
|
|
<string>手机实时定位</string>
|
|
<string>手机实时定位</string>
|
|
|
<key>CFBundleExecutable</key>
|
|
<key>CFBundleExecutable</key>
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
|
|
+ <key>ITSAppUsesNonExemptEncryption</key>
|
|
|
|
|
+ <false/>
|
|
|
<key>CFBundleIdentifier</key>
|
|
<key>CFBundleIdentifier</key>
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
@@ -57,10 +59,10 @@
|
|
|
<string>通过位置访问,您可以与您信任的好友共享准确的位置数据</string>
|
|
<string>通过位置访问,您可以与您信任的好友共享准确的位置数据</string>
|
|
|
<key>NSUserTrackingUsageDescription</key>
|
|
<key>NSUserTrackingUsageDescription</key>
|
|
|
<string>为给您更精准的提供个性化内容,请您允许我们获取广告信息</string>
|
|
<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>
|
|
<key>UIApplicationSupportsIndirectInputEvents</key>
|
|
|
<true/>
|
|
<true/>
|
|
|
<key>UIBackgroundModes</key>
|
|
<key>UIBackgroundModes</key>
|
|
@@ -69,10 +71,10 @@
|
|
|
<string>fetch</string>
|
|
<string>fetch</string>
|
|
|
<string>processing</string>
|
|
<string>processing</string>
|
|
|
</array>
|
|
</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>
|
|
<key>UILaunchStoryboardName</key>
|
|
|
<string>LaunchScreen</string>
|
|
<string>LaunchScreen</string>
|
|
|
<key>UIMainStoryboardFile</key>
|
|
<key>UIMainStoryboardFile</key>
|
|
@@ -88,11 +90,10 @@
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
</array>
|
|
</array>
|
|
|
- <key>NSAppTransportSecurity</key>
|
|
|
|
|
- <dict>
|
|
|
|
|
- <!-- 方案一:允许所有HTTP连接(开发测试用) -->
|
|
|
|
|
- <key>NSAllowsArbitraryLoads</key>
|
|
|
|
|
- <true/>
|
|
|
|
|
- </dict>
|
|
|
|
|
|
|
+ <key>NSAppTransportSecurity</key>
|
|
|
|
|
+ <dict>
|
|
|
|
|
+ <key>NSAllowsArbitraryLoads</key>
|
|
|
|
|
+ <true/>
|
|
|
|
|
+ </dict>
|
|
|
</dict>
|
|
</dict>
|
|
|
</plist>
|
|
</plist>
|