From bfb3d0d4879dca8c59ff287c92f5113162f3a33a Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期二, 27 八月 2024 15:22:48 +0800 Subject: [PATCH] 代码备份 --- OnPro/HDL-ON_iOS/Info.plist | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/OnPro/HDL-ON_iOS/Info.plist b/OnPro/HDL-ON_iOS/Info.plist index 5178ce4..da26af5 100644 --- a/OnPro/HDL-ON_iOS/Info.plist +++ b/OnPro/HDL-ON_iOS/Info.plist @@ -11,9 +11,11 @@ <key>CFBundleName</key> <string>鑽f偊鏅鸿兘</string> <key>CFBundleShortVersionString</key> - <string>1.0</string> + <string>1.0.2</string> + <key>NSLocationAlwaysAndWhenInUseUsageDescription</key> + <string>Provide weather services based on your positioning</string> <key>CFBundleVersion</key> - <string>1.0</string> + <string>1.0.2</string> <key>LSApplicationQueriesSchemes</key> <array> <string>weixinULAPI</string> @@ -43,7 +45,7 @@ <key>NSLocalNetworkUsageDescription</key> <string>APP wants to use local network access permissions for WiFi distribution.</string> <key>NSLocationWhenInUseUsageDescription</key> - <string>Use geographic location to provide services such as weather</string> + <string>Obtain the weather conditions of your current location through localization.</string> <key>NSPhotoLibraryAddUsageDescription</key> <string>App wants to access your photo library to set the background image of the room</string> <key>NSPhotoLibraryUsageDescription</key> @@ -81,8 +83,6 @@ <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> - <string>UIInterfaceOrientationLandscapeRight</string> - <string>UIInterfaceOrientationLandscapeLeft</string> </array> <key>UISupportedInterfaceOrientations~ipad</key> <array> -- Gitblit v1.8.0