From f58a0928df594adb6c9bff6dbc4cb3c37babd104 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期三, 12 四月 2023 10:01:27 +0800 Subject: [PATCH] Merge branch 'Dev-Wxr' into wjc --- HDL-ON_iOS/Info.plist | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HDL-ON_iOS/Info.plist b/HDL-ON_iOS/Info.plist index 511589d..cae58df 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.2</string> + <string>12.0</string> <key>UIDeviceFamily</key> <array> <integer>1</integer> @@ -89,8 +89,6 @@ </dict> <key>UIViewControllerBasedStatusBarAppearance</key> <false/> - <key>XSLaunchImageAssets</key> - <string>Assets.xcassets/LaunchImage.launchimage</string> <key>CFBundleName</key> <string>On Pro</string> <key>XSAppIconAssets</key> @@ -100,9 +98,9 @@ <key>UIStatusBarStyle</key> <string>UIStatusBarStyleLightContent</string> <key>CFBundleShortVersionString</key> - <string>1.6.602303301</string> + <string>1.7</string> <key>CFBundleVersion</key> - <string>1.6.603301</string> + <string>1.7</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> @@ -145,6 +143,8 @@ <key>NSLocationWhenInUseUsageDescription</key> <string>EZ video will be use</string> <key>UILaunchStoryboardName</key> - <string>LaunchScreen</string> + <string>Main</string> + <key>XSLaunchImageAssets</key> + <string>Assets.xcassets/LaunchImage.launchimage</string> </dict> </plist> -- Gitblit v1.8.0