<?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>CFBundleURLTypes</key>
|
<array>
|
<dict>
|
<key>CFBundleURLName</key>
|
<string>qqmusic</string>
|
</dict>
|
</array>
|
<key>NSAppTransportSecurity</key>
|
<dict>
|
<key>NSExceptionDomains</key>
|
<dict>
|
<key>NSExceptionDomains</key>
|
<true/>
|
<key>NSExceptionMinimumTLSVersion</key>
|
<string>TLSv1.0</string>
|
</dict>
|
<key>NSAllowsArbitraryLoads</key>
|
<true/>
|
</dict>
|
<key>CFBundleIdentifier</key>
|
<string>com.hdl.onpro</string>
|
<key>LSRequiresIPhoneOS</key>
|
<true/>
|
<key>MinimumOSVersion</key>
|
<string>9.1</string>
|
<key>UIDeviceFamily</key>
|
<array>
|
<integer>1</integer>
|
</array>
|
<key>UIRequiredDeviceCapabilities</key>
|
<array>
|
<string>armv7</string>
|
</array>
|
<key>UIRequiresFullScreen</key>
|
<true/>
|
<key>NSCameraUsageDescription</key>
|
<string>设置房间或者场景的背景图片</string>
|
<key>NSPhotoLibraryUsageDescription</key>
|
<string>设置房间或者场景的背景图片</string>
|
<key>UISupportedInterfaceOrientations</key>
|
<array>
|
<string>UIInterfaceOrientationPortrait</string>
|
</array>
|
<key>UIAppFonts</key>
|
<array>
|
<string>titilliumtext25l005.otf</string>
|
</array>
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
<array>
|
<string>UIInterfaceOrientationPortrait</string>
|
</array>
|
<key>UIStatusBarTintParameters</key>
|
<dict>
|
<key>UINavigationBar</key>
|
<dict>
|
<key>Style</key>
|
<string>UIBarStyleBlack</string>
|
<key>Translucent</key>
|
<false/>
|
</dict>
|
</dict>
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
<false/>
|
<key>XSLaunchImageAssets</key>
|
<string>Assets.xcassets/LaunchImage.launchimage</string>
|
<key>CFBundleName</key>
|
<string>ON +</string>
|
<key>XSAppIconAssets</key>
|
<string>Assets.xcassets/AppIcon.appiconset</string>
|
<key>CFBundleDisplayName</key>
|
<string>ON +</string>
|
<key>UIStatusBarStyle</key>
|
<string>UIStatusBarStyleLightContent</string>
|
<key>CFBundleShortVersionString</key>
|
<string>1.0.202009282</string>
|
<key>CFBundleVersion</key>
|
<string>202009282</string>
|
<key>NSLocationWhenInUseUsageDescription</key>
|
<string>获取天气预报</string>
|
<key>NSAppleMusicUsageDescription</key>
|
<string>需要访问您的音乐库以连接到外部播放器播放音乐。</string>
|
<key>NSLocationAlwaysUsageDescription </key>
|
<string>获取天气预报</string>
|
<key>LSApplicationQueriesSchemes</key>
|
<array>
|
<string>qqmusic</string>
|
</array>
|
</dict>
|
</plist>
|