From d313d259ca1c5adb7c42b6a7f3f1cf92e7c66b52 Mon Sep 17 00:00:00 2001 From: Matt Coneybeare Date: Mon, 22 Sep 2014 18:54:05 -0400 Subject: [PATCH] Added LaunchScreen.storyboard to iOS proj --- Example/Info-iOS.plist | 2 + Example/en.lproj/LaunchScreen.storyboard | 73 ++++++++++++++++++++++++ Example/en.lproj/Main.storyboard | 6 +- iOS Example.xcodeproj/project.pbxproj | 17 ++++++ 4 files changed, 95 insertions(+), 3 deletions(-) create mode 100644 Example/en.lproj/LaunchScreen.storyboard diff --git a/Example/Info-iOS.plist b/Example/Info-iOS.plist index dab37f5..013fdf1 100644 --- a/Example/Info-iOS.plist +++ b/Example/Info-iOS.plist @@ -61,6 +61,8 @@ 99 LSRequiresIPhoneOS + UILaunchStoryboardName + LaunchScreen UIMainStoryboardFile Main UIRequiredDeviceCapabilities diff --git a/Example/en.lproj/LaunchScreen.storyboard b/Example/en.lproj/LaunchScreen.storyboard new file mode 100644 index 0000000..fdc08e4 --- /dev/null +++ b/Example/en.lproj/LaunchScreen.storyboard @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Example/en.lproj/Main.storyboard b/Example/en.lproj/Main.storyboard index 03338d7..744eca5 100644 --- a/Example/en.lproj/Main.storyboard +++ b/Example/en.lproj/Main.storyboard @@ -1,8 +1,8 @@ - + - - + + diff --git a/iOS Example.xcodeproj/project.pbxproj b/iOS Example.xcodeproj/project.pbxproj index ea09860..b5f82cf 100644 --- a/iOS Example.xcodeproj/project.pbxproj +++ b/iOS Example.xcodeproj/project.pbxproj @@ -8,6 +8,7 @@ /* Begin PBXBuildFile section */ E60FA81819C9219600179D70 /* logo.png in Resources */ = {isa = PBXBuildFile; fileRef = E60FA81719C9219600179D70 /* logo.png */; }; + E66F854A19D0A7C600AD80EC /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E66F854819D0A7C600AD80EC /* LaunchScreen.storyboard */; }; E6A0AFB419C9D30900C3A7DC /* Armchair.bundle in Resources */ = {isa = PBXBuildFile; fileRef = E6A0AFB319C9D24000C3A7DC /* Armchair.bundle */; }; E6D06B5B19CB413600DE5D11 /* Armchair.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6D8B8BB19C7382B001AD043 /* Armchair.framework */; }; E6D06B5C19CB413600DE5D11 /* Armchair.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = E6D8B8BB19C7382B001AD043 /* Armchair.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; @@ -94,6 +95,7 @@ /* Begin PBXFileReference section */ E60FA81719C9219600179D70 /* logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = logo.png; sourceTree = ""; }; + E66F854919D0A7C600AD80EC /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/LaunchScreen.storyboard; sourceTree = ""; }; E6A0AF5D19C9C89E00C3A7DC /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/Main.storyboard; sourceTree = ""; }; E6C49DC519C23C91006A4544 /* iOS Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "iOS Example.app"; sourceTree = BUILT_PRODUCTS_DIR; }; E6E5F4C219C8E18E008A6C1B /* armchair.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = armchair.jpg; sourceTree = ""; }; @@ -144,6 +146,7 @@ F8111E0A19A951050040E7D1 /* AppDelegate.swift */, F8111E0C19A951050040E7D1 /* ViewController.swift */, F8111E1019A951050040E7D1 /* Main.storyboard */, + E66F854819D0A7C600AD80EC /* LaunchScreen.storyboard */, F8111E0819A951050040E7D1 /* Supporting Files */, ); name = Source; @@ -197,6 +200,7 @@ TargetAttributes = { F8111E0419A951050040E7D1 = { CreatedOnToolsVersion = 6.0; + DevelopmentTeam = 9H3S97RP4K; }; }; }; @@ -270,6 +274,7 @@ E6E5F4C319C8E18E008A6C1B /* armchair.jpg in Resources */, E60FA81819C9219600179D70 /* logo.png in Resources */, E6E5F4CF19C8E3C6008A6C1B /* Images.xcassets in Resources */, + E66F854A19D0A7C600AD80EC /* LaunchScreen.storyboard in Resources */, F8111E1219A951050040E7D1 /* Main.storyboard in Resources */, E6E5F4CD19C8E388008A6C1B /* Icon.png in Resources */, ); @@ -308,6 +313,14 @@ /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ + E66F854819D0A7C600AD80EC /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + E66F854919D0A7C600AD80EC /* en */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; F8111E1019A951050040E7D1 /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( @@ -404,6 +417,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)"; INFOPLIST_FILE = "$(SRCROOT)/Example/Info-iOS.plist"; @@ -411,6 +425,7 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_SWIFT_FLAGS = ""; PRODUCT_NAME = "iOS Example"; + PROVISIONING_PROFILE = ""; }; name = Debug; }; @@ -420,11 +435,13 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; INFOPLIST_FILE = "$(SRCROOT)/Example/Info-iOS.plist"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_NAME = "iOS Example"; + PROVISIONING_PROFILE = ""; }; name = Release; };