2019-05-09 12:45:30 -07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2019-05-09 15:29:54 -07:00
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="49e-Tb-3d3">
|
|
|
|
|
<device id="retina4_7" orientation="portrait">
|
|
|
|
|
<adaptation id="fullscreen"/>
|
|
|
|
|
</device>
|
2019-05-09 12:45:30 -07:00
|
|
|
<dependencies>
|
2019-05-09 15:29:54 -07:00
|
|
|
<deployment identifier="iOS"/>
|
|
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
|
2019-05-09 12:45:30 -07:00
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
|
|
</dependencies>
|
|
|
|
|
<scenes>
|
|
|
|
|
<!--Tab Bar Controller-->
|
|
|
|
|
<scene sceneID="yl2-sM-qoP">
|
|
|
|
|
<objects>
|
|
|
|
|
<tabBarController id="49e-Tb-3d3" sceneMemberID="viewController">
|
|
|
|
|
<tabBar key="tabBar" contentMode="scaleToFill" id="W28-zg-YXA">
|
|
|
|
|
<rect key="frame" x="0.0" y="975" width="768" height="49"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
|
|
|
|
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
|
|
|
|
|
</tabBar>
|
|
|
|
|
<connections>
|
2019-05-09 15:29:54 -07:00
|
|
|
<segue destination="XF0-gk-CxQ" kind="relationship" relationship="viewControllers" id="uf8-vX-M3B"/>
|
2019-05-20 21:26:01 +02:00
|
|
|
<segue destination="v8c-d9-T9x" kind="relationship" relationship="viewControllers" id="fqx-5p-YCD"/>
|
2019-05-20 22:24:16 +02:00
|
|
|
<segue destination="gJ2-NJ-8DO" kind="relationship" relationship="viewControllers" id="J4s-tm-3YV"/>
|
2019-05-09 12:45:30 -07:00
|
|
|
</connections>
|
|
|
|
|
</tabBarController>
|
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="HuB-VB-40B" sceneMemberID="firstResponder"/>
|
|
|
|
|
</objects>
|
|
|
|
|
<point key="canvasLocation" x="0.0" y="0.0"/>
|
|
|
|
|
</scene>
|
2019-05-20 21:26:01 +02:00
|
|
|
<!--My Apps-->
|
|
|
|
|
<scene sceneID="eRf-VD-MSX">
|
|
|
|
|
<objects>
|
|
|
|
|
<tableViewController id="Xf1-LZ-1vU" customClass="MyAppsViewController" customModule="AltStore" customModuleProvider="target" sceneMemberID="viewController">
|
|
|
|
|
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="hkn-c3-iKp">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
|
<prototypes>
|
|
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="Cell" textLabel="kY8-9c-qLE" detailTextLabel="XWn-JG-SYe" style="IBUITableViewCellStyleSubtitle" id="Lwi-IB-I9S">
|
|
|
|
|
<rect key="frame" x="0.0" y="28" width="375" height="44"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="Lwi-IB-I9S" id="4Vg-jI-f8V">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
<subviews>
|
|
|
|
|
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="kY8-9c-qLE">
|
|
|
|
|
<rect key="frame" x="16" y="5" width="33.5" height="20.5"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
|
|
|
<nil key="textColor"/>
|
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
|
</label>
|
|
|
|
|
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Subtitle" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="XWn-JG-SYe">
|
|
|
|
|
<rect key="frame" x="16" y="25.5" width="44" height="14.5"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="12"/>
|
|
|
|
|
<nil key="textColor"/>
|
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
|
</label>
|
|
|
|
|
</subviews>
|
|
|
|
|
</tableViewCellContentView>
|
2019-05-20 21:40:04 +02:00
|
|
|
<connections>
|
|
|
|
|
<segue destination="hR3-go-2DG" kind="show" identifier="showAppDetail" id="VNt-zB-flO">
|
|
|
|
|
<segue key="commit" inheritsFrom="parent" id="8jj-zE-2hk"/>
|
|
|
|
|
<segue key="preview" inheritsFrom="commit" id="9iz-NY-nvu"/>
|
|
|
|
|
</segue>
|
|
|
|
|
</connections>
|
2019-05-20 21:26:01 +02:00
|
|
|
</tableViewCell>
|
|
|
|
|
</prototypes>
|
|
|
|
|
<connections>
|
|
|
|
|
<outlet property="dataSource" destination="Xf1-LZ-1vU" id="Lsq-Jy-ugM"/>
|
|
|
|
|
<outlet property="delegate" destination="Xf1-LZ-1vU" id="0YS-oa-D9d"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</tableView>
|
|
|
|
|
<navigationItem key="navigationItem" title="My Apps" id="dz9-0e-LKa"/>
|
|
|
|
|
</tableViewController>
|
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="nb5-5T-hHT" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
|
</objects>
|
|
|
|
|
<point key="canvasLocation" x="1518" y="420"/>
|
|
|
|
|
</scene>
|
2019-05-09 15:29:54 -07:00
|
|
|
<!--Apps-->
|
|
|
|
|
<scene sceneID="JlP-x7-lBT">
|
|
|
|
|
<objects>
|
|
|
|
|
<tableViewController id="q89-7o-3rs" customClass="AppsViewController" customModule="AltStore" customModuleProvider="target" sceneMemberID="viewController">
|
|
|
|
|
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="10Y-Ge-TH3">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
|
<prototypes>
|
|
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="Cell" rowHeight="118" id="dJn-Mf-F1h" customClass="AppTableViewCell" customModule="AltStore" customModuleProvider="target">
|
|
|
|
|
<rect key="frame" x="0.0" y="28" width="375" height="118"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="dJn-Mf-F1h" id="gzF-hx-pLZ">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="117.5"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
<subviews>
|
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="top" spacing="15" translatesAutoresizingMaskIntoConstraints="NO" id="tdM-M1-iDO">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="117.5"/>
|
|
|
|
|
<subviews>
|
|
|
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="gsm-sN-j56" customClass="AppIconImageView" customModule="AltStore" customModuleProvider="target">
|
|
|
|
|
<rect key="frame" x="15" y="15" width="88" height="88"/>
|
|
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
|
<constraints>
|
|
|
|
|
<constraint firstAttribute="width" constant="88" id="azK-Tb-i28"/>
|
|
|
|
|
<constraint firstAttribute="height" constant="88" id="kNm-96-9zq"/>
|
|
|
|
|
</constraints>
|
|
|
|
|
</imageView>
|
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="equalSpacing" alignment="top" translatesAutoresizingMaskIntoConstraints="NO" id="703-qg-th2">
|
|
|
|
|
<rect key="frame" x="118" y="15" width="242" height="87.5"/>
|
|
|
|
|
<subviews>
|
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="opz-OR-arv">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="199.5" height="43"/>
|
|
|
|
|
<subviews>
|
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" verticalCompressionResistancePriority="1000" text="Delta" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="d4v-IK-LuC">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="199.5" height="23"/>
|
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="19"/>
|
|
|
|
|
<nil key="textColor"/>
|
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
|
</label>
|
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" verticalCompressionResistancePriority="1000" text="All-in-one Nintendo emulator" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xnf-XX-iX9">
|
|
|
|
|
<rect key="frame" x="0.0" y="25" width="199.5" height="18"/>
|
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="15"/>
|
|
|
|
|
<color key="textColor" white="0.5" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
|
</label>
|
|
|
|
|
</subviews>
|
|
|
|
|
</stackView>
|
|
|
|
|
<button opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="1000" verticalCompressionResistancePriority="1000" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ScM-Z2-rAe" customClass="Button" customModule="AltStore" customModuleProvider="target">
|
|
|
|
|
<rect key="frame" x="0.0" y="57.5" width="72" height="30"/>
|
2019-05-09 17:21:55 -07:00
|
|
|
<constraints>
|
|
|
|
|
<constraint firstAttribute="height" constant="30" id="71g-sg-TqR"/>
|
|
|
|
|
</constraints>
|
2019-05-09 15:29:54 -07:00
|
|
|
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="15"/>
|
|
|
|
|
<state key="normal" title="Download"/>
|
|
|
|
|
</button>
|
|
|
|
|
</subviews>
|
|
|
|
|
<constraints>
|
|
|
|
|
<constraint firstItem="ScM-Z2-rAe" firstAttribute="top" relation="greaterThanOrEqual" secondItem="opz-OR-arv" secondAttribute="bottom" priority="900" constant="14" id="p93-Jj-26G"/>
|
|
|
|
|
</constraints>
|
|
|
|
|
</stackView>
|
|
|
|
|
</subviews>
|
|
|
|
|
<constraints>
|
|
|
|
|
<constraint firstAttribute="bottom" secondItem="703-qg-th2" secondAttribute="bottom" constant="15" id="omo-uf-DZn"/>
|
|
|
|
|
</constraints>
|
|
|
|
|
<edgeInsets key="layoutMargins" top="15" left="15" bottom="14.5" right="15"/>
|
|
|
|
|
</stackView>
|
|
|
|
|
</subviews>
|
|
|
|
|
<constraints>
|
|
|
|
|
<constraint firstItem="tdM-M1-iDO" firstAttribute="top" secondItem="gzF-hx-pLZ" secondAttribute="top" id="Dph-Xu-UMN"/>
|
|
|
|
|
<constraint firstAttribute="trailing" secondItem="tdM-M1-iDO" secondAttribute="trailing" id="ITi-qo-EuU"/>
|
|
|
|
|
<constraint firstAttribute="bottom" secondItem="tdM-M1-iDO" secondAttribute="bottom" id="iyZ-M1-q9y"/>
|
|
|
|
|
<constraint firstItem="tdM-M1-iDO" firstAttribute="leading" secondItem="gzF-hx-pLZ" secondAttribute="leading" id="sig-Cf-p45"/>
|
|
|
|
|
</constraints>
|
|
|
|
|
</tableViewCellContentView>
|
|
|
|
|
<inset key="separatorInset" minX="118" minY="0.0" maxX="0.0" maxY="0.0"/>
|
|
|
|
|
<connections>
|
|
|
|
|
<outlet property="appIconImageView" destination="gsm-sN-j56" id="1ip-RW-xBe"/>
|
|
|
|
|
<outlet property="button" destination="ScM-Z2-rAe" id="VnW-vG-JCc"/>
|
2019-05-20 21:24:53 +02:00
|
|
|
<outlet property="developerLabel" destination="xnf-XX-iX9" id="CYk-ud-YHz"/>
|
2019-05-09 15:29:54 -07:00
|
|
|
<outlet property="nameLabel" destination="d4v-IK-LuC" id="wFw-Js-PXE"/>
|
2019-05-09 17:21:55 -07:00
|
|
|
<segue destination="hR3-go-2DG" kind="show" identifier="showAppDetail" id="F38-66-skN">
|
|
|
|
|
<segue key="commit" inheritsFrom="parent" id="K6B-kg-jJz"/>
|
|
|
|
|
<segue key="preview" inheritsFrom="commit" id="sJk-KX-3sw"/>
|
|
|
|
|
</segue>
|
2019-05-09 15:29:54 -07:00
|
|
|
</connections>
|
|
|
|
|
</tableViewCell>
|
|
|
|
|
</prototypes>
|
|
|
|
|
<connections>
|
|
|
|
|
<outlet property="dataSource" destination="q89-7o-3rs" id="HlP-Lu-70n"/>
|
|
|
|
|
<outlet property="delegate" destination="q89-7o-3rs" id="D5P-te-Kct"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</tableView>
|
|
|
|
|
<navigationItem key="navigationItem" title="Apps" id="8hf-te-CkC"/>
|
|
|
|
|
</tableViewController>
|
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="ogT-wc-s7p" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
|
</objects>
|
|
|
|
|
<point key="canvasLocation" x="1519" y="-319"/>
|
|
|
|
|
</scene>
|
2019-05-09 17:21:55 -07:00
|
|
|
<!--App Detail View Controller-->
|
|
|
|
|
<scene sceneID="XfG-lM-QRu">
|
|
|
|
|
<objects>
|
|
|
|
|
<tableViewController id="hR3-go-2DG" customClass="AppDetailViewController" customModule="AltStore" customModuleProvider="target" sceneMemberID="viewController">
|
|
|
|
|
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="YzM-8a-RIS">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
|
<sections>
|
|
|
|
|
<tableViewSection id="0FU-lm-58W">
|
|
|
|
|
<cells>
|
|
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" rowHeight="185" id="hHN-iH-vV1">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="185"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="hHN-iH-vV1" id="iVa-h4-KoK">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="184.5"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
<subviews>
|
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="6L4-Bb-DUF">
|
|
|
|
|
<rect key="frame" x="16" y="11" width="343" height="163"/>
|
|
|
|
|
<subviews>
|
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" alignment="top" spacing="15" translatesAutoresizingMaskIntoConstraints="NO" id="uQy-Sy-Cgx">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="343" height="129"/>
|
|
|
|
|
<subviews>
|
|
|
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="DeltaIcon" translatesAutoresizingMaskIntoConstraints="NO" id="PVH-lp-hGl" customClass="AppIconImageView" customModule="AltStore" customModuleProvider="target">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="110" height="110"/>
|
|
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
|
<constraints>
|
|
|
|
|
<constraint firstAttribute="height" constant="110" id="2sr-xS-Nyd"/>
|
|
|
|
|
<constraint firstAttribute="width" constant="110" id="HwO-7w-7K9"/>
|
|
|
|
|
</constraints>
|
|
|
|
|
</imageView>
|
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="4" translatesAutoresizingMaskIntoConstraints="NO" id="F4R-0I-ucL">
|
2019-05-20 21:24:53 +02:00
|
|
|
<rect key="frame" x="125" y="0.0" width="218" height="46"/>
|
2019-05-09 17:21:55 -07:00
|
|
|
<subviews>
|
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" verticalCompressionResistancePriority="1000" text="Name" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="O5s-oz-KYW">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="55" height="24"/>
|
|
|
|
|
<fontDescription key="fontDescription" type="boldSystem" pointSize="20"/>
|
|
|
|
|
<nil key="textColor"/>
|
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
|
</label>
|
|
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="rMJ-KT-YRw">
|
2019-05-20 21:24:53 +02:00
|
|
|
<rect key="frame" x="0.0" y="28" width="70" height="18"/>
|
2019-05-09 17:21:55 -07:00
|
|
|
<constraints>
|
|
|
|
|
<constraint firstAttribute="height" constant="18" id="2hT-PA-EjP"/>
|
|
|
|
|
</constraints>
|
|
|
|
|
<state key="normal" title="Developer"/>
|
|
|
|
|
</button>
|
|
|
|
|
</subviews>
|
|
|
|
|
</stackView>
|
|
|
|
|
</subviews>
|
|
|
|
|
</stackView>
|
|
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="i1B-Mu-s1h" customClass="Button" customModule="AltStore" customModuleProvider="target">
|
|
|
|
|
<rect key="frame" x="0.0" y="129" width="343" height="34"/>
|
|
|
|
|
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="18"/>
|
|
|
|
|
<state key="normal" title="Download"/>
|
2019-05-20 21:26:01 +02:00
|
|
|
<connections>
|
|
|
|
|
<action selector="downloadApp:" destination="hR3-go-2DG" eventType="primaryActionTriggered" id="TZ5-aD-2Bp"/>
|
|
|
|
|
</connections>
|
2019-05-09 17:21:55 -07:00
|
|
|
</button>
|
|
|
|
|
</subviews>
|
|
|
|
|
</stackView>
|
|
|
|
|
</subviews>
|
|
|
|
|
<constraints>
|
|
|
|
|
<constraint firstAttribute="trailingMargin" secondItem="6L4-Bb-DUF" secondAttribute="trailing" id="99m-HR-lHd"/>
|
|
|
|
|
<constraint firstItem="6L4-Bb-DUF" firstAttribute="leading" secondItem="iVa-h4-KoK" secondAttribute="leadingMargin" id="SGU-Gl-foG"/>
|
|
|
|
|
<constraint firstItem="6L4-Bb-DUF" firstAttribute="top" secondItem="iVa-h4-KoK" secondAttribute="topMargin" id="edE-G4-bkR"/>
|
|
|
|
|
<constraint firstAttribute="bottomMargin" secondItem="6L4-Bb-DUF" secondAttribute="bottom" id="uo9-J8-mW7"/>
|
|
|
|
|
</constraints>
|
|
|
|
|
</tableViewCellContentView>
|
|
|
|
|
<inset key="separatorInset" minX="15" minY="0.0" maxX="15" maxY="0.0"/>
|
|
|
|
|
</tableViewCell>
|
|
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" rowHeight="300" id="eY1-pC-LnW">
|
|
|
|
|
<rect key="frame" x="0.0" y="185" width="375" height="300"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="eY1-pC-LnW" id="fNc-tm-ceI">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="299.5"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
<subviews>
|
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="center" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="NVu-cR-q8f">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="299.5"/>
|
|
|
|
|
<subviews>
|
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Screenshots" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="e2p-gM-mn5">
|
|
|
|
|
<rect key="frame" x="15" y="8" width="345" height="26.5"/>
|
|
|
|
|
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="22"/>
|
|
|
|
|
<nil key="textColor"/>
|
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
|
</label>
|
|
|
|
|
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="UJY-8X-bkB">
|
|
|
|
|
<rect key="frame" x="0.0" y="42.5" width="375" height="249"/>
|
|
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
|
<collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" minimumLineSpacing="10" minimumInteritemSpacing="15" id="9OB-OD-w1I">
|
|
|
|
|
<size key="itemSize" width="138" height="253"/>
|
|
|
|
|
<size key="headerReferenceSize" width="0.0" height="0.0"/>
|
|
|
|
|
<size key="footerReferenceSize" width="0.0" height="0.0"/>
|
|
|
|
|
<inset key="sectionInset" minX="15" minY="0.0" maxX="15" maxY="0.0"/>
|
|
|
|
|
</collectionViewFlowLayout>
|
|
|
|
|
<cells>
|
|
|
|
|
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="Cell" id="gbq-ih-dcI" customClass="ScreenshotCollectionViewCell">
|
|
|
|
|
<rect key="frame" x="15" y="-2" width="138" height="253"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
|
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="138" height="253"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
<subviews>
|
|
|
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="OCS-uW-Big">
|
2019-05-20 21:24:53 +02:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="138" height="253"/>
|
2019-05-09 17:21:55 -07:00
|
|
|
</imageView>
|
|
|
|
|
</subviews>
|
|
|
|
|
</view>
|
|
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
|
<constraints>
|
|
|
|
|
<constraint firstItem="OCS-uW-Big" firstAttribute="leading" secondItem="gbq-ih-dcI" secondAttribute="leading" id="88o-MG-3Eh"/>
|
|
|
|
|
<constraint firstItem="OCS-uW-Big" firstAttribute="top" secondItem="gbq-ih-dcI" secondAttribute="top" id="IcM-V4-RJ9"/>
|
|
|
|
|
<constraint firstAttribute="bottom" secondItem="OCS-uW-Big" secondAttribute="bottom" id="KNE-HI-Cpo"/>
|
|
|
|
|
<constraint firstAttribute="trailing" secondItem="OCS-uW-Big" secondAttribute="trailing" id="O73-Hi-RLf"/>
|
|
|
|
|
</constraints>
|
|
|
|
|
<connections>
|
|
|
|
|
<outlet property="imageView" destination="OCS-uW-Big" id="JYM-5w-apx"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</collectionViewCell>
|
|
|
|
|
</cells>
|
|
|
|
|
</collectionView>
|
|
|
|
|
</subviews>
|
|
|
|
|
<constraints>
|
|
|
|
|
<constraint firstItem="UJY-8X-bkB" firstAttribute="width" secondItem="NVu-cR-q8f" secondAttribute="width" id="6ud-t2-rUG"/>
|
|
|
|
|
<constraint firstItem="e2p-gM-mn5" firstAttribute="leading" secondItem="NVu-cR-q8f" secondAttribute="leading" constant="15" id="7jL-kY-kwT"/>
|
|
|
|
|
</constraints>
|
|
|
|
|
<edgeInsets key="layoutMargins" top="8" left="0.0" bottom="8" right="0.0"/>
|
|
|
|
|
</stackView>
|
|
|
|
|
</subviews>
|
|
|
|
|
<constraints>
|
|
|
|
|
<constraint firstItem="NVu-cR-q8f" firstAttribute="leading" secondItem="fNc-tm-ceI" secondAttribute="leading" id="Kh3-a8-SAF"/>
|
|
|
|
|
<constraint firstItem="NVu-cR-q8f" firstAttribute="top" secondItem="fNc-tm-ceI" secondAttribute="top" id="OFv-zk-q24"/>
|
|
|
|
|
<constraint firstAttribute="trailing" secondItem="NVu-cR-q8f" secondAttribute="trailing" id="VEh-Lz-rhi"/>
|
|
|
|
|
<constraint firstAttribute="bottom" secondItem="NVu-cR-q8f" secondAttribute="bottom" id="beN-L9-6hC"/>
|
|
|
|
|
</constraints>
|
|
|
|
|
</tableViewCellContentView>
|
|
|
|
|
<inset key="separatorInset" minX="15" minY="0.0" maxX="15" maxY="0.0"/>
|
|
|
|
|
</tableViewCell>
|
|
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" id="Fng-Dg-Pak">
|
|
|
|
|
<rect key="frame" x="0.0" y="485" width="375" height="44"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="Fng-Dg-Pak" id="Dgq-ek-1h0">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
<subviews>
|
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="equalSpacing" alignment="top" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="O4U-vh-Xtu">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
|
|
|
|
|
<subviews>
|
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" verticalCompressionResistancePriority="751" text="Description" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1ri-OV-tIy">
|
|
|
|
|
<rect key="frame" x="15" y="8" width="116" height="19.5"/>
|
|
|
|
|
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="22"/>
|
|
|
|
|
<nil key="textColor"/>
|
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
|
</label>
|
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="g65-MO-uaH">
|
|
|
|
|
<rect key="frame" x="15" y="35.5" width="37.5" height="0.0"/>
|
|
|
|
|
<fontDescription key="fontDescription" style="UICTFontTextStyleSubhead"/>
|
|
|
|
|
<nil key="textColor"/>
|
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
|
</label>
|
|
|
|
|
</subviews>
|
|
|
|
|
<edgeInsets key="layoutMargins" top="8" left="15" bottom="8" right="15"/>
|
|
|
|
|
</stackView>
|
|
|
|
|
</subviews>
|
|
|
|
|
<constraints>
|
|
|
|
|
<constraint firstItem="O4U-vh-Xtu" firstAttribute="top" secondItem="Dgq-ek-1h0" secondAttribute="top" id="5Se-DK-wSx"/>
|
|
|
|
|
<constraint firstAttribute="trailing" secondItem="O4U-vh-Xtu" secondAttribute="trailing" id="6fA-iC-Xql"/>
|
|
|
|
|
<constraint firstAttribute="bottom" secondItem="O4U-vh-Xtu" secondAttribute="bottom" id="MM3-Bf-YYK"/>
|
|
|
|
|
<constraint firstItem="O4U-vh-Xtu" firstAttribute="leading" secondItem="Dgq-ek-1h0" secondAttribute="leading" id="cDm-2j-B88"/>
|
|
|
|
|
</constraints>
|
|
|
|
|
</tableViewCellContentView>
|
|
|
|
|
<inset key="separatorInset" minX="1000" minY="0.0" maxX="0.0" maxY="0.0"/>
|
|
|
|
|
</tableViewCell>
|
|
|
|
|
</cells>
|
|
|
|
|
</tableViewSection>
|
|
|
|
|
</sections>
|
|
|
|
|
<connections>
|
|
|
|
|
<outlet property="dataSource" destination="hR3-go-2DG" id="HfZ-io-Qfb"/>
|
|
|
|
|
<outlet property="delegate" destination="hR3-go-2DG" id="Kce-sW-Xkm"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</tableView>
|
|
|
|
|
<navigationItem key="navigationItem" largeTitleDisplayMode="never" id="M65-jg-bg9"/>
|
|
|
|
|
<connections>
|
|
|
|
|
<outlet property="appIconImageView" destination="PVH-lp-hGl" id="doE-lb-hMq"/>
|
|
|
|
|
<outlet property="descriptionLabel" destination="g65-MO-uaH" id="fod-v0-B4v"/>
|
|
|
|
|
<outlet property="developerButton" destination="rMJ-KT-YRw" id="7IH-1I-P8d"/>
|
|
|
|
|
<outlet property="downloadButton" destination="i1B-Mu-s1h" id="xbF-fk-xF8"/>
|
|
|
|
|
<outlet property="nameLabel" destination="O5s-oz-KYW" id="seg-JJ-VfB"/>
|
|
|
|
|
<outlet property="screenshotsCollectionView" destination="UJY-8X-bkB" id="6CI-Jg-yt6"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</tableViewController>
|
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="BLa-Qn-j83" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
|
</objects>
|
2019-05-20 22:24:16 +02:00
|
|
|
<point key="canvasLocation" x="2626" y="420"/>
|
2019-05-09 17:21:55 -07:00
|
|
|
</scene>
|
2019-05-09 15:29:54 -07:00
|
|
|
<!--Apps-->
|
|
|
|
|
<scene sceneID="YAm-Ca-4vd">
|
|
|
|
|
<objects>
|
|
|
|
|
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="XF0-gk-CxQ" sceneMemberID="viewController">
|
|
|
|
|
<tabBarItem key="tabBarItem" title="Apps" image="first" id="cDk-uR-lGN"/>
|
|
|
|
|
<toolbarItems/>
|
|
|
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" largeTitles="YES" id="w2b-o0-FNx">
|
|
|
|
|
<rect key="frame" x="0.0" y="20" width="375" height="96"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
</navigationBar>
|
|
|
|
|
<nil name="viewControllers"/>
|
|
|
|
|
<connections>
|
|
|
|
|
<segue destination="q89-7o-3rs" kind="relationship" relationship="rootViewController" id="yGz-tn-mRJ"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</navigationController>
|
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="4cQ-6T-2Cl" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
|
</objects>
|
|
|
|
|
<point key="canvasLocation" x="749.60000000000002" y="-318.89055472263868"/>
|
|
|
|
|
</scene>
|
2019-05-20 21:26:01 +02:00
|
|
|
<!--My Apps-->
|
|
|
|
|
<scene sceneID="Edw-HT-TTT">
|
|
|
|
|
<objects>
|
|
|
|
|
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="v8c-d9-T9x" sceneMemberID="viewController">
|
|
|
|
|
<tabBarItem key="tabBarItem" title="My Apps" image="second" id="Pld-qe-pas"/>
|
|
|
|
|
<toolbarItems/>
|
|
|
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" largeTitles="YES" id="PKd-0h-fii">
|
|
|
|
|
<rect key="frame" x="0.0" y="20" width="375" height="96"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
</navigationBar>
|
|
|
|
|
<nil name="viewControllers"/>
|
|
|
|
|
<connections>
|
|
|
|
|
<segue destination="Xf1-LZ-1vU" kind="relationship" relationship="rootViewController" id="uaQ-4h-SJu"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</navigationController>
|
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="G7O-77-OQq" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
|
</objects>
|
|
|
|
|
<point key="canvasLocation" x="749.60000000000002" y="420.53973013493254"/>
|
|
|
|
|
</scene>
|
2019-05-20 22:24:16 +02:00
|
|
|
<!--Updates-->
|
|
|
|
|
<scene sceneID="TJO-Cq-tOL">
|
|
|
|
|
<objects>
|
|
|
|
|
<tableViewController id="u4s-6L-zyx" customClass="UpdatesViewController" customModule="AltStore" customModuleProvider="target" sceneMemberID="viewController">
|
|
|
|
|
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="vfp-b5-W5p">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
|
<prototypes>
|
|
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="Cell" textLabel="ewc-hz-Cyc" detailTextLabel="CXo-DZ-vv6" style="IBUITableViewCellStyleSubtitle" id="IXp-LN-P7W">
|
|
|
|
|
<rect key="frame" x="0.0" y="28" width="375" height="44"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="IXp-LN-P7W" id="sO0-Yc-Rhv">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
<subviews>
|
|
|
|
|
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="ewc-hz-Cyc">
|
|
|
|
|
<rect key="frame" x="16" y="5" width="33.5" height="20.5"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
|
|
|
<nil key="textColor"/>
|
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
|
</label>
|
|
|
|
|
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Subtitle" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="CXo-DZ-vv6">
|
|
|
|
|
<rect key="frame" x="16" y="25.5" width="44" height="14.5"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="12"/>
|
|
|
|
|
<nil key="textColor"/>
|
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
|
</label>
|
|
|
|
|
</subviews>
|
|
|
|
|
</tableViewCellContentView>
|
|
|
|
|
<connections>
|
|
|
|
|
<segue destination="hR3-go-2DG" kind="show" identifier="showAppDetail" id="miz-8X-gFg">
|
|
|
|
|
<segue key="commit" inheritsFrom="parent" id="fQ8-cb-1An"/>
|
|
|
|
|
<segue key="preview" inheritsFrom="commit" id="wBX-0o-Ywz"/>
|
|
|
|
|
</segue>
|
|
|
|
|
</connections>
|
|
|
|
|
</tableViewCell>
|
|
|
|
|
</prototypes>
|
|
|
|
|
<connections>
|
|
|
|
|
<outlet property="dataSource" destination="u4s-6L-zyx" id="eML-9F-BXh"/>
|
|
|
|
|
<outlet property="delegate" destination="u4s-6L-zyx" id="3AF-E2-2B6"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</tableView>
|
|
|
|
|
<navigationItem key="navigationItem" title="Updates" id="hvX-Ly-Y2C"/>
|
|
|
|
|
</tableViewController>
|
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="H7V-ct-fO1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
|
</objects>
|
|
|
|
|
<point key="canvasLocation" x="1518" y="1124"/>
|
|
|
|
|
</scene>
|
|
|
|
|
<!--My Apps-->
|
|
|
|
|
<scene sceneID="H4l-3g-QrV">
|
|
|
|
|
<objects>
|
|
|
|
|
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="gJ2-NJ-8DO" sceneMemberID="viewController">
|
|
|
|
|
<tabBarItem key="tabBarItem" title="My Apps" image="second" id="n2m-w3-Ltw"/>
|
|
|
|
|
<toolbarItems/>
|
|
|
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" largeTitles="YES" id="mb8-TA-qKp">
|
|
|
|
|
<rect key="frame" x="0.0" y="20" width="375" height="96"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
</navigationBar>
|
|
|
|
|
<nil name="viewControllers"/>
|
|
|
|
|
<connections>
|
|
|
|
|
<segue destination="u4s-6L-zyx" kind="relationship" relationship="rootViewController" id="HlY-Wa-In2"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</navigationController>
|
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="dR5-RY-R8S" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
|
</objects>
|
|
|
|
|
<point key="canvasLocation" x="750" y="1124"/>
|
|
|
|
|
</scene>
|
2019-05-09 12:45:30 -07:00
|
|
|
</scenes>
|
|
|
|
|
<resources>
|
2019-05-09 17:21:55 -07:00
|
|
|
<image name="DeltaIcon" width="512" height="512"/>
|
2019-05-09 12:45:30 -07:00
|
|
|
<image name="first" width="30" height="30"/>
|
|
|
|
|
<image name="second" width="30" height="30"/>
|
|
|
|
|
</resources>
|
2019-05-09 17:21:55 -07:00
|
|
|
<inferredMetricsTieBreakers>
|
2019-05-20 22:24:16 +02:00
|
|
|
<segue reference="miz-8X-gFg"/>
|
2019-05-09 17:21:55 -07:00
|
|
|
</inferredMetricsTieBreakers>
|
2019-05-10 11:39:34 -07:00
|
|
|
<color key="tintColor" name="Purple"/>
|
2019-05-09 12:45:30 -07:00
|
|
|
</document>
|