diff --git a/template/ios/LaunchScreenDevelopment.storyboard b/template/ios/LaunchScreenDevelopment.storyboard index af74d4d..acf2b0c 100644 --- a/template/ios/LaunchScreenDevelopment.storyboard +++ b/template/ios/LaunchScreenDevelopment.storyboard @@ -1,9 +1,9 @@ - + - + @@ -11,7 +11,7 @@ - + diff --git a/template/ios/LaunchScreenProduction.storyboard b/template/ios/LaunchScreenProduction.storyboard index a1e1852..b8d37c0 100644 --- a/template/ios/LaunchScreenProduction.storyboard +++ b/template/ios/LaunchScreenProduction.storyboard @@ -1,9 +1,9 @@ - + - + @@ -11,7 +11,7 @@ - + diff --git a/template/ios/LaunchScreenStaging.storyboard b/template/ios/LaunchScreenStaging.storyboard index a3a097f..f7e9bab 100644 --- a/template/ios/LaunchScreenStaging.storyboard +++ b/template/ios/LaunchScreenStaging.storyboard @@ -1,9 +1,9 @@ - + - + @@ -11,7 +11,7 @@ - + diff --git a/template/ios/LaunchScreenTesting.storyboard b/template/ios/LaunchScreenTesting.storyboard index 3124a7b..ea08c6c 100644 --- a/template/ios/LaunchScreenTesting.storyboard +++ b/template/ios/LaunchScreenTesting.storyboard @@ -1,9 +1,9 @@ - + - + @@ -11,7 +11,7 @@ - + diff --git a/template/ios/projectname.xcodeproj/project.pbxproj b/template/ios/projectname.xcodeproj/project.pbxproj index d806f0a..5b3d1b7 100644 --- a/template/ios/projectname.xcodeproj/project.pbxproj +++ b/template/ios/projectname.xcodeproj/project.pbxproj @@ -11,7 +11,6 @@ 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; }; 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; - 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; 882330512BB58683007333F2 /* LaunchScreenStaging.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 882330502BB58683007333F2 /* LaunchScreenStaging.storyboard */; }; 882330532BB58698007333F2 /* LaunchScreenDevelopment.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 882330522BB58698007333F2 /* LaunchScreenDevelopment.storyboard */; }; 882330552BB586AC007333F2 /* LaunchScreenTesting.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 882330542BB586AC007333F2 /* LaunchScreenTesting.storyboard */; }; @@ -37,7 +36,6 @@ 5709B34CF0A7D63546082F79 /* Pods-projectname.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-projectname.release.xcconfig"; path = "Target Support Files/Pods-projectname/Pods-projectname.release.xcconfig"; sourceTree = ""; }; 586B8B84B35CEF32995F3EED /* Pods-projectname.stagingrelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-projectname.stagingrelease.xcconfig"; path = "Target Support Files/Pods-projectname/Pods-projectname.stagingrelease.xcconfig"; sourceTree = ""; }; 5DCACB8F33CDC322A6C60F78 /* libPods-projectname.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-projectname.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = projectname/LaunchScreen.storyboard; sourceTree = ""; }; 882330502BB58683007333F2 /* LaunchScreenStaging.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreenStaging.storyboard; sourceTree = ""; }; 882330522BB58698007333F2 /* LaunchScreenDevelopment.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreenDevelopment.storyboard; sourceTree = ""; }; 882330542BB586AC007333F2 /* LaunchScreenTesting.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreenTesting.storyboard; sourceTree = ""; }; @@ -82,7 +80,6 @@ 13B07FB01A68108700A75B9A /* AppDelegate.mm */, 13B07FB51A68108700A75B9A /* Images.xcassets */, 13B07FB61A68108700A75B9A /* Info.plist */, - 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */, 88476BE22BB6537A001B28EA /* LaunchScreenProduction.storyboard */, 882330542BB586AC007333F2 /* LaunchScreenTesting.storyboard */, 882330522BB58698007333F2 /* LaunchScreenDevelopment.storyboard */, @@ -226,7 +223,6 @@ files = ( 882330552BB586AC007333F2 /* LaunchScreenTesting.storyboard in Resources */, 882330512BB58683007333F2 /* LaunchScreenStaging.storyboard in Resources */, - 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */, 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, 88476BE32BB6537A001B28EA /* LaunchScreenProduction.storyboard in Resources */, 882330532BB58698007333F2 /* LaunchScreenDevelopment.storyboard in Resources */, diff --git a/template/ios/projectname/LaunchScreen.storyboard b/template/ios/projectname/LaunchScreen.storyboard deleted file mode 100644 index 2db090e..0000000 --- a/template/ios/projectname/LaunchScreen.storyboard +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - -