From a3313818a548d51777ae4e6cc006e9d1e2c1036e Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 07 四月 2023 09:15:37 +0800 Subject: [PATCH] 群控备份 --- 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 e5b4b8e..a76be6f 100644 --- a/HDL-ON_iOS/Info.plist +++ b/HDL-ON_iOS/Info.plist @@ -42,7 +42,7 @@ <key>LSRequiresIPhoneOS</key> <true/> <key>MinimumOSVersion</key> - <string>12.0</string> + <string>12.2</string> <key>UIDeviceFamily</key> <array> <integer>1</integer> @@ -66,8 +66,8 @@ <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> - <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> + <string>UIInterfaceOrientationLandscapeLeft</string> </array> <key>UIAppFonts</key> <array> @@ -100,11 +100,9 @@ <key>UIStatusBarStyle</key> <string>UIStatusBarStyleLightContent</string> <key>CFBundleShortVersionString</key> - <string>1.5.502204201</string> + <string>1.6.602303293</string> <key>CFBundleVersion</key> - <string>1.5.504201</string> - <key>NSLocationWhenInUseUsageDescription</key> - <string>Use geographic location to provide services such as weather</string> + <string>1.6.603293</string> <key>NSAppleMusicUsageDescription</key> <string>App needs to access your music library to connect to an external player to play music.</string> <key>NSLocationAlwaysUsageDescription</key> @@ -140,5 +138,11 @@ <array> <string>HDLRunSceneIntent</string> </array> + <key>NSContactsUsageDescription</key> + <string>LC Video will be use</string> + <key>NSLocationAlwaysAndWhenInUseUsageDescription</key> + <string>LC Video will be use</string> + <key>Custom Property</key> + <string></string> </dict> </plist> -- Gitblit v1.8.0