From 7a5cf9c90d58be87caa7ebac12ec0080a4ca6f2e Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期三, 12 四月 2023 13:57:11 +0800 Subject: [PATCH] 重新导入swift支持库 --- HDL-ON_iOS/Info.plist | 12 ++++++------ HDL-ON_iOS/HDL-ON_iOS.csproj | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index 8958497..979a372 100644 --- a/HDL-ON_iOS/HDL-ON_iOS.csproj +++ b/HDL-ON_iOS/HDL-ON_iOS.csproj @@ -142,12 +142,12 @@ <PackageReference Include="Xamarin.Essentials"> <Version>1.7.0</Version> </PackageReference> - <PackageReference Include="Xamarin.iOS.SwiftRuntimeSupport"> - <Version>0.2.1</Version> - </PackageReference> <PackageReference Include="Xamarin.iOS.MJRefresh"> <Version>3.2.2</Version> </PackageReference> + <PackageReference Include="Xamarin.iOS.SwiftRuntimeSupport"> + <Version>0.2.1</Version> + </PackageReference> </ItemGroup> <ItemGroup> <ImageAsset Include="Assets.xcassets\add_server1.imageset\add_server1.png" /> diff --git a/HDL-ON_iOS/Info.plist b/HDL-ON_iOS/Info.plist index cae58df..a8e2179 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> @@ -89,6 +89,8 @@ </dict> <key>UIViewControllerBasedStatusBarAppearance</key> <false/> + <key>XSLaunchImageAssets</key> + <string>Assets.xcassets/LaunchImage.launchimage</string> <key>CFBundleName</key> <string>On Pro</string> <key>XSAppIconAssets</key> @@ -98,9 +100,9 @@ <key>UIStatusBarStyle</key> <string>UIStatusBarStyleLightContent</string> <key>CFBundleShortVersionString</key> - <string>1.7</string> + <string>1.6.602303301</string> <key>CFBundleVersion</key> - <string>1.7</string> + <string>1.6.603301</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> @@ -143,8 +145,6 @@ <key>NSLocationWhenInUseUsageDescription</key> <string>EZ video will be use</string> <key>UILaunchStoryboardName</key> - <string>Main</string> - <key>XSLaunchImageAssets</key> - <string>Assets.xcassets/LaunchImage.launchimage</string> + <string>LaunchSreen</string> </dict> </plist> -- Gitblit v1.8.0