diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-29 22:24:28 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-29 22:32:03 -0800 |
commit | 625298a7b86688ee70de4bccb8fcff61f96650db (patch) | |
tree | ce8c2d3ec5a6c097c2a68e862bf6fe90888fa50f /packaging/ios/SubsurfaceMobileLaunch.xib | |
parent | 87e05f4db8ca4745fd4331b5437f7325820c9516 (diff) | |
download | subsurface-625298a7b86688ee70de4bccb8fcff61f96650db.tar.gz |
iOS build: add icon to launch screen
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios/SubsurfaceMobileLaunch.xib')
-rw-r--r-- | packaging/ios/SubsurfaceMobileLaunch.xib | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/packaging/ios/SubsurfaceMobileLaunch.xib b/packaging/ios/SubsurfaceMobileLaunch.xib index 4d94bb93b..a7b142bc9 100644 --- a/packaging/ios/SubsurfaceMobileLaunch.xib +++ b/packaging/ios/SubsurfaceMobileLaunch.xib @@ -31,10 +31,10 @@ <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> <nil key="highlightedColor"/> </label> - <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="yO0-Is-QXm"> - <rect key="frame" x="120" y="218" width="240" height="128"/> + <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="subsurface-mobile-icon.png" translatesAutoresizingMaskIntoConstraints="NO" id="yO0-Is-QXm"> + <rect key="frame" x="120" y="214" width="240" height="240"/> <constraints> - <constraint firstAttribute="height" constant="128" id="Cgz-gv-e4R"/> + <constraint firstAttribute="height" constant="240" id="Cgz-gv-e4R"/> <constraint firstAttribute="width" constant="240" id="Y6d-Ka-Jid"/> </constraints> </imageView> @@ -45,7 +45,7 @@ <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="35" id="RGE-re-jgt"/> + <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"/> @@ -60,4 +60,7 @@ <point key="canvasLocation" x="404" y="445"/> </view> </objects> + <resources> + <image name="subsurface-mobile-icon.png" width="256" height="256"/> + </resources> </document> |