JLChen
2020-12-09 e87985ec1dcb69beedaf9f95e8e7aba14b7c08d6
HDL-ON_iOS/Info.plist
@@ -2,6 +2,33 @@
<!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>weixin</string>
      </dict>
      <dict>
         <key>CFBundleURLName</key>
         <string>AispeechMobile</string>
      </dict>
      <dict>
         <key>CFBundleURLName</key>
         <string>xiaoduapp</string>
      </dict>
      <dict>
         <key>CFBundleURLSchemes</key>
         <array>
            <string>hdlonpro</string>
         </array>
         <key>CFBundleTypeRole</key>
         <string>Editor</string>
      </dict>
      <dict>
         <key>CFBundleURLName</key>
         <string>qqmusic</string>
      </dict>
   </array>
   <key>NSAppTransportSecurity</key>
   <dict>
      <key>NSExceptionDomains</key>
@@ -31,9 +58,9 @@
   <key>UIRequiresFullScreen</key>
   <true/>
   <key>NSCameraUsageDescription</key>
   <string>Set up your room or scene background.</string>
   <string>设置房间或者场景的背景图片</string>
   <key>NSPhotoLibraryUsageDescription</key>
   <string>Set up your room or scene background.</string>
   <string>设置房间或者场景的背景图片</string>
   <key>UISupportedInterfaceOrientations</key>
   <array>
      <string>UIInterfaceOrientationPortrait</string>
@@ -61,26 +88,32 @@
   <key>XSLaunchImageAssets</key>
   <string>Assets.xcassets/LaunchImage.launchimage</string>
   <key>CFBundleName</key>
   <string>ON⁺</string>
   <string>ON +</string>
   <key>XSAppIconAssets</key>
   <string>Assets.xcassets/AppIcon.appiconset</string>
   <key>CFBundleDisplayName</key>
   <string>ON⁺</string>
   <string>ON +</string>
   <key>UIStatusBarStyle</key>
   <string>UIStatusBarStyleLightContent</string>
   <key>CFBundleShortVersionString</key>
   <string>1.0.1.202003031</string>
   <string>1.0.202009282</string>
   <key>CFBundleVersion</key>
   <string>1.0.1.202003031</string>
   <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
   <string>获取天气预报1</string>
   <key>UIBackgroundModes</key>
   <array>
      <string>location</string>
   </array>
   <string>202009282</string>
   <key>NSLocationWhenInUseUsageDescription</key>
   <string>获取天气预报2</string>
   <string>获取天气预报</string>
   <key>NSAppleMusicUsageDescription</key>
   <string>播放音乐</string>
   <string>需要访问您的音乐库以连接到外部播放器播放音乐。</string>
   <key>NSLocationAlwaysUsageDescription </key>
   <string>获取天气预报</string>
   <key>LSApplicationQueriesSchemes</key>
   <array>
      <string>weixinULAPI</string>
      <string>weixin</string>
      <string>xiaoduapp</string>
      <string>AispeechMobile</string>
      <string>qqmusic</string>
   </array>
   <key>CFBundleDevelopmentRegion</key>
   <string>zh_CN</string>
</dict>
</plist>