This PR contains all the work related to setting up this project as required to implement the [Assignment](https://repo.rock-n-code.com/rock-n-code/deep-linking-assignment/wiki/Assignment) on top, as intended. To summarise this work: - [x] created a new **Xcode** project; - [x] cloned the `Wikipedia` app and inserted it into the **Xcode** project; - [x] created the `Locations` app and also, its `Libraries` package; - [x] created the `Shared` package to share dependencies between the apps; - [x] added a `Makefile` file and implemented some **environment** and **help** commands. Co-authored-by: Javier Cicchelli <javier@rock-n-code.com> Reviewed-on: rock-n-code/deep-linking-assignment#1
50 lines
4.1 KiB
XML
50 lines
4.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
|
<device id="retina6_1" orientation="portrait">
|
|
<adaptation id="fullscreen"/>
|
|
</device>
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
</dependencies>
|
|
<objects>
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="InsertMediaSearchResultPreviewingViewController" customModule="Wikipedia" customModuleProvider="target">
|
|
<connections>
|
|
<outlet property="activityIndicator" destination="40i-uN-5YB" id="LXR-4P-7Sk"/>
|
|
<outlet property="imageInfoViewContainer" destination="3Yv-ma-aQY" id="p03-9R-UVO"/>
|
|
<outlet property="imageView" destination="bE6-x0-aJs" id="pr1-fw-Mjz"/>
|
|
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
|
|
</connections>
|
|
</placeholder>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="bE6-x0-aJs">
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
|
</imageView>
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3Yv-ma-aQY">
|
|
<rect key="frame" x="0.0" y="717" width="414" height="179"/>
|
|
</view>
|
|
<activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" hidesWhenStopped="YES" animating="YES" style="whiteLarge" translatesAutoresizingMaskIntoConstraints="NO" id="40i-uN-5YB">
|
|
<rect key="frame" x="188.5" y="429.5" width="37" height="37"/>
|
|
</activityIndicatorView>
|
|
</subviews>
|
|
<constraints>
|
|
<constraint firstItem="bE6-x0-aJs" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="6OW-mJ-H7d"/>
|
|
<constraint firstItem="40i-uN-5YB" firstAttribute="centerY" secondItem="i5M-Pr-FkT" secondAttribute="centerY" id="8pn-bW-EP4"/>
|
|
<constraint firstItem="40i-uN-5YB" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="GNw-58-seL"/>
|
|
<constraint firstItem="3Yv-ma-aQY" firstAttribute="height" secondItem="bE6-x0-aJs" secondAttribute="height" multiplier="0.2" placeholder="YES" id="JLl-WQ-vA6"/>
|
|
<constraint firstItem="3Yv-ma-aQY" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="OJi-24-idg"/>
|
|
<constraint firstItem="bE6-x0-aJs" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="PDX-5h-aey"/>
|
|
<constraint firstItem="3Yv-ma-aQY" firstAttribute="bottom" secondItem="bE6-x0-aJs" secondAttribute="bottom" id="beF-Bh-SOX"/>
|
|
<constraint firstAttribute="bottom" secondItem="3Yv-ma-aQY" secondAttribute="bottom" id="eLH-qA-0jq"/>
|
|
<constraint firstAttribute="trailing" secondItem="3Yv-ma-aQY" secondAttribute="trailing" id="sEV-r6-ZgX"/>
|
|
<constraint firstAttribute="trailing" secondItem="bE6-x0-aJs" secondAttribute="trailing" id="xCI-46-loj"/>
|
|
</constraints>
|
|
</view>
|
|
</objects>
|
|
</document>
|