diff --git a/ImageViewer.xcodeproj/project.pbxproj b/ImageViewer.xcodeproj/project.pbxproj index 04a8ec8..196665e 100644 --- a/ImageViewer.xcodeproj/project.pbxproj +++ b/ImageViewer.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + 2207C8012FFD96480094550F /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2207C8002FFD96480094550F /* Launch Screen.storyboard */; }; 228A32B12F849062008A980A /* metadata_generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 228A32B02F849062008A980A /* metadata_generated.swift */; }; 22B015A72F82A2DC0088F94F /* FlatBuffers in Frameworks */ = {isa = PBXBuildFile; productRef = 22B015A62F82A2DC0088F94F /* FlatBuffers */; }; 22B015A92F82A2DC0088F94F /* FlexBuffers in Frameworks */ = {isa = PBXBuildFile; productRef = 22B015A82F82A2DC0088F94F /* FlexBuffers */; }; @@ -16,6 +17,7 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 2207C8002FFD96480094550F /* Launch Screen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = SOURCE_ROOT; }; 228A32B02F849062008A980A /* metadata_generated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = metadata_generated.swift; sourceTree = ""; }; 840F62652E7B65B700C8A64A /* ImageViewer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ImageViewer.app; sourceTree = BUILT_PRODUCTS_DIR; }; 840F62682E7B65B700C8A64A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; @@ -56,6 +58,7 @@ 840F62672E7B65B700C8A64A /* ImageViewer */ = { isa = PBXGroup; children = ( + 2207C8002FFD96480094550F /* Launch Screen.storyboard */, 228A32B02F849062008A980A /* metadata_generated.swift */, 840F62682E7B65B700C8A64A /* AppDelegate.swift */, 840F626C2E7B65B700C8A64A /* ViewController.swift */, @@ -126,6 +129,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 2207C8012FFD96480094550F /* Launch Screen.storyboard in Resources */, 840F62722E7B65B900C8A64A /* Assets.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -277,6 +281,7 @@ INFOPLIST_FILE = ImageViewer/Info.plist; INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; + INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; LD_RUNPATH_SEARCH_PATHS = ( @@ -303,6 +308,7 @@ INFOPLIST_FILE = ImageViewer/Info.plist; INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; + INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; LD_RUNPATH_SEARCH_PATHS = ( diff --git a/ImageViewer/Info.plist b/ImageViewer/Info.plist index 8d9449a..60d5f3f 100644 --- a/ImageViewer/Info.plist +++ b/ImageViewer/Info.plist @@ -4,7 +4,7 @@ UIFileSharingEnabled - LSSupportsOpeningDocumentsInPlace - + UILaunchStoryboardName + Launch Screen diff --git a/Launch Screen.storyboard b/Launch Screen.storyboard new file mode 100644 index 0000000..65e32ea --- /dev/null +++ b/Launch Screen.storyboard @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +