gxc
2019-12-30 0e4ad9a4de5b95f58daf1a6c5072c6a57cf223f9
ZigbeeApp/Home.Ios/Info.plist
@@ -2,6 +2,15 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
   <key>CFBundleLocalizations</key>
   <array>
      <string>en</string>
      <string>zh</string>
   </array>
   <key>CFBundleDevelopmentRegion</key>
   <string>zh_CN</string>
   <key>NSLocationAlwaysUsageDescription</key>
   <string>使用期间需要使用地理位置,以便提供服务,如天气</string>
   <key>NSLocationWhenInUseUsageDescription</key>
   <string>使用期间需要使用地理位置,以便提供服务,如天气</string>
   <key>UIViewControllerBasedStatusBarAppearance</key>
@@ -51,11 +60,28 @@
   <string>development</string>
   <key>UIBackgroundModes</key>
   <array>
      <string>location</string>
      <string>remote-notification</string>
   </array>
   <key>CFBundleShortVersionString</key>
   <string>1.0.19080501</string>
   <key>CFBundleVersion</key>
   <string>2</string>
   <key>CFBundleURLTypes</key>
   <array>
      <dict>
         <key>CFBundleURLName</key>
         <string>weixin</string>
         <key>CFBundleURLSchemes</key>
         <array>
            <string>wx2ec8f53f6fa36e82</string>
         </array>
      </dict>
   </array>
   <key>LSApplicationQueriesSchemes</key>
   <array>
      <string>weixin</string>
      <string>weixinULAPI</string>
   </array>
</dict>
</plist>