cocoaTouch/MainWindow.xib
author koda
Wed, 13 Jan 2010 09:41:35 +0000
changeset 2693 3207e0eacd43
parent 2687 28b8330b8af1
child 2714 c85ffe57d971
permissions -rw-r--r--
GameSetup is now a class, use of NSThread instead of pthreads, game doesn't quit after first execution (but crashes aftewards - the irony)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
     2
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
     3
	<data>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
     4
		<int key="IBDocument.SystemTarget">784</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
     5
		<string key="IBDocument.SystemVersion">10C540</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
     6
		<string key="IBDocument.InterfaceBuilderVersion">740</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
     7
		<string key="IBDocument.AppKitVersion">1038.25</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
     8
		<string key="IBDocument.HIToolboxVersion">458.00</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
     9
		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    10
			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    11
			<string key="NS.object.0">62</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    12
		</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    13
		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    14
			<bool key="EncodedWithXMLCoder">YES</bool>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
    15
			<integer value="13"/>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    16
		</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    17
		<object class="NSArray" key="IBDocument.PluginDependencies">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    18
			<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    19
			<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    20
		</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    21
		<object class="NSMutableDictionary" key="IBDocument.Metadata">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    22
			<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    23
			<object class="NSArray" key="dict.sortedKeys" id="0">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    24
				<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    25
			</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    26
			<object class="NSMutableArray" key="dict.values">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    27
				<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    28
			</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    29
		</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    30
		<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    31
			<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    32
			<object class="IBProxyObject" id="841351856">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    33
				<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    34
			</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    35
			<object class="IBProxyObject" id="427554174">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    36
				<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    37
			</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    38
			<object class="IBUICustomObject" id="664661524"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    39
			<object class="IBUIWindow" id="380026005">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    40
				<nil key="NSNextResponder"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    41
				<int key="NSvFlags">1316</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    42
				<object class="NSPSMatrix" key="NSFrameMatrix"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    43
				<string key="NSFrameSize">{320, 480}</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    44
				<object class="NSColor" key="IBUIBackgroundColor">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    45
					<int key="NSColorSpace">1</int>
2693
3207e0eacd43 GameSetup is now a class, use of NSThread instead of pthreads, game doesn't quit after first execution (but crashes aftewards - the irony)
koda
parents: 2687
diff changeset
    46
					<bytes key="NSRGB">MCAwIDAAA</bytes>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    47
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    48
				<bool key="IBUIOpaque">NO</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    49
				<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    50
				<object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    51
					<int key="IBUIStatusBarStyle">2</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    52
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    53
			</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    54
			<object class="IBUITabBarController" id="949193037">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    55
				<object class="IBUISimulatedTabBarMetrics" key="IBUISimulatedBottomBarMetrics"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    56
				<bool key="IBUIWantsFullScreenLayout">YES</bool>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
    57
				<object class="IBUIViewController" key="IBUISelectedViewController" id="56776854">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
    58
					<string key="IBUITitle">Item 2</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
    59
					<object class="IBUITabBarItem" key="IBUITabBarItem" id="121845716">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
    60
						<int key="IBUITag">1</int>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
    61
						<string key="IBUITitle">Teams</string>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    62
						<object class="NSCustomResource" key="IBUIImage">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    63
							<string key="NSClassName">NSImage</string>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
    64
							<string key="NSResourceName">tabButton2.png</string>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    65
						</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    66
						<reference key="IBUITabBar"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    67
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    68
					<reference key="IBUIParentViewController" ref="949193037"/>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
    69
					<string key="IBUINibName">TeamEditViewController</string>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    70
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    71
				<object class="NSMutableArray" key="IBUIViewControllers">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    72
					<bool key="EncodedWithXMLCoder">YES</bool>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
    73
					<object class="IBUIViewController" id="316666609">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
    74
						<string key="IBUITitle">Item 1</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
    75
						<object class="IBUITabBarItem" key="IBUITabBarItem" id="649951061">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
    76
							<string key="IBUITitle">Main</string>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    77
							<object class="NSCustomResource" key="IBUIImage">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    78
								<string key="NSClassName">NSImage</string>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
    79
								<string key="NSResourceName">tabButton1.png</string>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    80
							</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    81
							<reference key="IBUITabBar"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    82
						</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    83
						<reference key="IBUIParentViewController" ref="949193037"/>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
    84
						<string key="IBUINibName">MainMenuViewController</string>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    85
					</object>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
    86
					<reference ref="56776854"/>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    87
					<object class="IBUIViewController" id="18996086">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    88
						<string key="IBUITitle">Item 3</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    89
						<object class="IBUITabBarItem" key="IBUITabBarItem" id="588275822">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    90
							<int key="IBUITag">2</int>
2682
d4c395f25db2 additional modifications for touch input
koda
parents: 2678
diff changeset
    91
							<string key="IBUITitle">Schemes</string>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    92
							<object class="NSCustomResource" key="IBUIImage">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    93
								<string key="NSClassName">NSImage</string>
2685
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
    94
								<string key="NSResourceName">tabButton3.png</string>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    95
							</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    96
							<reference key="IBUITabBar"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    97
						</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    98
						<reference key="IBUIToolbarItems" ref="0"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
    99
						<reference key="IBUIParentViewController" ref="949193037"/>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   100
						<string key="IBUINibName">SchemeEditViewController</string>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   101
					</object>
2685
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   102
					<object class="IBUIViewController" id="78432802">
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   103
						<string key="IBUITitle">Item 4</string>
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   104
						<object class="IBUITabBarItem" key="IBUITabBarItem" id="457331497">
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   105
							<int key="IBUITag">3</int>
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   106
							<string key="IBUITitle">Settings</string>
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   107
							<object class="NSCustomResource" key="IBUIImage">
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   108
								<string key="NSClassName">NSImage</string>
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   109
								<string key="NSResourceName">tabButton4.png</string>
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   110
							</object>
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   111
							<reference key="IBUITabBar"/>
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   112
						</object>
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   113
						<reference key="IBUIToolbarItems" ref="0"/>
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   114
						<reference key="IBUIParentViewController" ref="949193037"/>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   115
						<string key="IBUINibName">SettingsViewController</string>
2685
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   116
					</object>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   117
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   118
				<object class="IBUITabBar" key="IBUITabBar" id="906583108">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   119
					<nil key="NSNextResponder"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   120
					<int key="NSvFlags">266</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   121
					<string key="NSFrame">{{129, 330}, {163, 49}}</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   122
					<object class="NSColor" key="IBUIBackgroundColor">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   123
						<int key="NSColorSpace">3</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   124
						<bytes key="NSWhite">MCAwAA</bytes>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   125
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   126
					<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   127
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   128
			</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   129
		</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   130
		<object class="IBObjectContainer" key="IBDocument.Objects">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   131
			<object class="NSMutableArray" key="connectionRecords">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   132
				<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   133
				<object class="IBConnectionRecord">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   134
					<object class="IBCocoaTouchOutletConnection" key="connection">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   135
						<string key="label">delegate</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   136
						<reference key="source" ref="841351856"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   137
						<reference key="destination" ref="664661524"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   138
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   139
					<int key="connectionID">4</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   140
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   141
				<object class="IBConnectionRecord">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   142
					<object class="IBCocoaTouchOutletConnection" key="connection">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   143
						<string key="label">controller</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   144
						<reference key="source" ref="664661524"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   145
						<reference key="destination" ref="949193037"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   146
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   147
					<int key="connectionID">23</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   148
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   149
				<object class="IBConnectionRecord">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   150
					<object class="IBCocoaTouchOutletConnection" key="connection">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   151
						<string key="label">window</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   152
						<reference key="source" ref="664661524"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   153
						<reference key="destination" ref="380026005"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   154
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   155
					<int key="connectionID">24</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   156
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   157
			</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   158
			<object class="IBMutableOrderedSet" key="objectRecords">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   159
				<object class="NSArray" key="orderedObjects">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   160
					<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   161
					<object class="IBObjectRecord">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   162
						<int key="objectID">0</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   163
						<reference key="object" ref="0"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   164
						<reference key="children" ref="1000"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   165
						<nil key="parent"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   166
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   167
					<object class="IBObjectRecord">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   168
						<int key="objectID">2</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   169
						<reference key="object" ref="380026005"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   170
						<object class="NSMutableArray" key="children">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   171
							<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   172
						</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   173
						<reference key="parent" ref="0"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   174
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   175
					<object class="IBObjectRecord">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   176
						<int key="objectID">-1</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   177
						<reference key="object" ref="841351856"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   178
						<reference key="parent" ref="0"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   179
						<string key="objectName">File's Owner</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   180
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   181
					<object class="IBObjectRecord">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   182
						<int key="objectID">3</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   183
						<reference key="object" ref="664661524"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   184
						<reference key="parent" ref="0"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   185
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   186
					<object class="IBObjectRecord">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   187
						<int key="objectID">-2</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   188
						<reference key="object" ref="427554174"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   189
						<reference key="parent" ref="0"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   190
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   191
					<object class="IBObjectRecord">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   192
						<int key="objectID">10</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   193
						<reference key="object" ref="949193037"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   194
						<object class="NSMutableArray" key="children">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   195
							<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   196
							<reference ref="906583108"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   197
							<reference ref="316666609"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   198
							<reference ref="56776854"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   199
							<reference ref="18996086"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   200
							<reference ref="78432802"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   201
						</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   202
						<reference key="parent" ref="0"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   203
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   204
					<object class="IBObjectRecord">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   205
						<int key="objectID">11</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   206
						<reference key="object" ref="906583108"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   207
						<reference key="parent" ref="949193037"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   208
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   209
					<object class="IBObjectRecord">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   210
						<int key="objectID">12</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   211
						<reference key="object" ref="316666609"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   212
						<object class="NSMutableArray" key="children">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   213
							<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   214
							<reference ref="649951061"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   215
						</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   216
						<reference key="parent" ref="949193037"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   217
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   218
					<object class="IBObjectRecord">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   219
						<int key="objectID">13</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   220
						<reference key="object" ref="56776854"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   221
						<object class="NSMutableArray" key="children">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   222
							<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   223
							<reference ref="121845716"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   224
						</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   225
						<reference key="parent" ref="949193037"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   226
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   227
					<object class="IBObjectRecord">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   228
						<int key="objectID">14</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   229
						<reference key="object" ref="121845716"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   230
						<reference key="parent" ref="56776854"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   231
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   232
					<object class="IBObjectRecord">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   233
						<int key="objectID">15</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   234
						<reference key="object" ref="649951061"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   235
						<reference key="parent" ref="316666609"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   236
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   237
					<object class="IBObjectRecord">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   238
						<int key="objectID">16</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   239
						<reference key="object" ref="18996086"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   240
						<object class="NSMutableArray" key="children">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   241
							<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   242
							<reference ref="588275822"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   243
						</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   244
						<reference key="parent" ref="949193037"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   245
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   246
					<object class="IBObjectRecord">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   247
						<int key="objectID">17</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   248
						<reference key="object" ref="588275822"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   249
						<reference key="parent" ref="18996086"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   250
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   251
					<object class="IBObjectRecord">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   252
						<int key="objectID">18</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   253
						<reference key="object" ref="78432802"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   254
						<object class="NSMutableArray" key="children">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   255
							<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   256
							<reference ref="457331497"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   257
						</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   258
						<reference key="parent" ref="949193037"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   259
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   260
					<object class="IBObjectRecord">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   261
						<int key="objectID">19</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   262
						<reference key="object" ref="457331497"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   263
						<reference key="parent" ref="78432802"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   264
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   265
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   266
			</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   267
			<object class="NSMutableDictionary" key="flattenedProperties">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   268
				<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   269
				<object class="NSArray" key="dict.sortedKeys">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   270
					<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   271
					<string>-1.CustomClassName</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   272
					<string>-2.CustomClassName</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   273
					<string>10.IBEditorWindowLastContentRect</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   274
					<string>10.IBPluginDependency</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   275
					<string>11.IBPluginDependency</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   276
					<string>12.CustomClassName</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   277
					<string>12.IBPluginDependency</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   278
					<string>13.CustomClassName</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   279
					<string>13.IBPluginDependency</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   280
					<string>14.IBPluginDependency</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   281
					<string>15.IBPluginDependency</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   282
					<string>16.CustomClassName</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   283
					<string>18.CustomClassName</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   284
					<string>2.IBAttributePlaceholdersKey</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   285
					<string>2.IBEditorWindowLastContentRect</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   286
					<string>2.IBPluginDependency</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   287
					<string>3.CustomClassName</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   288
					<string>3.IBPluginDependency</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   289
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   290
				<object class="NSMutableArray" key="dict.values">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   291
					<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   292
					<string>UIApplication</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   293
					<string>UIResponder</string>
2682
d4c395f25db2 additional modifications for touch input
koda
parents: 2678
diff changeset
   294
					<string>{{144, 608}, {320, 480}}</string>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   295
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   296
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
2685
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   297
					<string>MainMenuViewController</string>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   298
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   299
					<string>TeamEditViewController</string>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   300
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   301
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   302
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   303
					<string>SchemeEditViewController</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   304
					<string>SettingsViewController</string>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   305
					<object class="NSMutableDictionary">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   306
						<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   307
						<reference key="dict.sortedKeys" ref="0"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   308
						<object class="NSMutableArray" key="dict.values">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   309
							<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   310
						</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   311
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   312
					<string>{{820, 472}, {320, 480}}</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   313
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   314
					<string>SDLUIKitDelegate</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   315
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   316
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   317
			</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   318
			<object class="NSMutableDictionary" key="unlocalizedProperties">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   319
				<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   320
				<reference key="dict.sortedKeys" ref="0"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   321
				<object class="NSMutableArray" key="dict.values">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   322
					<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   323
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   324
			</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   325
			<nil key="activeLocalization"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   326
			<object class="NSMutableDictionary" key="localizations">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   327
				<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   328
				<reference key="dict.sortedKeys" ref="0"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   329
				<object class="NSMutableArray" key="dict.values">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   330
					<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   331
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   332
			</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   333
			<nil key="sourceID"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   334
			<int key="maxID">24</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   335
		</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   336
		<object class="IBClassDescriber" key="IBDocument.Classes">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   337
			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   338
				<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   339
				<object class="IBPartialClassDescription">
2685
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   340
					<string key="className">MainMenuViewController</string>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   341
					<string key="superclassName">UIViewController</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   342
					<object class="NSMutableDictionary" key="actions">
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   343
						<bool key="EncodedWithXMLCoder">YES</bool>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   344
						<object class="NSArray" key="dict.sortedKeys">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   345
							<bool key="EncodedWithXMLCoder">YES</bool>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   346
							<string>notYetImplemented</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   347
							<string>startPlaying</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   348
						</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   349
						<object class="NSMutableArray" key="dict.values">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   350
							<bool key="EncodedWithXMLCoder">YES</bool>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   351
							<string>id</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   352
							<string>id</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   353
						</object>
2685
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   354
					</object>
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   355
					<object class="NSMutableDictionary" key="outlets">
2682
d4c395f25db2 additional modifications for touch input
koda
parents: 2678
diff changeset
   356
						<bool key="EncodedWithXMLCoder">YES</bool>
d4c395f25db2 additional modifications for touch input
koda
parents: 2678
diff changeset
   357
						<object class="NSArray" key="dict.sortedKeys">
d4c395f25db2 additional modifications for touch input
koda
parents: 2678
diff changeset
   358
							<bool key="EncodedWithXMLCoder">YES</bool>
2685
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   359
							<string>netplayButton</string>
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   360
							<string>passandplayButton</string>
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   361
							<string>storeButton</string>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   362
							<string>versionLabel</string>
2682
d4c395f25db2 additional modifications for touch input
koda
parents: 2678
diff changeset
   363
						</object>
d4c395f25db2 additional modifications for touch input
koda
parents: 2678
diff changeset
   364
						<object class="NSMutableArray" key="dict.values">
d4c395f25db2 additional modifications for touch input
koda
parents: 2678
diff changeset
   365
							<bool key="EncodedWithXMLCoder">YES</bool>
2685
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   366
							<string>UIButton</string>
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   367
							<string>UIButton</string>
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   368
							<string>UIButton</string>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   369
							<string>UILabel</string>
2682
d4c395f25db2 additional modifications for touch input
koda
parents: 2678
diff changeset
   370
						</object>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   371
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   372
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   373
						<string key="majorKey">IBProjectSource</string>
2685
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   374
						<string key="minorKey">../../../hedge.build/trunk/cocoaTouch/MainMenuViewController.h</string>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   375
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   376
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   377
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   378
					<string key="className">SDLUIKitDelegate</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   379
					<string key="superclassName">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   380
					<object class="NSMutableDictionary" key="outlets">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   381
						<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   382
						<object class="NSArray" key="dict.sortedKeys">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   383
							<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   384
							<string>controller</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   385
							<string>window</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   386
						</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   387
						<object class="NSMutableArray" key="dict.values">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   388
							<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   389
							<string>UITabBarController</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   390
							<string>UIWindow</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   391
						</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   392
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   393
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   394
						<string key="majorKey">IBProjectSource</string>
2693
3207e0eacd43 GameSetup is now a class, use of NSThread instead of pthreads, game doesn't quit after first execution (but crashes aftewards - the irony)
koda
parents: 2687
diff changeset
   395
						<string key="minorKey">../../../hedge.build/trunk/cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h</string>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   396
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   397
				</object>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   398
				<object class="IBPartialClassDescription">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   399
					<string key="className">SchemeEditViewController</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   400
					<string key="superclassName">UIViewController</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   401
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   402
						<string key="majorKey">IBProjectSource</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   403
						<string key="minorKey">../../../hedge.build/trunk/cocoaTouch/SchemeEditViewController.h</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   404
					</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   405
				</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   406
				<object class="IBPartialClassDescription">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   407
					<string key="className">SettingsViewController</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   408
					<string key="superclassName">UIViewController</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   409
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   410
						<string key="majorKey">IBProjectSource</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   411
						<string key="minorKey">../../../hedge.build/trunk/cocoaTouch/SettingsViewController.h</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   412
					</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   413
				</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   414
				<object class="IBPartialClassDescription">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   415
					<string key="className">TeamEditViewController</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   416
					<string key="superclassName">UIViewController</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   417
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   418
						<string key="majorKey">IBProjectSource</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   419
						<string key="minorKey">../../../hedge.build/trunk/cocoaTouch/TeamEditViewController.h</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   420
					</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   421
				</object>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   422
			</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   423
			<object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   424
				<bool key="EncodedWithXMLCoder">YES</bool>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   425
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   426
					<string key="className">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   427
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   428
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   429
						<string key="minorKey">Foundation.framework/Headers/NSError.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   430
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   431
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   432
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   433
					<string key="className">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   434
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   435
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   436
						<string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   437
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   438
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   439
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   440
					<string key="className">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   441
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   442
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   443
						<string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   444
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   445
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   446
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   447
					<string key="className">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   448
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   449
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   450
						<string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   451
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   452
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   453
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   454
					<string key="className">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   455
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   456
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   457
						<string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   458
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   459
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   460
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   461
					<string key="className">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   462
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   463
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   464
						<string key="minorKey">Foundation.framework/Headers/NSNetServices.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   465
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   466
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   467
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   468
					<string key="className">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   469
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   470
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   471
						<string key="minorKey">Foundation.framework/Headers/NSObject.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   472
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   473
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   474
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   475
					<string key="className">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   476
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   477
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   478
						<string key="minorKey">Foundation.framework/Headers/NSPort.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   479
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   480
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   481
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   482
					<string key="className">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   483
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   484
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   485
						<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   486
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   487
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   488
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   489
					<string key="className">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   490
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   491
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   492
						<string key="minorKey">Foundation.framework/Headers/NSStream.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   493
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   494
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   495
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   496
					<string key="className">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   497
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   498
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   499
						<string key="minorKey">Foundation.framework/Headers/NSThread.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   500
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   501
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   502
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   503
					<string key="className">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   504
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   505
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   506
						<string key="minorKey">Foundation.framework/Headers/NSURL.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   507
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   508
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   509
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   510
					<string key="className">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   511
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   512
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   513
						<string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   514
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   515
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   516
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   517
					<string key="className">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   518
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   519
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   520
						<string key="minorKey">Foundation.framework/Headers/NSXMLParser.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   521
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   522
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   523
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   524
					<string key="className">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   525
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   526
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   527
						<string key="minorKey">QuartzCore.framework/Headers/CAAnimation.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   528
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   529
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   530
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   531
					<string key="className">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   532
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   533
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   534
						<string key="minorKey">QuartzCore.framework/Headers/CALayer.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   535
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   536
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   537
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   538
					<string key="className">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   539
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   540
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   541
						<string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   542
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   543
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   544
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   545
					<string key="className">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   546
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   547
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   548
						<string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   549
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   550
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   551
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   552
					<string key="className">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   553
					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="186590129">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   554
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   555
						<string key="minorKey">UIKit.framework/Headers/UIResponder.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   556
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   557
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   558
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   559
					<string key="className">UIApplication</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   560
					<string key="superclassName">UIResponder</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   561
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   562
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   563
						<string key="minorKey">UIKit.framework/Headers/UIApplication.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   564
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   565
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   566
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   567
					<string key="className">UIBarItem</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   568
					<string key="superclassName">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   569
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   570
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   571
						<string key="minorKey">UIKit.framework/Headers/UIBarItem.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   572
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   573
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   574
				<object class="IBPartialClassDescription">
2685
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   575
					<string key="className">UIButton</string>
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   576
					<string key="superclassName">UIControl</string>
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   577
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   578
						<string key="majorKey">IBFrameworkSource</string>
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   579
						<string key="minorKey">UIKit.framework/Headers/UIButton.h</string>
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   580
					</object>
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   581
				</object>
0ba746be5d59 frontend images by Tiy, first setup of frontend
koda
parents: 2682
diff changeset
   582
				<object class="IBPartialClassDescription">
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   583
					<string key="className">UIControl</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   584
					<string key="superclassName">UIView</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   585
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   586
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   587
						<string key="minorKey">UIKit.framework/Headers/UIControl.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   588
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   589
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   590
				<object class="IBPartialClassDescription">
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   591
					<string key="className">UILabel</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   592
					<string key="superclassName">UIView</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   593
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   594
						<string key="majorKey">IBFrameworkSource</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   595
						<string key="minorKey">UIKit.framework/Headers/UILabel.h</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   596
					</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   597
				</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents: 2685
diff changeset
   598
				<object class="IBPartialClassDescription">
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   599
					<string key="className">UIResponder</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   600
					<string key="superclassName">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   601
					<reference key="sourceIdentifier" ref="186590129"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   602
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   603
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   604
					<string key="className">UISearchBar</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   605
					<string key="superclassName">UIView</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   606
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   607
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   608
						<string key="minorKey">UIKit.framework/Headers/UISearchBar.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   609
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   610
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   611
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   612
					<string key="className">UISearchDisplayController</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   613
					<string key="superclassName">NSObject</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   614
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   615
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   616
						<string key="minorKey">UIKit.framework/Headers/UISearchDisplayController.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   617
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   618
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   619
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   620
					<string key="className">UITabBar</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   621
					<string key="superclassName">UIView</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   622
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   623
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   624
						<string key="minorKey">UIKit.framework/Headers/UITabBar.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   625
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   626
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   627
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   628
					<string key="className">UITabBarController</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   629
					<string key="superclassName">UIViewController</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   630
					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="779948122">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   631
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   632
						<string key="minorKey">UIKit.framework/Headers/UITabBarController.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   633
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   634
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   635
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   636
					<string key="className">UITabBarItem</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   637
					<string key="superclassName">UIBarItem</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   638
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   639
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   640
						<string key="minorKey">UIKit.framework/Headers/UITabBarItem.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   641
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   642
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   643
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   644
					<string key="className">UIView</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   645
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   646
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   647
						<string key="minorKey">UIKit.framework/Headers/UITextField.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   648
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   649
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   650
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   651
					<string key="className">UIView</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   652
					<string key="superclassName">UIResponder</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   653
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   654
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   655
						<string key="minorKey">UIKit.framework/Headers/UIView.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   656
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   657
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   658
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   659
					<string key="className">UIViewController</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   660
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   661
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   662
						<string key="minorKey">UIKit.framework/Headers/UINavigationController.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   663
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   664
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   665
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   666
					<string key="className">UIViewController</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   667
					<reference key="sourceIdentifier" ref="779948122"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   668
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   669
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   670
					<string key="className">UIViewController</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   671
					<string key="superclassName">UIResponder</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   672
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   673
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   674
						<string key="minorKey">UIKit.framework/Headers/UIViewController.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   675
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   676
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   677
				<object class="IBPartialClassDescription">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   678
					<string key="className">UIWindow</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   679
					<string key="superclassName">UIView</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   680
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   681
						<string key="majorKey">IBFrameworkSource</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   682
						<string key="minorKey">UIKit.framework/Headers/UIWindow.h</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   683
					</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   684
				</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   685
			</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   686
		</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   687
		<int key="IBDocument.localizationMode">0</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   688
		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   689
			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   690
			<integer value="784" key="NS.object.0"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   691
		</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   692
		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   693
			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   694
			<integer value="3100" key="NS.object.0"/>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   695
		</object>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   696
		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
2682
d4c395f25db2 additional modifications for touch input
koda
parents: 2678
diff changeset
   697
		<string key="IBDocument.LastKnownRelativeProjectPath">../../../Documents/xcode/hwengine/hwengine.xcodeproj</string>
2678
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   698
		<int key="IBDocument.defaultPropertyAccessControl">3</int>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   699
		<string key="IBCocoaTouchPluginVersion">3.1</string>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   700
	</data>
334016e8d895 injection of custom code in SDL for iPhone in order to implement our frontend
koda
parents:
diff changeset
   701
</archive>