Skip to content

Commit 22e9bf7

Browse files
DeTeamFabianLars
andauthored
fix(cli/ios): Configure initial view controller for the launch screen on iOS (#12538)
Co-authored-by: Fabian-Lars <github@fabianlars.de>
1 parent b495fe0 commit 22e9bf7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changes/launch-viewcontroller.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
tauri-cli: 'patch:bug'
3+
---
4+
5+
Set initialViewController for LaunchScreen (iOS).

crates/tauri-cli/templates/mobile/ios/LaunchScreen.storyboard

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17150" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17150" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Y6W-OH-hqX">
33
<dependencies>
44
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17122"/>
55
<capability name="Safe area layout guides" minToolsVersion="9.0"/>

0 commit comments

Comments
 (0)