project_files/HedgewarsMobile/Classes/MainMenuViewController-iPhone.xib
author dag10 <gottlieb.drew@gmail.com>
Wed, 16 Jan 2013 18:34:43 -0500
changeset 8393 85bd6c7b2641
parent 6719 d2afc6b2d88e
child 11145 1c89970c7f15
permissions -rw-r--r--
Can now change theme for static and mission maps. Fixed mission map descriptions that had commas which broke them. Now, you must escape commas in map descriptions. Made bgwidget repaint on animation tick to avoid buffer-not-clearing issue with widgets that change overtop the background leaving a ghost image of the widget's previous state. Generated map is now the default map in the mapconfig widget.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
     2
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
     3
	<data>
4362
8dae325dc625 added missing graphics and fixed some glitches/crashes/bugs
koda
parents: 4352
diff changeset
     4
		<int key="IBDocument.SystemTarget">1056</int>
5976
306cedbeb213 fixed several 'retina display' images and added a bunch more (though just from upscaling the normal ones; might be nice to have 'em redrawn at a real higher resolution)
koda
parents: 4362
diff changeset
     5
		<string key="IBDocument.SystemVersion">10K549</string>
4362
8dae325dc625 added missing graphics and fixed some glitches/crashes/bugs
koda
parents: 4352
diff changeset
     6
		<string key="IBDocument.InterfaceBuilderVersion">823</string>
5976
306cedbeb213 fixed several 'retina display' images and added a bunch more (though just from upscaling the normal ones; might be nice to have 'em redrawn at a real higher resolution)
koda
parents: 4362
diff changeset
     7
		<string key="IBDocument.AppKitVersion">1038.36</string>
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3514
diff changeset
     8
		<string key="IBDocument.HIToolboxVersion">461.00</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
     9
		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    10
			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
4362
8dae325dc625 added missing graphics and fixed some glitches/crashes/bugs
koda
parents: 4352
diff changeset
    11
			<string key="NS.object.0">132</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    12
		</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    13
		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    14
			<bool key="EncodedWithXMLCoder">YES</bool>
6719
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
    15
			<integer value="48"/>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    16
		</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    17
		<object class="NSArray" key="IBDocument.PluginDependencies">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    18
			<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    19
			<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    20
		</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    21
		<object class="NSMutableDictionary" key="IBDocument.Metadata">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    22
			<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    23
			<object class="NSArray" key="dict.sortedKeys" id="0">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    24
				<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    25
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    26
			<object class="NSMutableArray" key="dict.values">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    27
				<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    28
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    29
		</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    30
		<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    31
			<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    32
			<object class="IBProxyObject" id="372490531">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    33
				<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    34
				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    35
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    36
			<object class="IBProxyObject" id="975951072">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    37
				<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    38
				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    39
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    40
			<object class="IBUIView" id="191373211">
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
    41
				<reference key="NSNextResponder"/>
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
    42
				<int key="NSvFlags">293</int>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    43
				<object class="NSMutableArray" key="NSSubviews">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    44
					<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    45
					<object class="IBUIImageView" id="249993817">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    46
						<reference key="NSNextResponder" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    47
						<int key="NSvFlags">274</int>
4352
5a7b02cadc68 update graphics names, path, resolution, content...
koda
parents: 4244
diff changeset
    48
						<string key="NSFrameSize">{480, 320}</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    49
						<reference key="NSSuperview" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    50
						<object class="NSColor" key="IBUIBackgroundColor">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    51
							<int key="NSColorSpace">3</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    52
							<bytes key="NSWhite">MCAwAA</bytes>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    53
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    54
						<int key="IBUIContentMode">4</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    55
						<bool key="IBUIUserInteractionEnabled">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    56
						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    57
						<object class="NSCustomResource" key="IBUIImage">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    58
							<string key="NSClassName">NSImage</string>
4352
5a7b02cadc68 update graphics names, path, resolution, content...
koda
parents: 4244
diff changeset
    59
							<string key="NSResourceName">background~iphone.png</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    60
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    61
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    62
					<object class="IBUIImageView" id="171108356">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    63
						<reference key="NSNextResponder" ref="191373211"/>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
    64
						<int key="NSvFlags">293</int>
4352
5a7b02cadc68 update graphics names, path, resolution, content...
koda
parents: 4244
diff changeset
    65
						<string key="NSFrame">{{105, 20}, {270, 150}}</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    66
						<reference key="NSSuperview" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    67
						<bool key="IBUIOpaque">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    68
						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    69
						<int key="IBUIContentMode">4</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    70
						<bool key="IBUIUserInteractionEnabled">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    71
						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    72
						<object class="NSCustomResource" key="IBUIImage">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    73
							<string key="NSClassName">NSImage</string>
5976
306cedbeb213 fixed several 'retina display' images and added a bunch more (though just from upscaling the normal ones; might be nice to have 'em redrawn at a real higher resolution)
koda
parents: 4362
diff changeset
    74
							<string key="NSResourceName">title~iphone.png</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    75
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    76
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    77
					<object class="IBUIButton" id="124270424">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    78
						<reference key="NSNextResponder" ref="191373211"/>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
    79
						<int key="NSvFlags">289</int>
4362
8dae325dc625 added missing graphics and fixed some glitches/crashes/bugs
koda
parents: 4352
diff changeset
    80
						<string key="NSFrame">{{190, 200}, {100, 100}}</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    81
						<reference key="NSSuperview" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    82
						<object class="NSColor" key="IBUIBackgroundColor">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    83
							<int key="NSColorSpace">1</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    84
							<bytes key="NSRGB">MCAwIDAgMAA</bytes>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    85
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    86
						<bool key="IBUIOpaque">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    87
						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    88
						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    89
						<int key="IBUIContentHorizontalAlignment">0</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    90
						<int key="IBUIContentVerticalAlignment">0</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    91
						<object class="NSFont" key="IBUIFont" id="917635782">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    92
							<string key="NSName">Helvetica-Bold</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    93
							<double key="NSSize">15</double>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    94
							<int key="NSfFlags">16</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    95
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    96
						<object class="NSColor" key="IBUIHighlightedTitleColor" id="918890028">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    97
							<int key="NSColorSpace">3</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    98
							<bytes key="NSWhite">MQA</bytes>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    99
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   100
						<object class="NSColor" key="IBUINormalTitleColor">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   101
							<int key="NSColorSpace">1</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   102
							<bytes key="NSRGB">MC4xOTYwNzg0MyAwLjMwOTgwMzkzIDAuNTIxNTY4NjYAA</bytes>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   103
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   104
						<object class="NSColor" key="IBUINormalTitleShadowColor" id="112471976">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   105
							<int key="NSColorSpace">3</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   106
							<bytes key="NSWhite">MC41AA</bytes>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   107
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   108
						<object class="NSCustomResource" key="IBUINormalImage">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   109
							<string key="NSClassName">NSImage</string>
4362
8dae325dc625 added missing graphics and fixed some glitches/crashes/bugs
koda
parents: 4352
diff changeset
   110
							<string key="NSResourceName">localplayButton~iphone.png</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   111
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   112
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   113
					<object class="IBUIButton" id="753723574">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   114
						<reference key="NSNextResponder" ref="191373211"/>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   115
						<int key="NSvFlags">269</int>
4352
5a7b02cadc68 update graphics names, path, resolution, content...
koda
parents: 4244
diff changeset
   116
						<string key="NSFrame">{{396, 236}, {64, 64}}</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   117
						<reference key="NSSuperview" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   118
						<bool key="IBUIOpaque">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   119
						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   120
						<int key="IBUITag">2</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   121
						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   122
						<int key="IBUIContentHorizontalAlignment">0</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   123
						<int key="IBUIContentVerticalAlignment">0</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   124
						<reference key="IBUIFont" ref="917635782"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   125
						<reference key="IBUIHighlightedTitleColor" ref="918890028"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   126
						<object class="NSColor" key="IBUINormalTitleColor">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   127
							<int key="NSColorSpace">1</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   128
							<bytes key="NSRGB">MC4xOTYwNzg0MyAwLjMwOTgwMzkzIDAuNTIxNTY4NjYAA</bytes>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   129
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   130
						<reference key="IBUINormalTitleShadowColor" ref="112471976"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   131
						<object class="NSCustomResource" key="IBUINormalImage">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   132
							<string key="NSClassName">NSImage</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   133
							<string key="NSResourceName">settingsButton.png</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   134
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   135
					</object>
3996
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   136
					<object class="IBUIButton" id="705508539">
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   137
						<reference key="NSNextResponder" ref="191373211"/>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   138
						<int key="NSvFlags">269</int>
4352
5a7b02cadc68 update graphics names, path, resolution, content...
koda
parents: 4244
diff changeset
   139
						<string key="NSFrame">{{20, 236}, {64, 64}}</string>
3996
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   140
						<reference key="NSSuperview" ref="191373211"/>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   141
						<bool key="IBUIOpaque">NO</bool>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   142
						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   143
						<int key="IBUITag">4</int>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   144
						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   145
						<int key="IBUIContentHorizontalAlignment">0</int>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   146
						<int key="IBUIContentVerticalAlignment">0</int>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   147
						<reference key="IBUIFont" ref="917635782"/>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   148
						<reference key="IBUIHighlightedTitleColor" ref="918890028"/>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   149
						<object class="NSColor" key="IBUINormalTitleColor">
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   150
							<int key="NSColorSpace">1</int>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   151
							<bytes key="NSRGB">MC4xOTYwNzg0MyAwLjMwOTgwMzkzIDAuNTIxNTY4NjYAA</bytes>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   152
						</object>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   153
						<reference key="IBUINormalTitleShadowColor" ref="112471976"/>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   154
						<object class="NSCustomResource" key="IBUINormalImage">
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   155
							<string key="NSClassName">NSImage</string>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   156
							<string key="NSResourceName">savesButton.png</string>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   157
						</object>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   158
					</object>
3377
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   159
					<object class="IBUIButton" id="818907840">
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   160
						<reference key="NSNextResponder" ref="191373211"/>
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   161
						<int key="NSvFlags">292</int>
4244
bf46b4bdf27d iphone interface
koda
parents: 4008
diff changeset
   162
						<string key="NSFrame">{{20, 19}, {18, 19}}</string>
3377
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   163
						<reference key="NSSuperview" ref="191373211"/>
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   164
						<bool key="IBUIOpaque">NO</bool>
3996
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   165
						<float key="IBUIAlpha">0.5</float>
3377
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   166
						<int key="IBUITag">3</int>
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   167
						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   168
						<int key="IBUIContentHorizontalAlignment">0</int>
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   169
						<int key="IBUIContentVerticalAlignment">0</int>
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   170
						<reference key="IBUIFont" ref="917635782"/>
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   171
						<int key="IBUIButtonType">3</int>
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   172
						<bool key="IBUIShowsTouchWhenHighlighted">YES</bool>
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   173
						<reference key="IBUIHighlightedTitleColor" ref="918890028"/>
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   174
						<object class="NSColor" key="IBUINormalTitleColor">
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   175
							<int key="NSColorSpace">1</int>
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   176
							<bytes key="NSRGB">MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA</bytes>
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   177
						</object>
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   178
						<reference key="IBUINormalTitleShadowColor" ref="112471976"/>
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   179
					</object>
6094
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   180
					<object class="IBUIButton" id="629390161">
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   181
						<reference key="NSNextResponder" ref="191373211"/>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   182
						<int key="NSvFlags">292</int>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   183
						<string key="NSFrame">{{439, 13}, {29, 31}}</string>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   184
						<reference key="NSSuperview" ref="191373211"/>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   185
						<bool key="IBUIOpaque">NO</bool>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   186
						<int key="IBUITag">5</int>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   187
						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   188
						<int key="IBUIContentHorizontalAlignment">0</int>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   189
						<int key="IBUIContentVerticalAlignment">0</int>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   190
						<reference key="IBUIFont" ref="917635782"/>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   191
						<int key="IBUIButtonType">2</int>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   192
						<reference key="IBUIHighlightedTitleColor" ref="918890028"/>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   193
						<object class="NSColor" key="IBUINormalTitleColor">
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   194
							<int key="NSColorSpace">1</int>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   195
							<bytes key="NSRGB">MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA</bytes>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   196
						</object>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   197
						<reference key="IBUINormalTitleShadowColor" ref="112471976"/>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   198
					</object>
6719
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   199
					<object class="IBUIButton" id="274540289">
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   200
						<reference key="NSNextResponder" ref="191373211"/>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   201
						<int key="NSvFlags">292</int>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   202
						<string key="NSFrame">{{439, 68}, {29, 31}}</string>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   203
						<reference key="NSSuperview" ref="191373211"/>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   204
						<bool key="IBUIOpaque">NO</bool>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   205
						<int key="IBUITag">6</int>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   206
						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   207
						<int key="IBUIContentHorizontalAlignment">0</int>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   208
						<int key="IBUIContentVerticalAlignment">0</int>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   209
						<reference key="IBUIFont" ref="917635782"/>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   210
						<int key="IBUIButtonType">2</int>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   211
						<reference key="IBUIHighlightedTitleColor" ref="918890028"/>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   212
						<object class="NSColor" key="IBUINormalTitleColor">
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   213
							<int key="NSColorSpace">1</int>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   214
							<bytes key="NSRGB">MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA</bytes>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   215
						</object>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   216
						<reference key="IBUINormalTitleShadowColor" ref="112471976"/>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   217
					</object>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   218
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   219
				<string key="NSFrameSize">{480, 320}</string>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   220
				<reference key="NSSuperview"/>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   221
				<object class="NSColor" key="IBUIBackgroundColor">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   222
					<int key="NSColorSpace">1</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   223
					<bytes key="NSRGB">MCAwIDAAA</bytes>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   224
				</object>
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3514
diff changeset
   225
				<object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
a8aa06bae895 tiy new overlay graphics
koda
parents: 3514
diff changeset
   226
					<int key="interfaceOrientation">3</int>
a8aa06bae895 tiy new overlay graphics
koda
parents: 3514
diff changeset
   227
				</object>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   228
				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   229
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   230
		</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   231
		<object class="IBObjectContainer" key="IBDocument.Objects">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   232
			<object class="NSMutableArray" key="connectionRecords">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   233
				<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   234
				<object class="IBConnectionRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   235
					<object class="IBCocoaTouchOutletConnection" key="connection">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   236
						<string key="label">view</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   237
						<reference key="source" ref="372490531"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   238
						<reference key="destination" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   239
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   240
					<int key="connectionID">3</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   241
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   242
				<object class="IBConnectionRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   243
					<object class="IBCocoaTouchEventConnection" key="connection">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   244
						<string key="label">switchViews:</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   245
						<reference key="source" ref="753723574"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   246
						<reference key="destination" ref="372490531"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   247
						<int key="IBEventType">7</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   248
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   249
					<int key="connectionID">30</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   250
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   251
				<object class="IBConnectionRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   252
					<object class="IBCocoaTouchEventConnection" key="connection">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   253
						<string key="label">switchViews:</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   254
						<reference key="source" ref="124270424"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   255
						<reference key="destination" ref="372490531"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   256
						<int key="IBEventType">7</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   257
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   258
					<int key="connectionID">40</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   259
				</object>
3377
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   260
				<object class="IBConnectionRecord">
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   261
					<object class="IBCocoaTouchEventConnection" key="connection">
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   262
						<string key="label">switchViews:</string>
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   263
						<reference key="source" ref="818907840"/>
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   264
						<reference key="destination" ref="372490531"/>
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   265
						<int key="IBEventType">7</int>
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   266
					</object>
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   267
					<int key="connectionID">42</int>
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   268
				</object>
3996
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   269
				<object class="IBConnectionRecord">
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   270
					<object class="IBCocoaTouchEventConnection" key="connection">
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   271
						<string key="label">switchViews:</string>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   272
						<reference key="source" ref="705508539"/>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   273
						<reference key="destination" ref="372490531"/>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   274
						<int key="IBEventType">7</int>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   275
					</object>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   276
					<int key="connectionID">44</int>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   277
				</object>
6094
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   278
				<object class="IBConnectionRecord">
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   279
					<object class="IBCocoaTouchEventConnection" key="connection">
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   280
						<string key="label">switchViews:</string>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   281
						<reference key="source" ref="629390161"/>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   282
						<reference key="destination" ref="372490531"/>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   283
						<int key="IBEventType">7</int>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   284
					</object>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   285
					<int key="connectionID">47</int>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   286
				</object>
6719
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   287
				<object class="IBConnectionRecord">
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   288
					<object class="IBCocoaTouchEventConnection" key="connection">
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   289
						<string key="label">switchViews:</string>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   290
						<reference key="source" ref="274540289"/>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   291
						<reference key="destination" ref="372490531"/>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   292
						<int key="IBEventType">7</int>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   293
					</object>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   294
					<int key="connectionID">49</int>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   295
				</object>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   296
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   297
			<object class="IBMutableOrderedSet" key="objectRecords">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   298
				<object class="NSArray" key="orderedObjects">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   299
					<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   300
					<object class="IBObjectRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   301
						<int key="objectID">0</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   302
						<reference key="object" ref="0"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   303
						<reference key="children" ref="1000"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   304
						<nil key="parent"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   305
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   306
					<object class="IBObjectRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   307
						<int key="objectID">1</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   308
						<reference key="object" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   309
						<object class="NSMutableArray" key="children">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   310
							<bool key="EncodedWithXMLCoder">YES</bool>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   311
							<reference ref="249993817"/>
4352
5a7b02cadc68 update graphics names, path, resolution, content...
koda
parents: 4244
diff changeset
   312
							<reference ref="818907840"/>
3781
2bfda544ae48 modified file format for schemes files (which is going to introduce a lot of pre-release bugs, i'm sure)
koda
parents: 3635
diff changeset
   313
							<reference ref="171108356"/>
4008
d87619de120d fix an annoying bug that didn't allow returning to the ifrontend
koda
parents: 3996
diff changeset
   314
							<reference ref="705508539"/>
4244
bf46b4bdf27d iphone interface
koda
parents: 4008
diff changeset
   315
							<reference ref="753723574"/>
4362
8dae325dc625 added missing graphics and fixed some glitches/crashes/bugs
koda
parents: 4352
diff changeset
   316
							<reference ref="124270424"/>
6094
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   317
							<reference ref="629390161"/>
6719
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   318
							<reference ref="274540289"/>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   319
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   320
						<reference key="parent" ref="0"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   321
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   322
					<object class="IBObjectRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   323
						<int key="objectID">-1</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   324
						<reference key="object" ref="372490531"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   325
						<reference key="parent" ref="0"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   326
						<string key="objectName">File's Owner</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   327
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   328
					<object class="IBObjectRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   329
						<int key="objectID">-2</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   330
						<reference key="object" ref="975951072"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   331
						<reference key="parent" ref="0"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   332
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   333
					<object class="IBObjectRecord">
4244
bf46b4bdf27d iphone interface
koda
parents: 4008
diff changeset
   334
						<int key="objectID">23</int>
bf46b4bdf27d iphone interface
koda
parents: 4008
diff changeset
   335
						<reference key="object" ref="171108356"/>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   336
						<reference key="parent" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   337
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   338
					<object class="IBObjectRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   339
						<int key="objectID">22</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   340
						<reference key="object" ref="249993817"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   341
						<reference key="parent" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   342
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   343
					<object class="IBObjectRecord">
4244
bf46b4bdf27d iphone interface
koda
parents: 4008
diff changeset
   344
						<int key="objectID">41</int>
bf46b4bdf27d iphone interface
koda
parents: 4008
diff changeset
   345
						<reference key="object" ref="818907840"/>
bf46b4bdf27d iphone interface
koda
parents: 4008
diff changeset
   346
						<reference key="parent" ref="191373211"/>
bf46b4bdf27d iphone interface
koda
parents: 4008
diff changeset
   347
					</object>
bf46b4bdf27d iphone interface
koda
parents: 4008
diff changeset
   348
					<object class="IBObjectRecord">
bf46b4bdf27d iphone interface
koda
parents: 4008
diff changeset
   349
						<int key="objectID">43</int>
bf46b4bdf27d iphone interface
koda
parents: 4008
diff changeset
   350
						<reference key="object" ref="705508539"/>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   351
						<reference key="parent" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   352
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   353
					<object class="IBObjectRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   354
						<int key="objectID">24</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   355
						<reference key="object" ref="124270424"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   356
						<reference key="parent" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   357
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   358
					<object class="IBObjectRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   359
						<int key="objectID">28</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   360
						<reference key="object" ref="753723574"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   361
						<reference key="parent" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   362
					</object>
6094
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   363
					<object class="IBObjectRecord">
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   364
						<int key="objectID">46</int>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   365
						<reference key="object" ref="629390161"/>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   366
						<reference key="parent" ref="191373211"/>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   367
					</object>
6719
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   368
					<object class="IBObjectRecord">
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   369
						<int key="objectID">48</int>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   370
						<reference key="object" ref="274540289"/>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   371
						<reference key="parent" ref="191373211"/>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   372
					</object>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   373
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   374
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   375
			<object class="NSMutableDictionary" key="flattenedProperties">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   376
				<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   377
				<object class="NSArray" key="dict.sortedKeys">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   378
					<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   379
					<string>-1.CustomClassName</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   380
					<string>-2.CustomClassName</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   381
					<string>1.IBEditorWindowLastContentRect</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   382
					<string>1.IBPluginDependency</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   383
					<string>22.IBPluginDependency</string>
4244
bf46b4bdf27d iphone interface
koda
parents: 4008
diff changeset
   384
					<string>22.IBViewBoundsToFrameTransform</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   385
					<string>23.IBPluginDependency</string>
3996
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   386
					<string>23.IBViewBoundsToFrameTransform</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   387
					<string>24.IBPluginDependency</string>
3996
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   388
					<string>24.IBViewBoundsToFrameTransform</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   389
					<string>28.IBPluginDependency</string>
3996
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   390
					<string>28.IBViewBoundsToFrameTransform</string>
3377
a3f0849f26bc add option to look at the previous debug log
koda
parents: 3340
diff changeset
   391
					<string>41.IBPluginDependency</string>
3996
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   392
					<string>41.IBViewBoundsToFrameTransform</string>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   393
					<string>43.IBPluginDependency</string>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   394
					<string>43.IBViewBoundsToFrameTransform</string>
6094
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   395
					<string>46.IBPluginDependency</string>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   396
					<string>46.IBViewBoundsToFrameTransform</string>
6719
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   397
					<string>48.IBPluginDependency</string>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   398
					<string>48.IBViewBoundsToFrameTransform</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   399
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   400
				<object class="NSMutableArray" key="dict.values">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   401
					<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   402
					<string>MainMenuViewController</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   403
					<string>UIResponder</string>
4244
bf46b4bdf27d iphone interface
koda
parents: 4008
diff changeset
   404
					<string>{{517, 519}, {480, 320}}</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   405
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   406
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
3996
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   407
					<object class="NSAffineTransform">
4244
bf46b4bdf27d iphone interface
koda
parents: 4008
diff changeset
   408
						<bytes key="NSTransformStruct">P4AAAL+AAAAAAAAAw5UAAA</bytes>
3996
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   409
					</object>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   410
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
3996
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   411
					<object class="NSAffineTransform">
4352
5a7b02cadc68 update graphics names, path, resolution, content...
koda
parents: 4244
diff changeset
   412
						<bytes key="NSTransformStruct">P4AAAL+AAABCygAAwzcAAA</bytes>
3996
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   413
					</object>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   414
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   415
					<object class="NSAffineTransform">
4362
8dae325dc625 added missing graphics and fixed some glitches/crashes/bugs
koda
parents: 4352
diff changeset
   416
						<bytes key="NSTransformStruct">P4AAAL+AAABDPgAAw5UAAA</bytes>
3996
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   417
					</object>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   418
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
3996
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   419
					<object class="NSAffineTransform">
4352
5a7b02cadc68 update graphics names, path, resolution, content...
koda
parents: 4244
diff changeset
   420
						<bytes key="NSTransformStruct">P4AAAL+AAABDxgAAw5iAAA</bytes>
4008
d87619de120d fix an annoying bug that didn't allow returning to the ifrontend
koda
parents: 3996
diff changeset
   421
					</object>
d87619de120d fix an annoying bug that didn't allow returning to the ifrontend
koda
parents: 3996
diff changeset
   422
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
d87619de120d fix an annoying bug that didn't allow returning to the ifrontend
koda
parents: 3996
diff changeset
   423
					<object class="NSAffineTransform">
4244
bf46b4bdf27d iphone interface
koda
parents: 4008
diff changeset
   424
						<bytes key="NSTransformStruct">P4AAAL+AAABBcAAAwhAAAA</bytes>
3996
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   425
					</object>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   426
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
3996
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   427
					<object class="NSAffineTransform">
4352
5a7b02cadc68 update graphics names, path, resolution, content...
koda
parents: 4244
diff changeset
   428
						<bytes key="NSTransformStruct">P4AAAL+AAABBoAAAw5iAAA</bytes>
3996
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   429
					</object>
6094
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   430
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   431
					<object class="NSAffineTransform">
6719
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   432
						<bytes key="NSTransformStruct">AUPbgABBUAAAA</bytes>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   433
					</object>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   434
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   435
					<object class="NSAffineTransform">
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   436
						<bytes key="NSTransformStruct">P4AAAL+AAABD3gAAwjwAAA</bytes>
6094
16b12a6417d1 added iphone interface for missions/trainings page, setters/getters unlocked
koda
parents: 5976
diff changeset
   437
					</object>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   438
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   439
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   440
			<object class="NSMutableDictionary" key="unlocalizedProperties">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   441
				<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   442
				<reference key="dict.sortedKeys" ref="0"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   443
				<object class="NSMutableArray" key="dict.values">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   444
					<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   445
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   446
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   447
			<nil key="activeLocalization"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   448
			<object class="NSMutableDictionary" key="localizations">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   449
				<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   450
				<reference key="dict.sortedKeys" ref="0"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   451
				<object class="NSMutableArray" key="dict.values">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   452
					<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   453
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   454
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   455
			<nil key="sourceID"/>
6719
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   456
			<int key="maxID">49</int>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   457
		</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   458
		<object class="IBClassDescriber" key="IBDocument.Classes">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   459
			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   460
				<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   461
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   462
					<string key="className">MainMenuViewController</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   463
					<string key="superclassName">UIViewController</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   464
					<object class="NSMutableDictionary" key="actions">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   465
						<string key="NS.key.0">switchViews:</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   466
						<string key="NS.object.0">id</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   467
					</object>
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3514
diff changeset
   468
					<object class="NSMutableDictionary" key="actionInfosByName">
a8aa06bae895 tiy new overlay graphics
koda
parents: 3514
diff changeset
   469
						<string key="NS.key.0">switchViews:</string>
a8aa06bae895 tiy new overlay graphics
koda
parents: 3514
diff changeset
   470
						<object class="IBActionInfo" key="NS.object.0">
a8aa06bae895 tiy new overlay graphics
koda
parents: 3514
diff changeset
   471
							<string key="name">switchViews:</string>
a8aa06bae895 tiy new overlay graphics
koda
parents: 3514
diff changeset
   472
							<string key="candidateClassName">id</string>
a8aa06bae895 tiy new overlay graphics
koda
parents: 3514
diff changeset
   473
						</object>
a8aa06bae895 tiy new overlay graphics
koda
parents: 3514
diff changeset
   474
					</object>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   475
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   476
						<string key="majorKey">IBProjectSource</string>
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3514
diff changeset
   477
						<string key="minorKey">Classes/MainMenuViewController.h</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   478
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   479
				</object>
6719
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   480
				<object class="IBPartialClassDescription">
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   481
					<string key="className">UIButton</string>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   482
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   483
						<string key="majorKey">IBProjectSource</string>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   484
						<string key="minorKey">Classes/ExtraCategories.h</string>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   485
					</object>
d2afc6b2d88e added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda
parents: 6094
diff changeset
   486
				</object>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   487
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   488
			<object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   489
				<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   490
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   491
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   492
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   493
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   494
						<string key="minorKey">Foundation.framework/Headers/NSError.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   495
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   496
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   497
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   498
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   499
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   500
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   501
						<string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   502
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   503
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   504
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   505
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   506
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   507
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   508
						<string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   509
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   510
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   511
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   512
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   513
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   514
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   515
						<string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   516
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   517
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   518
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   519
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   520
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   521
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   522
						<string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   523
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   524
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   525
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   526
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   527
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   528
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   529
						<string key="minorKey">Foundation.framework/Headers/NSObject.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   530
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   531
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   532
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   533
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   534
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   535
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   536
						<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   537
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   538
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   539
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   540
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   541
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   542
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   543
						<string key="minorKey">Foundation.framework/Headers/NSThread.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   544
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   545
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   546
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   547
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   548
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   549
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   550
						<string key="minorKey">Foundation.framework/Headers/NSURL.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   551
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   552
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   553
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   554
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   555
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   556
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   557
						<string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   558
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   559
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   560
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   561
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   562
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   563
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   564
						<string key="minorKey">QuartzCore.framework/Headers/CAAnimation.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   565
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   566
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   567
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   568
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   569
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   570
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   571
						<string key="minorKey">QuartzCore.framework/Headers/CALayer.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   572
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   573
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   574
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   575
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   576
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   577
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   578
						<string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   579
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   580
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   581
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   582
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   583
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   584
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   585
						<string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   586
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   587
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   588
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   589
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   590
					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="238583711">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   591
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   592
						<string key="minorKey">UIKit.framework/Headers/UIResponder.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   593
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   594
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   595
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   596
					<string key="className">UIButton</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   597
					<string key="superclassName">UIControl</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   598
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   599
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   600
						<string key="minorKey">UIKit.framework/Headers/UIButton.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   601
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   602
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   603
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   604
					<string key="className">UIControl</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   605
					<string key="superclassName">UIView</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   606
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   607
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   608
						<string key="minorKey">UIKit.framework/Headers/UIControl.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   609
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   610
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   611
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   612
					<string key="className">UIImageView</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   613
					<string key="superclassName">UIView</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   614
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   615
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   616
						<string key="minorKey">UIKit.framework/Headers/UIImageView.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   617
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   618
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   619
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   620
					<string key="className">UIResponder</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   621
					<string key="superclassName">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   622
					<reference key="sourceIdentifier" ref="238583711"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   623
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   624
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   625
					<string key="className">UISearchBar</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   626
					<string key="superclassName">UIView</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   627
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   628
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   629
						<string key="minorKey">UIKit.framework/Headers/UISearchBar.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   630
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   631
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   632
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   633
					<string key="className">UISearchDisplayController</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   634
					<string key="superclassName">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   635
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   636
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   637
						<string key="minorKey">UIKit.framework/Headers/UISearchDisplayController.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   638
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   639
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   640
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   641
					<string key="className">UIView</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   642
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   643
						<string key="majorKey">IBFrameworkSource</string>
4362
8dae325dc625 added missing graphics and fixed some glitches/crashes/bugs
koda
parents: 4352
diff changeset
   644
						<string key="minorKey">UIKit.framework/Headers/UIPrintFormatter.h</string>
8dae325dc625 added missing graphics and fixed some glitches/crashes/bugs
koda
parents: 4352
diff changeset
   645
					</object>
8dae325dc625 added missing graphics and fixed some glitches/crashes/bugs
koda
parents: 4352
diff changeset
   646
				</object>
8dae325dc625 added missing graphics and fixed some glitches/crashes/bugs
koda
parents: 4352
diff changeset
   647
				<object class="IBPartialClassDescription">
8dae325dc625 added missing graphics and fixed some glitches/crashes/bugs
koda
parents: 4352
diff changeset
   648
					<string key="className">UIView</string>
8dae325dc625 added missing graphics and fixed some glitches/crashes/bugs
koda
parents: 4352
diff changeset
   649
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
8dae325dc625 added missing graphics and fixed some glitches/crashes/bugs
koda
parents: 4352
diff changeset
   650
						<string key="majorKey">IBFrameworkSource</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   651
						<string key="minorKey">UIKit.framework/Headers/UITextField.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   652
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   653
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   654
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   655
					<string key="className">UIView</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   656
					<string key="superclassName">UIResponder</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   657
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   658
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   659
						<string key="minorKey">UIKit.framework/Headers/UIView.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   660
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   661
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   662
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   663
					<string key="className">UIViewController</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   664
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   665
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   666
						<string key="minorKey">UIKit.framework/Headers/UINavigationController.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   667
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   668
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   669
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   670
					<string key="className">UIViewController</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   671
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   672
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   673
						<string key="minorKey">UIKit.framework/Headers/UIPopoverController.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   674
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   675
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   676
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   677
					<string key="className">UIViewController</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   678
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   679
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   680
						<string key="minorKey">UIKit.framework/Headers/UISplitViewController.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   681
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   682
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   683
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   684
					<string key="className">UIViewController</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   685
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   686
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   687
						<string key="minorKey">UIKit.framework/Headers/UITabBarController.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   688
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   689
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   690
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   691
					<string key="className">UIViewController</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   692
					<string key="superclassName">UIResponder</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   693
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   694
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   695
						<string key="minorKey">UIKit.framework/Headers/UIViewController.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   696
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   697
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   698
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   699
		</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   700
		<int key="IBDocument.localizationMode">0</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   701
		<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   702
		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   703
			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
4362
8dae325dc625 added missing graphics and fixed some glitches/crashes/bugs
koda
parents: 4352
diff changeset
   704
			<integer value="1056" key="NS.object.0"/>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   705
		</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   706
		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   707
			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   708
			<integer value="3000" key="NS.object.0"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   709
		</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   710
		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3514
diff changeset
   711
		<string key="IBDocument.LastKnownRelativeProjectPath">../Hedgewars.xcodeproj</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   712
		<int key="IBDocument.defaultPropertyAccessControl">3</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   713
		<object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   714
			<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   715
			<object class="NSArray" key="dict.sortedKeys">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   716
				<bool key="EncodedWithXMLCoder">YES</bool>
4352
5a7b02cadc68 update graphics names, path, resolution, content...
koda
parents: 4244
diff changeset
   717
				<string>background~iphone.png</string>
4362
8dae325dc625 added missing graphics and fixed some glitches/crashes/bugs
koda
parents: 4352
diff changeset
   718
				<string>localplayButton~iphone.png</string>
3996
eb549fd864a5 the ios port is also iphone compatible
koda
parents: 3923
diff changeset
   719
				<string>savesButton.png</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   720
				<string>settingsButton.png</string>
5976
306cedbeb213 fixed several 'retina display' images and added a bunch more (though just from upscaling the normal ones; might be nice to have 'em redrawn at a real higher resolution)
koda
parents: 4362
diff changeset
   721
				<string>title~iphone.png</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   722
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   723
			<object class="NSMutableArray" key="dict.values">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   724
				<bool key="EncodedWithXMLCoder">YES</bool>
4352
5a7b02cadc68 update graphics names, path, resolution, content...
koda
parents: 4244
diff changeset
   725
				<string>{480, 320}</string>
4362
8dae325dc625 added missing graphics and fixed some glitches/crashes/bugs
koda
parents: 4352
diff changeset
   726
				<string>{100, 100}</string>
4244
bf46b4bdf27d iphone interface
koda
parents: 4008
diff changeset
   727
				<string>{64, 64}</string>
4352
5a7b02cadc68 update graphics names, path, resolution, content...
koda
parents: 4244
diff changeset
   728
				<string>{64, 64}</string>
5a7b02cadc68 update graphics names, path, resolution, content...
koda
parents: 4244
diff changeset
   729
				<string>{270, 150}</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   730
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   731
		</object>
4362
8dae325dc625 added missing graphics and fixed some glitches/crashes/bugs
koda
parents: 4352
diff changeset
   732
		<string key="IBCocoaTouchPluginVersion">132</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   733
	</data>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   734
</archive>