From 5acf390e8a349cac4a827ef3b30aef1214194271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Tue, 28 Mar 2023 18:42:16 +0800 Subject: [PATCH] =?UTF-8?q?build(splash):=20=E9=87=8D=E6=96=B0=E7=94=9F?= =?UTF-8?q?=E6=88=90=E9=A6=96=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/Runner/Info-Profile.plist | 2 +- pubspec.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ios/Runner/Info-Profile.plist b/ios/Runner/Info-Profile.plist index 7bf87a8..42c9fae 100644 --- a/ios/Runner/Info-Profile.plist +++ b/ios/Runner/Info-Profile.plist @@ -35,7 +35,7 @@ UIApplicationSceneManifest UISceneConfigurations - + UIMainStoryboardFile Main diff --git a/pubspec.yaml b/pubspec.yaml index 15495ca..7254efd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -208,4 +208,5 @@ flutter_native_splash: # do not remove any spaces: info_plist_files: - 'ios/Runner/Info-Debug.plist' + - 'ios/Runner/Info-Profile.plist' - 'ios/Runner/Info-Release.plist'