Skip to content

Commit ca9c3ec

Browse files
committed
Add blank launch screen storyboard for iPad multitasking requirements
1 parent 43c3a47 commit ca9c3ec

File tree

3 files changed

+37
-6
lines changed

3 files changed

+37
-6
lines changed

WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
17A5388C24DDC83F00DEFF9A /* AccountModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17A5388B24DDC83F00DEFF9A /* AccountModel.swift */; };
4747
17A5388F24DDEC7400DEFF9A /* AccountView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17A5388D24DDEC7400DEFF9A /* AccountView.swift */; };
4848
17A5389324DDED0000DEFF9A /* PreferencesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17A5389124DDED0000DEFF9A /* PreferencesView.swift */; };
49+
17B3E965250FAA9000EE9748 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 17B3E964250FAA9000EE9748 /* LaunchScreen.storyboard */; };
4950
17B996D82502D23E0017B536 /* WFAPost+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17B996D62502D23E0017B536 /* WFAPost+CoreDataClass.swift */; };
5051
17B996D92502D23E0017B536 /* WFAPost+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17B996D62502D23E0017B536 /* WFAPost+CoreDataClass.swift */; };
5152
17B996DA2502D23E0017B536 /* WFAPost+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17B996D72502D23E0017B536 /* WFAPost+CoreDataProperties.swift */; };
@@ -112,6 +113,7 @@
112113
17A5388B24DDC83F00DEFF9A /* AccountModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountModel.swift; sourceTree = "<group>"; };
113114
17A5388D24DDEC7400DEFF9A /* AccountView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountView.swift; sourceTree = "<group>"; };
114115
17A5389124DDED0000DEFF9A /* PreferencesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesView.swift; sourceTree = "<group>"; };
116+
17B3E964250FAA9000EE9748 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
115117
17B996D62502D23E0017B536 /* WFAPost+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WFAPost+CoreDataClass.swift"; sourceTree = SOURCE_ROOT; };
116118
17B996D72502D23E0017B536 /* WFAPost+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WFAPost+CoreDataProperties.swift"; sourceTree = SOURCE_ROOT; };
117119
17C42E612507D8E600072984 /* PostStatus.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostStatus.swift; sourceTree = "<group>"; };
@@ -284,6 +286,7 @@
284286
isa = PBXGroup;
285287
children = (
286288
17DF328B24C87D3500BCE2E3 /* Info.plist */,
289+
17B3E964250FAA9000EE9748 /* LaunchScreen.storyboard */,
287290
17120DA624E19CE2002B9F6C /* Settings */,
288291
);
289292
path = iOS;
@@ -499,6 +502,7 @@
499502
isa = PBXResourcesBuildPhase;
500503
buildActionMask = 2147483647;
501504
files = (
505+
17B3E965250FAA9000EE9748 /* LaunchScreen.storyboard in Resources */,
502506
17DF32AE24C87D3500BCE2E3 /* Assets.xcassets in Resources */,
503507
);
504508
runOnlyForDeploymentPostprocessing = 0;
@@ -785,7 +789,7 @@
785789
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
786790
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
787791
CODE_SIGN_STYLE = Automatic;
788-
CURRENT_PROJECT_VERSION = 240;
792+
CURRENT_PROJECT_VERSION = 242;
789793
DEVELOPMENT_TEAM = TPPAB4YBA6;
790794
ENABLE_PREVIEWS = YES;
791795
INFOPLIST_FILE = iOS/Info.plist;
@@ -794,7 +798,7 @@
794798
"$(inherited)",
795799
"@executable_path/Frameworks",
796800
);
797-
MARKETING_VERSION = 0.1.0;
801+
MARKETING_VERSION = 0.1.1;
798802
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
799803
PRODUCT_NAME = "WriteFreely-MultiPlatform";
800804
SDKROOT = iphoneos;
@@ -809,7 +813,7 @@
809813
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
810814
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
811815
CODE_SIGN_STYLE = Automatic;
812-
CURRENT_PROJECT_VERSION = 240;
816+
CURRENT_PROJECT_VERSION = 242;
813817
DEVELOPMENT_TEAM = TPPAB4YBA6;
814818
ENABLE_PREVIEWS = YES;
815819
INFOPLIST_FILE = iOS/Info.plist;
@@ -818,7 +822,7 @@
818822
"$(inherited)",
819823
"@executable_path/Frameworks",
820824
);
821-
MARKETING_VERSION = 0.1.0;
825+
MARKETING_VERSION = 0.1.1;
822826
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
823827
PRODUCT_NAME = "WriteFreely-MultiPlatform";
824828
SDKROOT = iphoneos;

iOS/Info.plist

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
</dict>
3030
<key>UIApplicationSupportsIndirectInputEvents</key>
3131
<true/>
32-
<key>UILaunchScreen</key>
33-
<dict/>
32+
<key>UILaunchStoryboardName</key>
33+
<string>LaunchScreen</string>
3434
<key>UIRequiredDeviceCapabilities</key>
3535
<array>
3636
<string>armv7</string>
@@ -40,6 +40,7 @@
4040
<string>UIInterfaceOrientationPortrait</string>
4141
<string>UIInterfaceOrientationLandscapeLeft</string>
4242
<string>UIInterfaceOrientationLandscapeRight</string>
43+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
4344
</array>
4445
<key>UISupportedInterfaceOrientations~ipad</key>
4546
<array>

iOS/LaunchScreen.storyboard

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
3+
<device id="retina6_1" orientation="portrait" appearance="light"/>
4+
<dependencies>
5+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17124"/>
6+
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
7+
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
8+
</dependencies>
9+
<scenes>
10+
<!--View Controller-->
11+
<scene sceneID="EHf-IW-A2E">
12+
<objects>
13+
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
14+
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
15+
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
16+
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
17+
<viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>
18+
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
19+
</view>
20+
</viewController>
21+
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
22+
</objects>
23+
<point key="canvasLocation" x="53" y="375"/>
24+
</scene>
25+
</scenes>
26+
</document>

0 commit comments

Comments
 (0)