diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-12-02 12:30:48 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-12-02 12:30:54 -0800 |
commit | 2c9beec775632fde373d8ea6cc6a04e0a1355654 (patch) | |
tree | 37802a823daa8358e5f49c6269251c67f4a19281 /packaging | |
parent | 3ee91dd06aacbf92f5138604d9d4ed67bba7644a (diff) | |
download | subsurface-2c9beec775632fde373d8ea6cc6a04e0a1355654.tar.gz |
iOS build: clean up the launch screen
This contained left-overs from failed attempts to make it work.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/ios/SubsurfaceMobileLaunch.xib | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/packaging/ios/SubsurfaceMobileLaunch.xib b/packaging/ios/SubsurfaceMobileLaunch.xib index a7b142bc9..1f220efdf 100644 --- a/packaging/ios/SubsurfaceMobileLaunch.xib +++ b/packaging/ios/SubsurfaceMobileLaunch.xib @@ -16,15 +16,6 @@ <rect key="frame" x="0.0" y="0.0" width="480" height="480"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye"> - <rect key="frame" x="20" y="439" width="441" height="21"/> - <fontDescription key="fontDescription" type="system" pointSize="17"/> - <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> - <nil key="highlightedColor"/> - <variation key="widthClass=compact"> - <fontDescription key="fontDescription" type="system" pointSize="11"/> - </variation> - </label> <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Subsurface-mobile" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX"> <rect key="frame" x="20" y="140" width="441" height="43"/> <fontDescription key="fontDescription" type="boldSystem" pointSize="36"/> @@ -43,20 +34,12 @@ <constraints> <constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="Kid-kn-2rF"/> <constraint firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="Koa-jz-hwk"/> - <constraint firstAttribute="bottom" secondItem="8ie-xW-0ye" secondAttribute="bottom" constant="20" id="Kzo-t9-V3l"/> - <constraint firstItem="8ie-xW-0ye" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="MfP-vx-nX0"/> <constraint firstItem="yO0-Is-QXm" firstAttribute="top" secondItem="kId-c2-rCX" secondAttribute="bottom" constant="31" id="RGE-re-jgt"/> - <constraint firstAttribute="centerX" secondItem="8ie-xW-0ye" secondAttribute="centerX" id="ZEH-qu-HZ9"/> <constraint firstItem="kId-c2-rCX" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="fvb-Df-36g"/> <constraint firstItem="yO0-Is-QXm" firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="ihF-fN-fhQ"/> </constraints> <nil key="simulatedStatusBarMetrics"/> <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/> - <variation key="default"> - <mask key="subviews"> - <exclude reference="8ie-xW-0ye"/> - </mask> - </variation> <point key="canvasLocation" x="404" y="445"/> </view> </objects> |