LunarG is planning to retire the LunarG/VulkanSamples repository. Remove dependency to it, and remove the affected Hologram and API-Samples demo apps. Update documents, including directing developers to the KhronosGroup/Vulkan-Samples repository for official demo apps.
31 lines
1.8 KiB
XML
31 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder.AppleTV.Storyboard" version="3.0" toolsVersion="16097" targetRuntime="AppleTV" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="fFL-Fw-4sa">
|
|
<device id="appleTV" appearance="light"/>
|
|
<dependencies>
|
|
<deployment identifier="tvOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
|
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
</dependencies>
|
|
<scenes>
|
|
<!--Demo View Controller-->
|
|
<scene sceneID="4X5-3H-4Vr">
|
|
<objects>
|
|
<viewController id="fFL-Fw-4sa" customClass="DemoViewController" sceneMemberID="viewController">
|
|
<layoutGuides>
|
|
<viewControllerLayoutGuide type="top" id="BnD-cI-3CU"/>
|
|
<viewControllerLayoutGuide type="bottom" id="Hbq-NS-8mc"/>
|
|
</layoutGuides>
|
|
<view key="view" contentMode="scaleToFill" id="xhu-n8-sOz" customClass="DemoView">
|
|
<rect key="frame" x="0.0" y="0.0" width="1920" height="1080"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<viewLayoutGuide key="safeArea" id="t9G-P1-nOE"/>
|
|
</view>
|
|
</viewController>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="kBP-wi-UBI" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
|
|
</objects>
|
|
<point key="canvasLocation" x="-384" y="-36"/>
|
|
</scene>
|
|
</scenes>
|
|
</document>
|