cscg22-gearboy

CSCG 2022 Challenge 'Gearboy'
git clone https://git.sinitax.com/sinitax/cscg22-gearboy
Log | Files | Refs | sfeed.txt

GLViewController.xib (1594B)


      1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
      2<document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="6250" systemVersion="14A389" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" promptedForUpgradeToXcode5="NO">
      3    <dependencies>
      4        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6244"/>
      5    </dependencies>
      6    <objects>
      7        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="GLViewController">
      8            <connections>
      9                <outlet property="view" destination="2" id="3"/>
     10            </connections>
     11        </placeholder>
     12        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
     13        <view clearsContextBeforeDrawing="NO" contentMode="topRight" id="2" customClass="GLKView">
     14            <rect key="frame" x="0.0" y="0.0" width="160" height="144"/>
     15            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
     16            <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
     17            <nil key="simulatedStatusBarMetrics"/>
     18            <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
     19        </view>
     20    </objects>
     21    <simulatedMetricsContainer key="defaultSimulatedMetrics">
     22        <simulatedStatusBarMetrics key="statusBar"/>
     23        <simulatedOrientationMetrics key="orientation"/>
     24        <simulatedScreenMetrics key="destination"/>
     25    </simulatedMetricsContainer>
     26</document>