Skip to content

Commit

Permalink
minToolsVersion for xcode 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherlock authored and Sherlock committed May 18, 2020
1 parent 1886afa commit 658e18c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Example/Example/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
<capability name="Safe area layout guides" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="11.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--View Controller-->
Expand All @@ -16,10 +16,10 @@
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="q0n-fH-WHJ" customClass="PersianDatePickerView" customModule="PersianDatePicker">
<view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="q0n-fH-WHJ" customClass="PersianDatePickerView" customModule="PersianDatePicker">
<rect key="frame" x="16" y="0.0" width="343" height="216"/>
</view>
<stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="vsD-If-AKj">
<stackView opaque="NO" contentMode="scaleToFill" ambiguous="YES" distribution="fillEqually" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="vsD-If-AKj">
<rect key="frame" x="16" y="277" width="343" height="30"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="OfD-49-uQH">
Expand All @@ -46,7 +46,7 @@
</subviews>
<color key="tintColor" red="0.088295377790000004" green="0.1195539013" blue="0.21177509429999999" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
</stackView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Jaf-IT-APW">
<button opaque="NO" contentMode="scaleToFill" ambiguous="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Jaf-IT-APW">
<rect key="frame" x="121.5" y="339" width="132" height="30"/>
<color key="tintColor" red="0.088295377790000004" green="0.1195539013" blue="0.21177509429999999" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
<state key="normal" title="Present PickerView"/>
Expand Down
Binary file not shown.
10 changes: 4 additions & 6 deletions PersianDatePicker/PersianPickerView.xib
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.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/>
<deployment version="4864" identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
<capability name="Safe area layout guides" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="11.0"/>
</dependencies>
Expand Down

0 comments on commit 658e18c

Please sign in to comment.