lss
2020-06-12 9c16d3614d9b88c637f967518a329f239fcd3aaf
ZigbeeApp/Home.Ios/Info.plist
@@ -6,6 +6,8 @@
   <string>需要读取通讯录,用于添加胁迫联系人</string>
   <key>NSLocationWhenInUseUsageDescription</key>
   <string>使用期间需要使用地理位置,以便提供服务,如天气</string>
   <key>NSLocationAlwaysUsageDescription</key>
   <string>应用在后台运行,定时上报位置,执行自动化逻辑功能</string>
   <key>UIViewControllerBasedStatusBarAppearance</key>
   <false/>
   <key>NSPhotoLibraryUsageDescription</key>
@@ -51,15 +53,10 @@
   <string>需要使用多媒体权限,以便提供更多的多媒体服务</string>
   <key>aps-environment</key>
   <string>development</string>
   <key>UIBackgroundModes</key>
   <array>
      <string>location</string>
      <string>remote-notification</string>
   </array>
   <key>CFBundleShortVersionString</key>
   <string>1.0.20040901</string>
   <string>1.1.012006042</string>
   <key>CFBundleVersion</key>
   <string>2</string>
   <string>202006042</string>
   <key>CFBundleURLTypes</key>
   <array>
      <dict>
@@ -70,6 +67,10 @@
            <string>wx2ec8f53f6fa36e82</string>
         </array>
      </dict>
      <dict>
         <key>CFBundleURLName</key>
         <string>xiaoduapp</string>
      </dict>
   </array>
   <key>LSApplicationQueriesSchemes</key>
   <array>
@@ -78,5 +79,10 @@
   </array>
   <key>CFBundleDevelopmentRegion</key>
   <string>zh_CN</string>
   <key>UIBackgroundModes</key>
   <array>
      <string>location</string>
      <string>remote-notification</string>
   </array>
</dict>
</plist>