Browse Source

设置 NSAppTransportSecurity

jsonwang 4 years ago
parent
commit
78419b5355
1 changed files with 9 additions and 0 deletions
  1. 9 0
      MusicVideoPlus/MusicVideoPlus/Info.plist

+ 9 - 0
MusicVideoPlus/MusicVideoPlus/Info.plist

@@ -39,6 +39,11 @@
 	</array>
 	<key>LSRequiresIPhoneOS</key>
 	<true/>
+	<key>NSAppTransportSecurity</key>
+	<dict>
+		<key>NSAllowsArbitraryLoads</key>
+		<true/>
+	</dict>
 	<key>NSLocalNetworkUsageDescription</key>
 	<string>请点击"允许"以允许访问,以便于更精确的推荐喜欢的视频</string>
 	<key>NSPhotoLibraryAddUsageDescription</key>
@@ -51,6 +56,8 @@
 	<array>
 		<string>armv7</string>
 	</array>
+	<key>UIStatusBarStyle</key>
+	<string>UIStatusBarStyleLightContent</string>
 	<key>UISupportedInterfaceOrientations</key>
 	<array>
 		<string>UIInterfaceOrientationPortrait</string>
@@ -62,5 +69,7 @@
 		<string>UIInterfaceOrientationLandscapeLeft</string>
 		<string>UIInterfaceOrientationLandscapeRight</string>
 	</array>
+	<key>UIViewControllerBasedStatusBarAppearance</key>
+	<true/>
 </dict>
 </plist>