From 06696e6f225733a60b03eea4a7c6374053d92c1d Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 14 四月 2020 14:15:35 +0800 Subject: [PATCH] 20200414 --- HDL-ON_iOS/Info.plist | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/HDL-ON_iOS/Info.plist b/HDL-ON_iOS/Info.plist index 74b148d..c50adfa 100755 --- a/HDL-ON_iOS/Info.plist +++ b/HDL-ON_iOS/Info.plist @@ -34,8 +34,6 @@ <string>Set up your room or scene background.</string> <key>NSPhotoLibraryUsageDescription</key> <string>Set up your room or scene background.</string> - <key>Custom Property</key> - <string></string> <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> @@ -66,17 +64,23 @@ <string>HDL ON +</string> <key>XSAppIconAssets</key> <string>Assets.xcassets/AppIcon.appiconset</string> - <key>NSLocationWhenInUseUsageDescription</key> - <string>Get the weather</string> <key>CFBundleDisplayName</key> <string>HDL ON +</string> - <key>NSLocationAlwaysUsageDescription</key> - <string>Get the weather</string> <key>UIStatusBarStyle</key> <string>UIStatusBarStyleLightContent</string> <key>CFBundleShortVersionString</key> <string>1.0.1.202003031</string> <key>CFBundleVersion</key> <string>1.0.1.202003031</string> + <key>NSLocationAlwaysAndWhenInUseUsageDescription</key> + <string>鑾峰彇澶╂皵棰勬姤1</string> + <key>UIBackgroundModes</key> + <array> + <string>location</string> + </array> + <key>NSLocationWhenInUseUsageDescription</key> + <string>鑾峰彇澶╂皵棰勬姤2</string> + <key>NSAppleMusicUsageDescription</key> + <string>鑾峰彇澶╂皵棰勬姤</string> </dict> </plist> -- Gitblit v1.8.0