Skip to content

Commit efd3892

Browse files
committed
2 parents 37b1a29 + c01e9c8 commit efd3892

File tree

1 file changed

+145
-0
lines changed

1 file changed

+145
-0
lines changed
Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="8.00">
3+
<data>
4+
<int key="IBDocument.SystemTarget">1280</int>
5+
<string key="IBDocument.SystemVersion">12E55</string>
6+
<string key="IBDocument.InterfaceBuilderVersion">4457.6</string>
7+
<string key="IBDocument.AppKitVersion">1187.39</string>
8+
<string key="IBDocument.HIToolboxVersion">626.00</string>
9+
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
10+
<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
11+
<string key="NS.object.0">3682.6</string>
12+
</object>
13+
<array key="IBDocument.IntegratedClassDependencies">
14+
<string>IBProxyObject</string>
15+
<string>IBUIView</string>
16+
</array>
17+
<array key="IBDocument.PluginDependencies">
18+
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
19+
</array>
20+
<object class="NSMutableDictionary" key="IBDocument.Metadata">
21+
<string key="NS.key.0">PluginDependencyRecalculationVersion</string>
22+
<integer value="1" key="NS.object.0"/>
23+
</object>
24+
<array class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
25+
<object class="IBProxyObject" id="372490531">
26+
<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
27+
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
28+
</object>
29+
<object class="IBProxyObject" id="843779117">
30+
<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
31+
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
32+
</object>
33+
<object class="IBUIView" id="774585933">
34+
<reference key="NSNextResponder"/>
35+
<int key="NSvFlags">274</int>
36+
<string key="NSFrame">{{0, 20}, {320, 548}}</string>
37+
<reference key="NSSuperview"/>
38+
<reference key="NSWindow"/>
39+
<object class="NSColor" key="IBUIBackgroundColor">
40+
<int key="NSColorSpace">3</int>
41+
<bytes key="NSWhite">MC43NQA</bytes>
42+
<object class="NSColorSpace" key="NSCustomColorSpace">
43+
<int key="NSID">2</int>
44+
</object>
45+
</object>
46+
<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
47+
<object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
48+
<object class="IBUIScreenMetrics" key="IBUISimulatedDestinationMetrics">
49+
<string key="IBUISimulatedSizeMetricsClass">IBUIScreenMetrics</string>
50+
<object class="NSMutableDictionary" key="IBUINormalizedOrientationToSizeMap">
51+
<bool key="EncodedWithXMLCoder">YES</bool>
52+
<array key="dict.sortedKeys">
53+
<integer value="1"/>
54+
<integer value="3"/>
55+
</array>
56+
<array key="dict.values">
57+
<string>{320, 568}</string>
58+
<string>{568, 320}</string>
59+
</array>
60+
</object>
61+
<string key="IBUITargetRuntime">IBCocoaTouchFramework</string>
62+
<string key="IBUIDisplayName">Retina 4 Full Screen</string>
63+
<int key="IBUIType">2</int>
64+
</object>
65+
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
66+
</object>
67+
</array>
68+
<object class="IBObjectContainer" key="IBDocument.Objects">
69+
<array class="NSMutableArray" key="connectionRecords">
70+
<object class="IBConnectionRecord">
71+
<object class="IBCocoaTouchOutletConnection" key="connection">
72+
<string key="label">view</string>
73+
<reference key="source" ref="372490531"/>
74+
<reference key="destination" ref="774585933"/>
75+
</object>
76+
<int key="connectionID">7</int>
77+
</object>
78+
</array>
79+
<object class="IBMutableOrderedSet" key="objectRecords">
80+
<array key="orderedObjects">
81+
<object class="IBObjectRecord">
82+
<int key="objectID">0</int>
83+
<array key="object" id="0"/>
84+
<reference key="children" ref="1000"/>
85+
<nil key="parent"/>
86+
</object>
87+
<object class="IBObjectRecord">
88+
<int key="objectID">-1</int>
89+
<reference key="object" ref="372490531"/>
90+
<reference key="parent" ref="0"/>
91+
<string key="objectName">File's Owner</string>
92+
</object>
93+
<object class="IBObjectRecord">
94+
<int key="objectID">-2</int>
95+
<reference key="object" ref="843779117"/>
96+
<reference key="parent" ref="0"/>
97+
</object>
98+
<object class="IBObjectRecord">
99+
<int key="objectID">6</int>
100+
<reference key="object" ref="774585933"/>
101+
<reference key="parent" ref="0"/>
102+
</object>
103+
</array>
104+
</object>
105+
<dictionary class="NSMutableDictionary" key="flattenedProperties">
106+
<string key="-1.CustomClassName">EPViewController</string>
107+
<string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
108+
<string key="-2.CustomClassName">UIResponder</string>
109+
<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
110+
<string key="6.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
111+
</dictionary>
112+
<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
113+
<nil key="activeLocalization"/>
114+
<dictionary class="NSMutableDictionary" key="localizations"/>
115+
<nil key="sourceID"/>
116+
<int key="maxID">7</int>
117+
</object>
118+
<object class="IBClassDescriber" key="IBDocument.Classes">
119+
<array class="NSMutableArray" key="referencedPartialClassDescriptions">
120+
<object class="IBPartialClassDescription">
121+
<string key="className">EPViewController</string>
122+
<string key="superclassName">UIViewController</string>
123+
<object class="IBClassDescriptionSource" key="sourceIdentifier">
124+
<string key="majorKey">IBProjectSource</string>
125+
<string key="minorKey">./Classes/EPViewController.h</string>
126+
</object>
127+
</object>
128+
</array>
129+
</object>
130+
<int key="IBDocument.localizationMode">0</int>
131+
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
132+
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
133+
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
134+
<real value="1280" key="NS.object.0"/>
135+
</object>
136+
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
137+
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
138+
<integer value="4600" key="NS.object.0"/>
139+
</object>
140+
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
141+
<int key="IBDocument.defaultPropertyAccessControl">3</int>
142+
<bool key="IBDocument.UseAutolayout">YES</bool>
143+
<string key="IBCocoaTouchPluginVersion">3682.6</string>
144+
</data>
145+
</archive>

0 commit comments

Comments
 (0)