1<?xml version="1.0" encoding="UTF-8"?>
2<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16097.2" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
3    <device id="retina6_1" orientation="portrait" appearance="light"/>
4    <dependencies>
5        <deployment version="2048" identifier="iOS"/>
6        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
7        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
8    </dependencies>
9    <scenes>
10        <!--View Controller-->
11        <scene sceneID="EHf-IW-A2E">
12            <objects>
13                <viewController id="01J-lp-oVM" sceneMemberID="viewController">
14                    <layoutGuides>
15                        <viewControllerLayoutGuide type="top" id="kfR-vv-sCd"/>
16                        <viewControllerLayoutGuide type="bottom" id="KcF-ab-V6r"/>
17                    </layoutGuides>
18                    <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
19                        <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
20                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
21                        <subviews>
22                            <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" image="ScummVM" translatesAutoresizingMaskIntoConstraints="NO" id="Ril-gi-m8R">
23                                <rect key="frame" x="53.5" y="405.5" width="307" height="85"/>
24                            </imageView>
25                        </subviews>
26                        <color key="backgroundColor" red="0.806841433" green="0.40681111809999998" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
27                        <constraints>
28                            <constraint firstItem="Ril-gi-m8R" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="GYN-Pc-5zR"/>
29                            <constraint firstItem="Ril-gi-m8R" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="tDr-MD-7QO"/>
30                        </constraints>
31                    </view>
32                </viewController>
33                <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
34            </objects>
35            <point key="canvasLocation" x="49.275362318840585" y="372.32142857142856"/>
36        </scene>
37    </scenes>
38    <resources>
39        <image name="ScummVM" width="307" height="85"/>
40    </resources>
41</document>
42