Skip to content

Commit 7796b16

Browse files
committed
ugh
1 parent 1c07763 commit 7796b16

File tree

2 files changed

+8
-20
lines changed

2 files changed

+8
-20
lines changed

platform/iphone/MainWindow.xib

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12118" systemVersion="16D32" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" colorMatched="YES">
3-
<device id="retina4_7" orientation="portrait">
4-
<adaptation id="fullscreen"/>
5-
</device>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23727" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
3+
<device id="retina4_7" orientation="portrait" appearance="light"/>
64
<dependencies>
75
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12086"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23721"/>
97
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
108
</dependencies>
119
<objects>
@@ -25,11 +23,7 @@
2523
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
2624
<nil key="simulatedStatusBarMetrics"/>
2725
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
26+
<point key="canvasLocation" x="29" y="19"/>
2827
</window>
2928
</objects>
30-
<simulatedMetricsContainer key="defaultSimulatedMetrics">
31-
<simulatedStatusBarMetrics key="statusBar"/>
32-
<simulatedOrientationMetrics key="orientation"/>
33-
<simulatedScreenMetrics key="destination" type="retina4_7.fullscreen"/>
34-
</simulatedMetricsContainer>
3529
</document>

platform/iphone/Resources-iPad/MainWindow-iPad.xib

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="12118" systemVersion="16D32" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" colorMatched="YES">
3-
<device id="ipad9_7" orientation="portrait">
4-
<adaptation id="fullscreen"/>
5-
</device>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="23727" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
3+
<device id="ipad9_7" orientation="portrait" layout="fullscreen" appearance="light"/>
64
<dependencies>
75
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12086"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23721"/>
97
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
108
</dependencies>
119
<objects>
@@ -24,11 +22,7 @@
2422
<rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
2523
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
2624
<nil key="simulatedStatusBarMetrics"/>
25+
<point key="canvasLocation" x="14" y="12"/>
2726
</window>
2827
</objects>
29-
<simulatedMetricsContainer key="defaultSimulatedMetrics">
30-
<simulatedStatusBarMetrics key="statusBar"/>
31-
<simulatedOrientationMetrics key="orientation"/>
32-
<simulatedScreenMetrics key="destination"/>
33-
</simulatedMetricsContainer>
3428
</document>

0 commit comments

Comments
 (0)