|
@@ -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>
|