Skip to content

Commit 68f8575

Browse files
committed
Swift 5 - Xcode 11 Update
1 parent 87cf524 commit 68f8575

File tree

5 files changed

+18
-29
lines changed

5 files changed

+18
-29
lines changed

.DS_Store

0 Bytes
Binary file not shown.

AKSwiftSlideMenu.xcodeproj/project.pbxproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,18 +109,18 @@
109109
attributes = {
110110
LastSwiftMigration = 0700;
111111
LastSwiftUpdateCheck = 0700;
112-
LastUpgradeCheck = 1000;
112+
LastUpgradeCheck = 1100;
113113
ORGANIZATIONNAME = Kode;
114114
TargetAttributes = {
115115
753A55BC1BB073E900254F27 = {
116116
CreatedOnToolsVersion = 6.4;
117-
LastSwiftMigration = 0900;
117+
LastSwiftMigration = 1100;
118118
};
119119
};
120120
};
121121
buildConfigurationList = 753A55B81BB073E900254F27 /* Build configuration list for PBXProject "AKSwiftSlideMenu" */;
122122
compatibilityVersion = "Xcode 3.2";
123-
developmentRegion = English;
123+
developmentRegion = en;
124124
hasScannedForEncodings = 0;
125125
knownRegions = (
126126
en,
@@ -231,7 +231,7 @@
231231
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
232232
GCC_WARN_UNUSED_FUNCTION = YES;
233233
GCC_WARN_UNUSED_VARIABLE = YES;
234-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
234+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
235235
MTL_ENABLE_DEBUG_INFO = YES;
236236
ONLY_ACTIVE_ARCH = YES;
237237
SDKROOT = iphoneos;
@@ -281,7 +281,7 @@
281281
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
282282
GCC_WARN_UNUSED_FUNCTION = YES;
283283
GCC_WARN_UNUSED_VARIABLE = YES;
284-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
284+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
285285
MTL_ENABLE_DEBUG_INFO = NO;
286286
SDKROOT = iphoneos;
287287
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
@@ -299,7 +299,7 @@
299299
PRODUCT_BUNDLE_IDENTIFIER = "Kode.$(PRODUCT_NAME:rfc1034identifier)";
300300
PRODUCT_NAME = "$(TARGET_NAME)";
301301
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
302-
SWIFT_VERSION = 4.2;
302+
SWIFT_VERSION = 5.0;
303303
};
304304
name = Debug;
305305
};
@@ -313,7 +313,7 @@
313313
PRODUCT_NAME = "$(TARGET_NAME)";
314314
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
315315
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
316-
SWIFT_VERSION = 4.2;
316+
SWIFT_VERSION = 5.0;
317317
};
318318
name = Release;
319319
};

AKSwiftSlideMenu.xcodeproj/xcuserdata/ashishkakkad.xcuserdatad/xcschemes/AKSwiftSlideMenu.xcscheme

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1000"
3+
LastUpgradeVersion = "1100"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -27,8 +27,6 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30-
<Testables>
31-
</Testables>
3230
<MacroExpansion>
3331
<BuildableReference
3432
BuildableIdentifier = "primary"
@@ -38,8 +36,8 @@
3836
ReferencedContainer = "container:AKSwiftSlideMenu.xcodeproj">
3937
</BuildableReference>
4038
</MacroExpansion>
41-
<AdditionalOptions>
42-
</AdditionalOptions>
39+
<Testables>
40+
</Testables>
4341
</TestAction>
4442
<LaunchAction
4543
buildConfiguration = "Debug"
@@ -61,8 +59,6 @@
6159
ReferencedContainer = "container:AKSwiftSlideMenu.xcodeproj">
6260
</BuildableReference>
6361
</BuildableProductRunnable>
64-
<AdditionalOptions>
65-
</AdditionalOptions>
6662
</LaunchAction>
6763
<ProfileAction
6864
buildConfiguration = "Release"

AKSwiftSlideMenu/Base.lproj/Main.storyboard

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="DGj-7d-jfR">
3-
<device id="retina4_7" orientation="portrait">
4-
<adaptation id="fullscreen"/>
5-
</device>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14868" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="DGj-7d-jfR">
3+
<device id="retina4_7" orientation="portrait" appearance="light"/>
64
<dependencies>
75
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13173"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14824"/>
97
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
108
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
119
</dependencies>
12-
<customFonts key="customFonts">
13-
<array key="HelveticaNeueLights.ttc">
14-
<string>HelveticaNeue-Light</string>
15-
</array>
16-
</customFonts>
1710
<scenes>
1811
<!--AK Swift Slider Menu-->
1912
<scene sceneID="ufC-wZ-h7g">
@@ -56,7 +49,7 @@
5649
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="DGj-7d-jfR" sceneMemberID="viewController">
5750
<toolbarItems/>
5851
<navigationBar key="navigationBar" contentMode="scaleToFill" barStyle="black" id="mjw-Ry-qIh">
59-
<rect key="frame" x="0.0" y="20" width="375" height="44"/>
52+
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
6053
<autoresizingMask key="autoresizingMask"/>
6154
<color key="tintColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
6255
<color key="barTintColor" red="0.0" green="0.58367598684210531" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
@@ -98,10 +91,10 @@
9891
<inset key="separatorInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
9992
<prototypes>
10093
<tableViewCell contentMode="scaleToFill" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="cellMenu" id="kmA-Ah-Pww">
101-
<rect key="frame" x="0.0" y="22" width="315" height="54"/>
94+
<rect key="frame" x="0.0" y="28" width="315" height="54"/>
10295
<autoresizingMask key="autoresizingMask"/>
10396
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="kmA-Ah-Pww" id="PkJ-pF-O9W">
104-
<rect key="frame" x="0.0" y="0.0" width="315" height="53.5"/>
97+
<rect key="frame" x="0.0" y="0.0" width="315" height="54"/>
10598
<autoresizingMask key="autoresizingMask"/>
10699
<subviews>
107100
<imageView userInteractionEnabled="NO" tag="100" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="qcm-8o-Buf">
@@ -112,7 +105,7 @@
112105
</constraints>
113106
</imageView>
114107
<label opaque="NO" userInteractionEnabled="NO" tag="101" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Q60-3k-XSH">
115-
<rect key="frame" x="54" y="16" width="253" height="21"/>
108+
<rect key="frame" x="54" y="16.5" width="253" height="21"/>
116109
<constraints>
117110
<constraint firstAttribute="height" constant="21" id="AXc-yo-Msu"/>
118111
</constraints>
@@ -144,7 +137,7 @@
144137
<constraint firstItem="fkx-xb-tAP" firstAttribute="top" secondItem="WQd-kp-cSW" secondAttribute="top" id="aAF-Jh-aPx"/>
145138
<constraint firstAttribute="bottom" secondItem="MBe-3e-d5w" secondAttribute="bottom" id="bkY-L9-08x"/>
146139
<constraint firstItem="MBe-3e-d5w" firstAttribute="leading" secondItem="pCn-MJ-BbG" secondAttribute="leading" id="f9O-Rf-T5Q"/>
147-
<constraint firstItem="pCn-MJ-BbG" firstAttribute="bottom" secondItem="fkx-xb-tAP" secondAttribute="bottom" id="hfB-2c-RES"/>
140+
<constraint firstAttribute="bottom" secondItem="fkx-xb-tAP" secondAttribute="bottom" id="hfB-2c-RES"/>
148141
<constraint firstItem="fkx-xb-tAP" firstAttribute="leading" secondItem="pCn-MJ-BbG" secondAttribute="leading" id="ueY-G5-kmV"/>
149142
</constraints>
150143
<viewLayoutGuide key="safeArea" id="pCn-MJ-BbG"/>

0 commit comments

Comments
 (0)