diff --git a/Client/LaunchStoryboard.storyboard b/Client/LaunchStoryboard.storyboard new file mode 100644 index 00000000..e3db0143 --- /dev/null +++ b/Client/LaunchStoryboard.storyboard @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Client/Supporting Files/Hackers-Info.plist b/Client/Supporting Files/Hackers-Info.plist index 6c9ccb48..160778a5 100644 --- a/Client/Supporting Files/Hackers-Info.plist +++ b/Client/Supporting Files/Hackers-Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 7 + 9 LSRequiresIPhoneOS NSAppTransportSecurity @@ -30,7 +30,7 @@ UILaunchStoryboardName - Storyboard + LaunchStoryboard UIMainStoryboardFile Storyboard UIRequiredDeviceCapabilities diff --git a/Hackers.xcodeproj/project.pbxproj b/Hackers.xcodeproj/project.pbxproj index a17fbfcb..b0b02d1c 100644 --- a/Hackers.xcodeproj/project.pbxproj +++ b/Hackers.xcodeproj/project.pbxproj @@ -20,6 +20,7 @@ 24D6B8CA1C1EDBFC00618422 /* Theme.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24D6B8C91C1EDBFC00618422 /* Theme.swift */; }; 24DFD28C19436E51007F61E7 /* CommentsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24DFD28B19436E51007F61E7 /* CommentsViewController.swift */; }; 24E4F26119B4DA9900574B52 /* CommentDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24E4F26019B4DA9900574B52 /* CommentDelegate.swift */; }; + 24EF5BF41C393D110012AA8A /* LaunchStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 24EF5BF31C393D110012AA8A /* LaunchStoryboard.storyboard */; }; 24F39F8918AFB1150055F8DC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 24F39F8818AFB1150055F8DC /* Foundation.framework */; }; 24F39F8B18AFB1150055F8DC /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 24F39F8A18AFB1150055F8DC /* CoreGraphics.framework */; }; 24F39F8D18AFB1150055F8DC /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 24F39F8C18AFB1150055F8DC /* UIKit.framework */; }; @@ -43,6 +44,7 @@ 24D6B8C91C1EDBFC00618422 /* Theme.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Theme.swift; sourceTree = ""; }; 24DFD28B19436E51007F61E7 /* CommentsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CommentsViewController.swift; sourceTree = ""; }; 24E4F26019B4DA9900574B52 /* CommentDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CommentDelegate.swift; sourceTree = ""; }; + 24EF5BF31C393D110012AA8A /* LaunchStoryboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchStoryboard.storyboard; sourceTree = ""; }; 24F39F8518AFB1150055F8DC /* Hackers.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Hackers.app; sourceTree = BUILT_PRODUCTS_DIR; }; 24F39F8818AFB1150055F8DC /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 24F39F8A18AFB1150055F8DC /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; @@ -150,6 +152,7 @@ isa = PBXGroup; children = ( 24F39FB718AFB2AF0055F8DC /* Storyboard.storyboard */, + 24EF5BF31C393D110012AA8A /* LaunchStoryboard.storyboard */, 24C20D381A7E42D5005B759B /* MainSplitViewController.swift */, 24CE5FEE19434DC0009D2677 /* Post List */, 24CE5FEF19434DCB009D2677 /* Post */, @@ -242,6 +245,7 @@ files = ( 24F39F9B18AFB1150055F8DC /* Images.xcassets in Resources */, 240C5BE018D267C70011177A /* Icons.xcassets in Resources */, + 24EF5BF41C393D110012AA8A /* LaunchStoryboard.storyboard in Resources */, 24F39FB818AFB2AF0055F8DC /* Storyboard.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0;