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, 6 insertions(+), 4 deletions(-) diff --git a/OnPro/HDL-ON_iOS/Info.plist b/OnPro/HDL-ON_iOS/Info.plist index 02a94ec..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> @@ -89,7 +91,7 @@ <key>UIViewControllerBasedStatusBarAppearance</key> <false/> <key>XSAppIconAssets</key> - <string>/Applications/Visual Studio.app/Assets.xcassets/AppIcon1.appiconset</string> + <string>Assets.xcassets/AppIcon.appiconset</string> <key>UILaunchStoryboardName</key> <string>LaunchScreen</string> </dict> -- Gitblit v1.8.0