istereo

view MainWindow.xib @ 43:73813c1176de

better hgignore
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 14 Aug 2015 04:33:42 +0300
parents
children
line source
1 <?xml version="1.0" encoding="UTF-8"?>
2 <archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
3 <data>
4 <int key="IBDocument.SystemTarget">800</int>
5 <string key="IBDocument.SystemVersion">10D541</string>
6 <string key="IBDocument.InterfaceBuilderVersion">760</string>
7 <string key="IBDocument.AppKitVersion">1038.29</string>
8 <string key="IBDocument.HIToolboxVersion">460.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">81</string>
12 </object>
13 <object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
14 <bool key="EncodedWithXMLCoder">YES</bool>
15 <integer value="8"/>
16 </object>
17 <object class="NSArray" key="IBDocument.PluginDependencies">
18 <bool key="EncodedWithXMLCoder">YES</bool>
19 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
20 </object>
21 <object class="NSMutableDictionary" key="IBDocument.Metadata">
22 <bool key="EncodedWithXMLCoder">YES</bool>
23 <object class="NSArray" key="dict.sortedKeys" id="0">
24 <bool key="EncodedWithXMLCoder">YES</bool>
25 </object>
26 <object class="NSMutableArray" key="dict.values">
27 <bool key="EncodedWithXMLCoder">YES</bool>
28 </object>
29 </object>
30 <object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
31 <bool key="EncodedWithXMLCoder">YES</bool>
32 <object class="IBProxyObject" id="841351856">
33 <string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
34 <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
35 </object>
36 <object class="IBProxyObject" id="191355593">
37 <string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
38 <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
39 </object>
40 <object class="IBUICustomObject" id="664661524">
41 <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
42 </object>
43 <object class="IBUIWindow" id="380026005">
44 <reference key="NSNextResponder"/>
45 <int key="NSvFlags">1316</int>
46 <object class="NSMutableArray" key="NSSubviews">
47 <bool key="EncodedWithXMLCoder">YES</bool>
48 <object class="IBUIView" id="773737154">
49 <reference key="NSNextResponder" ref="380026005"/>
50 <int key="NSvFlags">1298</int>
51 <string key="NSFrameSize">{320, 480}</string>
52 <reference key="NSSuperview" ref="380026005"/>
53 <object class="NSColor" key="IBUIBackgroundColor">
54 <int key="NSColorSpace">3</int>
55 <bytes key="NSWhite">MQA</bytes>
56 </object>
57 <bool key="IBUIClearsContextBeforeDrawing">NO</bool>
58 <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
59 </object>
60 </object>
61 <object class="NSPSMatrix" key="NSFrameMatrix"/>
62 <string key="NSFrameSize">{320, 480}</string>
63 <reference key="NSSuperview"/>
64 <object class="NSColor" key="IBUIBackgroundColor">
65 <int key="NSColorSpace">1</int>
66 <bytes key="NSRGB">MSAxIDEAA</bytes>
67 </object>
68 <bool key="IBUIClearsContextBeforeDrawing">NO</bool>
69 <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
70 <bool key="IBUIVisibleAtLaunch">YES</bool>
71 <bool key="IBUIResizesToFullScreen">YES</bool>
72 </object>
73 </object>
74 <object class="IBObjectContainer" key="IBDocument.Objects">
75 <object class="NSMutableArray" key="connectionRecords">
76 <bool key="EncodedWithXMLCoder">YES</bool>
77 <object class="IBConnectionRecord">
78 <object class="IBCocoaTouchOutletConnection" key="connection">
79 <string key="label">delegate</string>
80 <reference key="source" ref="841351856"/>
81 <reference key="destination" ref="664661524"/>
82 </object>
83 <int key="connectionID">4</int>
84 </object>
85 <object class="IBConnectionRecord">
86 <object class="IBCocoaTouchOutletConnection" key="connection">
87 <string key="label">window</string>
88 <reference key="source" ref="664661524"/>
89 <reference key="destination" ref="380026005"/>
90 </object>
91 <int key="connectionID">5</int>
92 </object>
93 <object class="IBConnectionRecord">
94 <object class="IBCocoaTouchOutletConnection" key="connection">
95 <string key="label">glView</string>
96 <reference key="source" ref="664661524"/>
97 <reference key="destination" ref="773737154"/>
98 </object>
99 <int key="connectionID">9</int>
100 </object>
101 </object>
102 <object class="IBMutableOrderedSet" key="objectRecords">
103 <object class="NSArray" key="orderedObjects">
104 <bool key="EncodedWithXMLCoder">YES</bool>
105 <object class="IBObjectRecord">
106 <int key="objectID">0</int>
107 <reference key="object" ref="0"/>
108 <reference key="children" ref="1000"/>
109 <nil key="parent"/>
110 </object>
111 <object class="IBObjectRecord">
112 <int key="objectID">2</int>
113 <reference key="object" ref="380026005"/>
114 <object class="NSMutableArray" key="children">
115 <bool key="EncodedWithXMLCoder">YES</bool>
116 <reference ref="773737154"/>
117 </object>
118 <reference key="parent" ref="0"/>
119 </object>
120 <object class="IBObjectRecord">
121 <int key="objectID">-1</int>
122 <reference key="object" ref="841351856"/>
123 <reference key="parent" ref="0"/>
124 <string key="objectName">File's Owner</string>
125 </object>
126 <object class="IBObjectRecord">
127 <int key="objectID">3</int>
128 <reference key="object" ref="664661524"/>
129 <reference key="parent" ref="0"/>
130 </object>
131 <object class="IBObjectRecord">
132 <int key="objectID">8</int>
133 <reference key="object" ref="773737154"/>
134 <reference key="parent" ref="380026005"/>
135 </object>
136 <object class="IBObjectRecord">
137 <int key="objectID">-2</int>
138 <reference key="object" ref="191355593"/>
139 <reference key="parent" ref="0"/>
140 </object>
141 </object>
142 </object>
143 <object class="NSMutableDictionary" key="flattenedProperties">
144 <bool key="EncodedWithXMLCoder">YES</bool>
145 <object class="NSArray" key="dict.sortedKeys">
146 <bool key="EncodedWithXMLCoder">YES</bool>
147 <string>-1.CustomClassName</string>
148 <string>-2.CustomClassName</string>
149 <string>2.IBAttributePlaceholdersKey</string>
150 <string>2.IBEditorWindowLastContentRect</string>
151 <string>2.IBPluginDependency</string>
152 <string>3.CustomClassName</string>
153 <string>3.IBPluginDependency</string>
154 <string>8.CustomClassName</string>
155 <string>8.IBPluginDependency</string>
156 </object>
157 <object class="NSMutableArray" key="dict.values">
158 <bool key="EncodedWithXMLCoder">YES</bool>
159 <string>UIApplication</string>
160 <string>UIResponder</string>
161 <object class="NSMutableDictionary">
162 <bool key="EncodedWithXMLCoder">YES</bool>
163 <reference key="dict.sortedKeys" ref="0"/>
164 <object class="NSMutableArray" key="dict.values">
165 <bool key="EncodedWithXMLCoder">YES</bool>
166 </object>
167 </object>
168 <string>{{228, 376}, {320, 480}}</string>
169 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
170 <string>istereoAppDelegate</string>
171 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
172 <string>EAGLView</string>
173 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
174 </object>
175 </object>
176 <object class="NSMutableDictionary" key="unlocalizedProperties">
177 <bool key="EncodedWithXMLCoder">YES</bool>
178 <reference key="dict.sortedKeys" ref="0"/>
179 <object class="NSMutableArray" key="dict.values">
180 <bool key="EncodedWithXMLCoder">YES</bool>
181 </object>
182 </object>
183 <nil key="activeLocalization"/>
184 <object class="NSMutableDictionary" key="localizations">
185 <bool key="EncodedWithXMLCoder">YES</bool>
186 <reference key="dict.sortedKeys" ref="0"/>
187 <object class="NSMutableArray" key="dict.values">
188 <bool key="EncodedWithXMLCoder">YES</bool>
189 </object>
190 </object>
191 <nil key="sourceID"/>
192 <int key="maxID">9</int>
193 </object>
194 <object class="IBClassDescriber" key="IBDocument.Classes">
195 <object class="NSMutableArray" key="referencedPartialClassDescriptions">
196 <bool key="EncodedWithXMLCoder">YES</bool>
197 <object class="IBPartialClassDescription">
198 <string key="className">EAGLView</string>
199 <string key="superclassName">UIView</string>
200 <object class="IBClassDescriptionSource" key="sourceIdentifier">
201 <string key="majorKey">IBProjectSource</string>
202 <string key="minorKey">Classes/EAGLView.h</string>
203 </object>
204 </object>
205 <object class="IBPartialClassDescription">
206 <string key="className">istereoAppDelegate</string>
207 <string key="superclassName">NSObject</string>
208 <object class="NSMutableDictionary" key="outlets">
209 <bool key="EncodedWithXMLCoder">YES</bool>
210 <object class="NSArray" key="dict.sortedKeys">
211 <bool key="EncodedWithXMLCoder">YES</bool>
212 <string>glView</string>
213 <string>window</string>
214 </object>
215 <object class="NSMutableArray" key="dict.values">
216 <bool key="EncodedWithXMLCoder">YES</bool>
217 <string>EAGLView</string>
218 <string>UIWindow</string>
219 </object>
220 </object>
221 <object class="IBClassDescriptionSource" key="sourceIdentifier">
222 <string key="majorKey">IBProjectSource</string>
223 <string key="minorKey">Classes/istereoAppDelegate.h</string>
224 </object>
225 </object>
226 </object>
227 </object>
228 <int key="IBDocument.localizationMode">0</int>
229 <string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
230 <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
231 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
232 <integer value="3100" key="NS.object.0"/>
233 </object>
234 <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
235 <string key="IBDocument.LastKnownRelativeProjectPath">istereo.xcodeproj</string>
236 <int key="IBDocument.defaultPropertyAccessControl">3</int>
237 <string key="IBCocoaTouchPluginVersion">81</string>
238 </data>
239 </archive>