12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>ITSAppUsesNonExemptEncryption</key>
- <false/>
- <key>PHPhotoLibraryPreventAutomaticLimitedAccessAlert</key>
- <true/>
- <key>NSCameraUsageDescription</key>
- <string>"Asteria"Your consent is required to access the camera.</string>
- <key>NSPhotoLibraryAddUsageDescription</key>
- <string>"Asteria"Your consent is required to access the album.</string>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>"Asteria"Your consent is required to access the album.</string>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- <key>NSAllowsArbitraryLoadsInWebContent</key>
- <true/>
- <key>NSExceptionDomains</key>
- <dict>
- <key>zyp.hnwmzp.cn</key>
- <dict>
- <key>NSExceptionAllowsInsecureHTTPLoads</key>
- <true/>
- <key>NSExceptionMinimumTLSVersion</key>
- <string>TLSv1.3</string>
- <key>NSExceptionRequiresForwardSecrecy</key>
- <false/>
- <key>NSIncludesSubdomains</key>
- <true/>
- </dict>
- </dict>
- </dict>
- <key>UIAppFonts</key>
- <array>
- <string>Roboto-Medium.ttf</string>
- <string>Roboto-Black.ttf</string>
- <string>Roboto-BlackItalic.ttf</string>
- <string>Roboto-Bold.ttf</string>
- <string>Roboto-BoldItalic.ttf</string>
- <string>Roboto-Italic.ttf</string>
- <string>Roboto-Light.ttf</string>
- <string>Roboto-LightItalic.ttf</string>
- <string>Roboto-MediumItalic.ttf</string>
- <string>Roboto-Regular.ttf</string>
- <string>Roboto-Thin.ttf</string>
- <string>Roboto-ThinItalic.ttf</string>
- </array>
- <key>UIApplicationSceneManifest</key>
- <dict>
- <key>UIApplicationSupportsMultipleScenes</key>
- <false/>
- </dict>
- <key>UIBackgroundModes</key>
- <array>
- <string>remote-notification</string>
- </array>
- </dict>
- </plist>
|