Skip to content

Commit 51a2e82

Browse files
authored
Removes launch screen (#353)
1 parent bea2798 commit 51a2e82

File tree

2 files changed

+2
-42
lines changed

2 files changed

+2
-42
lines changed

Example/Example.xcodeproj/project.pbxproj

+2-17
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
ACFDF4B327983BAA00059A1B /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACFDF4B227983BAA00059A1B /* SceneDelegate.swift */; };
3131
ACFDF4B527983BAA00059A1B /* MainViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACFDF4B427983BAA00059A1B /* MainViewController.swift */; };
3232
ACFDF4BA27983BAB00059A1B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = ACFDF4B927983BAB00059A1B /* Assets.xcassets */; };
33-
ACFDF4BD27983BAB00059A1B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = ACFDF4BB27983BAB00059A1B /* LaunchScreen.storyboard */; };
3433
ACFDF4C527983C2700059A1B /* MainView.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACFDF4C427983C2700059A1B /* MainView.swift */; };
3534
/* End PBXBuildFile section */
3635

@@ -57,7 +56,6 @@
5756
ACFDF4B227983BAA00059A1B /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
5857
ACFDF4B427983BAA00059A1B /* MainViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainViewController.swift; sourceTree = "<group>"; };
5958
ACFDF4B927983BAB00059A1B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
60-
ACFDF4BC27983BAB00059A1B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
6159
ACFDF4BE27983BAB00059A1B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6260
ACFDF4C427983C2700059A1B /* MainView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainView.swift; sourceTree = "<group>"; };
6361
/* End PBXFileReference section */
@@ -166,7 +164,6 @@
166164
7243F9BA282D73E9005AAABF /* Example.entitlements */,
167165
ACFDF4BE27983BAB00059A1B /* Info.plist */,
168166
ACFDF4B927983BAB00059A1B /* Assets.xcassets */,
169-
ACFDF4BB27983BAB00059A1B /* LaunchScreen.storyboard */,
170167
AC832D582798C72A00EC6832 /* Application */,
171168
AC832D5A2798C73B00EC6832 /* Library */,
172169
AC832D592798C73300EC6832 /* Main */,
@@ -251,7 +248,6 @@
251248
isa = PBXResourcesBuildPhase;
252249
buildActionMask = 2147483647;
253250
files = (
254-
ACFDF4BD27983BAB00059A1B /* LaunchScreen.storyboard in Resources */,
255251
ACFDF4BA27983BAB00059A1B /* Assets.xcassets in Resources */,
256252
);
257253
runOnlyForDeploymentPostprocessing = 0;
@@ -307,17 +303,6 @@
307303
};
308304
/* End PBXSourcesBuildPhase section */
309305

310-
/* Begin PBXVariantGroup section */
311-
ACFDF4BB27983BAB00059A1B /* LaunchScreen.storyboard */ = {
312-
isa = PBXVariantGroup;
313-
children = (
314-
ACFDF4BC27983BAB00059A1B /* Base */,
315-
);
316-
name = LaunchScreen.storyboard;
317-
sourceTree = "<group>";
318-
};
319-
/* End PBXVariantGroup section */
320-
321306
/* Begin XCBuildConfiguration section */
322307
ACFDF4BF27983BAB00059A1B /* Debug */ = {
323308
isa = XCBuildConfiguration;
@@ -447,7 +432,7 @@
447432
GENERATE_INFOPLIST_FILE = YES;
448433
INFOPLIST_FILE = Example/Info.plist;
449434
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
450-
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
435+
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
451436
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
452437
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
453438
LD_RUNPATH_SEARCH_PATHS = (
@@ -479,7 +464,7 @@
479464
GENERATE_INFOPLIST_FILE = YES;
480465
INFOPLIST_FILE = Example/Info.plist;
481466
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
482-
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
467+
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
483468
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
484469
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
485470
LD_RUNPATH_SEARCH_PATHS = (

Example/Example/Base.lproj/LaunchScreen.storyboard

-25
This file was deleted.

0 commit comments

Comments
 (0)