Skip to content

Commit ef2d577

Browse files
committed
Remove LaunchScreen.xib from project.
1 parent b10d96b commit ef2d577

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

build/project-template/__PROJECT_NAME__.xcodeproj/project.pbxproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
CDD59A261BB43B5D00EC2671 /* build-debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "build-debug.xcconfig"; sourceTree = "<group>"; };
3737
CDD59A271BB43B5D00EC2671 /* build-release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "build-release.xcconfig"; sourceTree = "<group>"; };
3838
CDF4743E1BA4855C0087EA85 /* build.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = build.xcconfig; sourceTree = "<group>"; };
39-
F9B8C6A31ACEDEEB00547416 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
4039
/* End PBXFileReference section */
4140

4241
/* Begin PBXFrameworksBuildPhase section */
@@ -80,7 +79,6 @@
8079
isa = PBXGroup;
8180
children = (
8281
CD45EE7A18DC2D5800FB50C0 /* app */,
83-
F9B8C6A21ACEDEEB00547416 /* LaunchScreen.xib */,
8482
858B833818CA111C00AB12DE /* Supporting Files */,
8583
);
8684
path = __PROJECT_NAME__;
@@ -238,14 +236,6 @@
238236
name = InfoPlist.strings;
239237
sourceTree = "<group>";
240238
};
241-
F9B8C6A21ACEDEEB00547416 /* LaunchScreen.xib */ = {
242-
isa = PBXVariantGroup;
243-
children = (
244-
F9B8C6A31ACEDEEB00547416 /* en */,
245-
);
246-
name = LaunchScreen.xib;
247-
sourceTree = "<group>";
248-
};
249239
/* End PBXVariantGroup section */
250240

251241
/* Begin XCBuildConfiguration section */

build/project-template/__PROJECT_NAME__/__PROJECT_NAME__-Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
<string>1.0</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
27-
<key>UILaunchStoryboardName</key>
28-
<string>LaunchScreen</string>
2927
<key>UIRequiredDeviceCapabilities</key>
3028
<array>
3129
<string>armv7</string>

build/project-template/__PROJECT_NAME__/en.lproj/LaunchScreen.xib

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)