Skip to content
This repository was archived by the owner on Nov 15, 2020. It is now read-only.

Commit 36dd579

Browse files
committed
Merge branch 'release/0.6.1'
2 parents 325afef + e18e7ec commit 36dd579

21 files changed

+167
-116
lines changed

ExampleApp/AppDelegate.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
1414
var window: UIWindow?
1515

1616

17-
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
18-
// Override point for customization after application launch.
19-
return true
20-
}
17+
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {
18+
// Override point for customization after application launch.
19+
return true
20+
}
2121

2222
func applicationWillResignActive(_ application: UIApplication) {
2323
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.

ExampleApp/Base.lproj/LaunchScreen.storyboard

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" systemVersion="17A277" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
3+
<device id="retina4_7" orientation="portrait">
4+
<adaptation id="fullscreen"/>
5+
</device>
36
<dependencies>
4-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/>
5-
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
7+
<deployment identifier="iOS"/>
8+
<development version="8000" identifier="xcode"/>
9+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/>
610
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
711
</dependencies>
812
<scenes>
913
<!--View Controller-->
1014
<scene sceneID="EHf-IW-A2E">
1115
<objects>
1216
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
17+
<layoutGuides>
18+
<viewControllerLayoutGuide type="top" id="5AG-4Z-N8N"/>
19+
<viewControllerLayoutGuide type="bottom" id="GvZ-aQ-yQ9"/>
20+
</layoutGuides>
1321
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
1422
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
1523
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1624
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
17-
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
1825
</view>
1926
</viewController>
2027
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>

ExampleApp/Base.lproj/Main.storyboard

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="49e-Tb-3d3">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="49e-Tb-3d3">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
77
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
9-
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/>
109
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1110
</dependencies>
1211
<scenes>
1312
<!--First-->
1413
<scene sceneID="hNz-n2-bh7">
1514
<objects>
1615
<viewController id="9pv-A4-QxB" customClass="TableViewController" customModule="ExampleApp" customModuleProvider="target" sceneMemberID="viewController">
16+
<layoutGuides>
17+
<viewControllerLayoutGuide type="top" id="kbR-mD-icz"/>
18+
<viewControllerLayoutGuide type="bottom" id="mO9-jy-qOO"/>
19+
</layoutGuides>
1720
<view key="view" contentMode="scaleToFill" id="tsR-hK-woN">
1821
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
1922
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -62,12 +65,11 @@
6265
</subviews>
6366
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
6467
<constraints>
65-
<constraint firstItem="PQr-Ze-W5v" firstAttribute="bottom" secondItem="jcz-1b-EUS" secondAttribute="bottom" id="J02-b3-Cp1"/>
66-
<constraint firstItem="jcz-1b-EUS" firstAttribute="leading" secondItem="PQr-Ze-W5v" secondAttribute="leading" id="KIO-nN-yaH"/>
67-
<constraint firstItem="PQr-Ze-W5v" firstAttribute="trailing" secondItem="jcz-1b-EUS" secondAttribute="trailing" id="ZSx-3q-vCc"/>
68-
<constraint firstItem="jcz-1b-EUS" firstAttribute="top" secondItem="PQr-Ze-W5v" secondAttribute="top" constant="15" id="uNe-uC-ecT"/>
68+
<constraint firstItem="mO9-jy-qOO" firstAttribute="top" secondItem="jcz-1b-EUS" secondAttribute="bottom" id="J02-b3-Cp1"/>
69+
<constraint firstItem="jcz-1b-EUS" firstAttribute="leading" secondItem="tsR-hK-woN" secondAttribute="leading" id="KIO-nN-yaH"/>
70+
<constraint firstAttribute="trailing" secondItem="jcz-1b-EUS" secondAttribute="trailing" id="ZSx-3q-vCc"/>
71+
<constraint firstItem="jcz-1b-EUS" firstAttribute="top" secondItem="kbR-mD-icz" secondAttribute="bottom" constant="15" id="uNe-uC-ecT"/>
6972
</constraints>
70-
<viewLayoutGuide key="safeArea" id="PQr-Ze-W5v"/>
7173
</view>
7274
<tabBarItem key="tabBarItem" title="First" image="first" id="acW-dT-cKf"/>
7375
<connections>
@@ -82,6 +84,10 @@
8284
<scene sceneID="wg7-f3-ORb">
8385
<objects>
8486
<viewController storyboardIdentifier="CollectionExampleController" id="8rJ-Kc-sve" customClass="CollectionExampleController" customModule="ExampleApp" customModuleProvider="target" sceneMemberID="viewController">
87+
<layoutGuides>
88+
<viewControllerLayoutGuide type="top" id="Fbb-M9-AaG"/>
89+
<viewControllerLayoutGuide type="bottom" id="BXn-AZ-XR2"/>
90+
</layoutGuides>
8591
<view key="view" contentMode="scaleToFill" id="QS5-Rx-YEW">
8692
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
8793
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -162,12 +168,11 @@
162168
</subviews>
163169
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
164170
<constraints>
165-
<constraint firstItem="sds-rC-oKn" firstAttribute="leading" secondItem="O1u-W8-tvY" secondAttribute="leading" id="1q2-z3-fBq"/>
166-
<constraint firstItem="O1u-W8-tvY" firstAttribute="trailing" secondItem="sds-rC-oKn" secondAttribute="trailing" id="3CF-Xc-E7a"/>
167-
<constraint firstItem="sds-rC-oKn" firstAttribute="top" secondItem="O1u-W8-tvY" secondAttribute="top" id="J7O-ar-xyS"/>
168-
<constraint firstItem="O1u-W8-tvY" firstAttribute="bottom" secondItem="sds-rC-oKn" secondAttribute="bottom" id="qcp-vc-4u2"/>
171+
<constraint firstItem="sds-rC-oKn" firstAttribute="leading" secondItem="QS5-Rx-YEW" secondAttribute="leading" id="1q2-z3-fBq"/>
172+
<constraint firstAttribute="trailing" secondItem="sds-rC-oKn" secondAttribute="trailing" id="3CF-Xc-E7a"/>
173+
<constraint firstItem="sds-rC-oKn" firstAttribute="top" secondItem="Fbb-M9-AaG" secondAttribute="bottom" id="J7O-ar-xyS"/>
174+
<constraint firstItem="BXn-AZ-XR2" firstAttribute="top" secondItem="sds-rC-oKn" secondAttribute="bottom" id="qcp-vc-4u2"/>
169175
</constraints>
170-
<viewLayoutGuide key="safeArea" id="O1u-W8-tvY"/>
171176
</view>
172177
<tabBarItem key="tabBarItem" title="Second" image="second" id="cPa-gy-q4n"/>
173178
<connections>

ExampleApp/Collection Example/CollectionHeader.xib

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
77
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
9-
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/>
109
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1110
</dependencies>
1211
<objects>
@@ -17,7 +16,7 @@
1716
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1817
<subviews>
1918
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ND8-PW-VcR">
20-
<rect key="frame" x="166" y="23" width="42" height="21"/>
19+
<rect key="frame" x="166.5" y="23" width="42" height="21"/>
2120
<color key="backgroundColor" red="0.93753222479999998" green="1" blue="0.1451660632" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
2221
<fontDescription key="fontDescription" type="system" pointSize="17"/>
2322
<nil key="textColor"/>
@@ -30,7 +29,6 @@
3029
<constraint firstItem="ND8-PW-VcR" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="zuB-2F-PZn"/>
3130
</constraints>
3231
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
33-
<viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
3432
<connections>
3533
<outlet property="label" destination="ND8-PW-VcR" id="dW5-PF-FOk"/>
3634
</connections>

ExampleApp/Table Example/Custom Footer/TableFooterExample.xib

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
7-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
8-
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
7+
<deployment identifier="iOS"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/>
99
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1010
</dependencies>
1111
<objects>
@@ -16,7 +16,7 @@
1616
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
1717
<subviews>
1818
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="3 WINNERS FOOTER" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EcM-2G-Fff">
19-
<rect key="frame" x="15" y="14" width="345" height="21"/>
19+
<rect key="frame" x="15" y="13.5" width="345" height="21"/>
2020
<fontDescription key="fontDescription" type="system" pointSize="17"/>
2121
<color key="textColor" cocoaTouchSystemColor="scrollViewTexturedBackgroundColor"/>
2222
<nil key="highlightedColor"/>
@@ -25,12 +25,11 @@
2525
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
2626
<constraints>
2727
<constraint firstItem="EcM-2G-Fff" firstAttribute="centerY" secondItem="vEs-cy-DNe" secondAttribute="centerY" id="CeK-mW-AEa"/>
28-
<constraint firstItem="BTY-Ub-l0q" firstAttribute="trailing" secondItem="EcM-2G-Fff" secondAttribute="trailing" constant="15" id="bfb-4j-NuL"/>
29-
<constraint firstItem="EcM-2G-Fff" firstAttribute="leading" secondItem="BTY-Ub-l0q" secondAttribute="leading" constant="15" id="ji2-jC-ALH"/>
28+
<constraint firstAttribute="trailing" secondItem="EcM-2G-Fff" secondAttribute="trailing" constant="15" id="bfb-4j-NuL"/>
29+
<constraint firstItem="EcM-2G-Fff" firstAttribute="leading" secondItem="vEs-cy-DNe" secondAttribute="leading" constant="15" id="ji2-jC-ALH"/>
3030
</constraints>
3131
<nil key="simulatedTopBarMetrics"/>
3232
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
33-
<viewLayoutGuide key="safeArea" id="BTY-Ub-l0q"/>
3433
<connections>
3534
<outlet property="titleLabel" destination="EcM-2G-Fff" id="b52-bJ-ec2"/>
3635
</connections>

ExampleApp/Table Example/Custom Header/TableExampleHeaderView.xib

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
77
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
9-
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/>
109
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1110
</dependencies>
1211
<objects>
@@ -35,14 +34,13 @@
3534
</subviews>
3635
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
3736
<constraints>
38-
<constraint firstItem="twB-F4-x3j" firstAttribute="bottom" secondItem="M0h-nF-WiP" secondAttribute="bottom" id="Yhz-LA-eoE"/>
39-
<constraint firstItem="M0h-nF-WiP" firstAttribute="leading" secondItem="twB-F4-x3j" secondAttribute="leading" id="fgs-Sp-l5O"/>
40-
<constraint firstItem="M0h-nF-WiP" firstAttribute="top" secondItem="twB-F4-x3j" secondAttribute="top" id="huM-3J-7Jj"/>
41-
<constraint firstItem="twB-F4-x3j" firstAttribute="trailing" secondItem="M0h-nF-WiP" secondAttribute="trailing" id="t12-zW-yPx"/>
37+
<constraint firstAttribute="bottom" secondItem="M0h-nF-WiP" secondAttribute="bottom" id="Yhz-LA-eoE"/>
38+
<constraint firstItem="M0h-nF-WiP" firstAttribute="leading" secondItem="FNk-8Q-zsp" secondAttribute="leading" id="fgs-Sp-l5O"/>
39+
<constraint firstItem="M0h-nF-WiP" firstAttribute="top" secondItem="FNk-8Q-zsp" secondAttribute="top" id="huM-3J-7Jj"/>
40+
<constraint firstAttribute="trailing" secondItem="M0h-nF-WiP" secondAttribute="trailing" id="t12-zW-yPx"/>
4241
</constraints>
4342
<nil key="simulatedTopBarMetrics"/>
4443
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
45-
<viewLayoutGuide key="safeArea" id="twB-F4-x3j"/>
4644
<connections>
4745
<outlet property="titleLabel" destination="7pv-cE-ETM" id="Csf-wV-woQ"/>
4846
</connections>

FlowKit.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@
670670
DYLIB_INSTALL_NAME_BASE = "@rpath";
671671
INFOPLIST_FILE = Configs/FlowKit.plist;
672672
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
673-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
673+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
674674
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
675675
ONLY_ACTIVE_ARCH = NO;
676676
PRODUCT_BUNDLE_IDENTIFIER = "com.FlowKit.FlowKit-iOS";
@@ -693,7 +693,7 @@
693693
DYLIB_INSTALL_NAME_BASE = "@rpath";
694694
INFOPLIST_FILE = Configs/FlowKit.plist;
695695
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
696-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
696+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
697697
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
698698
PRODUCT_BUNDLE_IDENTIFIER = "com.FlowKit.FlowKit-iOS";
699699
PRODUCT_NAME = FlowKit;
@@ -748,12 +748,12 @@
748748
DEVELOPMENT_TEAM = E5DU3FA699;
749749
GCC_C_LANGUAGE_STANDARD = gnu11;
750750
INFOPLIST_FILE = ExampleApp/Info.plist;
751-
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
751+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
752752
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
753753
PRODUCT_BUNDLE_IDENTIFIER = com.flowkit.demoapp;
754754
PRODUCT_NAME = "$(TARGET_NAME)";
755755
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
756-
SWIFT_VERSION = 4.0;
756+
SWIFT_VERSION = 4.2;
757757
TARGETED_DEVICE_FAMILY = "1,2";
758758
};
759759
name = Debug;
@@ -775,12 +775,12 @@
775775
DEVELOPMENT_TEAM = E5DU3FA699;
776776
GCC_C_LANGUAGE_STANDARD = gnu11;
777777
INFOPLIST_FILE = ExampleApp/Info.plist;
778-
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
778+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
779779
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
780780
PRODUCT_BUNDLE_IDENTIFIER = com.flowkit.demoapp;
781781
PRODUCT_NAME = "$(TARGET_NAME)";
782782
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
783-
SWIFT_VERSION = 4.0;
783+
SWIFT_VERSION = 4.2;
784784
TARGETED_DEVICE_FAMILY = "1,2";
785785
};
786786
name = Release;

0 commit comments

Comments
 (0)