Skip to content

Commit e62d40f

Browse files
committed
fix(LaunchScreen): add Storyboard for the LaunchScreen
1 parent 9d9e5b3 commit e62d40f

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

telltime.xcodeproj/project.pbxproj

+8-4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
/* Begin PBXBuildFile section */
1010
4C03BC8223550A0C00442B11 /* ConfigurationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C03BC8123550A0C00442B11 /* ConfigurationView.swift */; };
11+
4C28CDB22513F72000DAE010 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4C28CDB12513F72000DAE010 /* LaunchScreen.storyboard */; };
1112
4C32F1082419765A00BAFB3A /* Calendar+Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C32F1072419765A00BAFB3A /* Calendar+Test.swift */; };
1213
4C3CCC6124B39353008F0699 /* WidgetKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C3CCC6024B39353008F0699 /* WidgetKit.framework */; };
1314
4C3CCC6324B39353008F0699 /* SwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C3CCC6224B39353008F0699 /* SwiftUI.framework */; };
@@ -89,6 +90,7 @@
8990

9091
/* Begin PBXFileReference section */
9192
4C03BC8123550A0C00442B11 /* ConfigurationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConfigurationView.swift; sourceTree = "<group>"; };
93+
4C28CDB12513F72000DAE010 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
9294
4C32F1072419765A00BAFB3A /* Calendar+Test.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Calendar+Test.swift"; sourceTree = "<group>"; };
9395
4C3CCC5F24B39353008F0699 /* TellTimeWidgetExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = TellTimeWidgetExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
9496
4C3CCC6024B39353008F0699 /* WidgetKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WidgetKit.framework; path = System/Library/Frameworks/WidgetKit.framework; sourceTree = SDKROOT; };
@@ -258,6 +260,7 @@
258260
4CB1D4C322A7293500786385 /* Preview Content */,
259261
4CB1D4BF22A7293300786385 /* TellTimeView.swift */,
260262
4CD0504B23A2D47000BD9C34 /* TTS */,
263+
4C28CDB12513F72000DAE010 /* LaunchScreen.storyboard */,
261264
);
262265
path = telltime;
263266
sourceTree = "<group>";
@@ -445,6 +448,7 @@
445448
isa = PBXResourcesBuildPhase;
446449
buildActionMask = 2147483647;
447450
files = (
451+
4C28CDB22513F72000DAE010 /* LaunchScreen.storyboard in Resources */,
448452
4CB1D4C522A7293500786385 /* Preview Assets.xcassets in Resources */,
449453
4CB1D4C222A7293500786385 /* Assets.xcassets in Resources */,
450454
);
@@ -556,7 +560,7 @@
556560
"@executable_path/Frameworks",
557561
"@executable_path/../../Frameworks",
558562
);
559-
MARKETING_VERSION = 2.0.0;
563+
MARKETING_VERSION = 2.0.1;
560564
PRODUCT_BUNDLE_IDENTIFIER = renaud.jenny.telltime.TellTimeWidget;
561565
PRODUCT_NAME = "$(TARGET_NAME)";
562566
SKIP_INSTALL = YES;
@@ -579,7 +583,7 @@
579583
"@executable_path/Frameworks",
580584
"@executable_path/../../Frameworks",
581585
);
582-
MARKETING_VERSION = 2.0.0;
586+
MARKETING_VERSION = 2.0.1;
583587
PRODUCT_BUNDLE_IDENTIFIER = renaud.jenny.telltime.TellTimeWidget;
584588
PRODUCT_NAME = "$(TARGET_NAME)";
585589
SKIP_INSTALL = YES;
@@ -719,7 +723,7 @@
719723
"$(inherited)",
720724
"@executable_path/Frameworks",
721725
);
722-
MARKETING_VERSION = 2.0.0;
726+
MARKETING_VERSION = 2.0.1;
723727
PRODUCT_BUNDLE_IDENTIFIER = renaud.jenny.telltime;
724728
PRODUCT_NAME = "Tell Time UK";
725729
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -743,7 +747,7 @@
743747
"$(inherited)",
744748
"@executable_path/Frameworks",
745749
);
746-
MARKETING_VERSION = 2.0.0;
750+
MARKETING_VERSION = 2.0.1;
747751
PRODUCT_BUNDLE_IDENTIFIER = renaud.jenny.telltime;
748752
PRODUCT_NAME = "Tell Time UK";
749753
PROVISIONING_PROFILE_SPECIFIER = "";

telltime/LaunchScreen.storyboard

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13142" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
3+
<dependencies>
4+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12042"/>
5+
</dependencies>
6+
<scenes/>
7+
</document>

0 commit comments

Comments
 (0)