From 22e9bf74a4684c827279a85bb66548e83c1ea5cf Mon Sep 17 00:00:00 2001 From: Timur Amirov Date: Wed, 26 Feb 2025 20:42:24 +0100 Subject: [PATCH] fix(cli/ios): Configure initial view controller for the launch screen on iOS (#12538) Co-authored-by: Fabian-Lars --- .changes/launch-viewcontroller.md | 5 +++++ .../tauri-cli/templates/mobile/ios/LaunchScreen.storyboard | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changes/launch-viewcontroller.md diff --git a/.changes/launch-viewcontroller.md b/.changes/launch-viewcontroller.md new file mode 100644 index 000000000..804d529eb --- /dev/null +++ b/.changes/launch-viewcontroller.md @@ -0,0 +1,5 @@ +--- +tauri-cli: 'patch:bug' +--- + +Set initialViewController for LaunchScreen (iOS). diff --git a/crates/tauri-cli/templates/mobile/ios/LaunchScreen.storyboard b/crates/tauri-cli/templates/mobile/ios/LaunchScreen.storyboard index dd79351ec..81b5f90e2 100644 --- a/crates/tauri-cli/templates/mobile/ios/LaunchScreen.storyboard +++ b/crates/tauri-cli/templates/mobile/ios/LaunchScreen.storyboard @@ -1,5 +1,5 @@ - +