Skip to content

Commit

Permalink
version update to swift5
Browse files Browse the repository at this point in the history
  • Loading branch information
jinsky90 committed Oct 30, 2019
1 parent 9453a69 commit 80776a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = jinsky.HorizontalPageControlView;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -321,7 +321,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = jinsky.HorizontalPageControlView;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="VHi-s1-t75">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<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="VHi-s1-t75">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14824"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
Expand All @@ -15,7 +13,7 @@
<objects>
<navigationController id="VHi-s1-t75" sceneMemberID="viewController">
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="E1b-tC-vK2">
<rect key="frame" x="0.0" y="20" width="375" height="44"/>
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<connections>
Expand Down Expand Up @@ -92,7 +90,7 @@
<constraint firstItem="GwN-df-wV4" firstAttribute="height" secondItem="8bC-Xf-vdC" secondAttribute="height" multiplier="0.5" id="lVJ-Ot-2OM"/>
<constraint firstItem="6Tk-OE-BBY" firstAttribute="bottom" secondItem="TK7-bS-2wq" secondAttribute="bottom" constant="20" id="rid-Bn-hN5"/>
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="GwN-df-wV4" secondAttribute="trailing" constant="20" id="ry7-aq-eTl"/>
<constraint firstItem="GwN-df-wV4" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" id="s19-Hs-bcm"/>
<constraint firstItem="GwN-df-wV4" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="20" id="s19-Hs-bcm"/>
<constraint firstItem="TK7-bS-2wq" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="sAy-hM-Txl"/>
</constraints>
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
Expand Down

0 comments on commit 80776a0

Please sign in to comment.