cocoaTouch/SchemeEditViewController.xib
author nemo
Tue, 16 Mar 2010 04:46:29 +0000
changeset 3002 9bf51d5a8a80
parent 2701 3a8560c00f78
permissions -rw-r--r--
More semi-arbitrary tweaking.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
     2
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
     3
	<data>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
     4
		<int key="IBDocument.SystemTarget">784</int>
2701
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
     5
		<string key="IBDocument.SystemVersion">10C540</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
     6
		<string key="IBDocument.InterfaceBuilderVersion">740</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
     7
		<string key="IBDocument.AppKitVersion">1038.25</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
     8
		<string key="IBDocument.HIToolboxVersion">458.00</string>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
     9
		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    10
			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
2701
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    11
			<string key="NS.object.0">62</string>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    12
		</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    13
		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    14
			<bool key="EncodedWithXMLCoder">YES</bool>
2701
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    15
			<integer value="16"/>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    16
		</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    17
		<object class="NSArray" key="IBDocument.PluginDependencies">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    18
			<bool key="EncodedWithXMLCoder">YES</bool>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    19
			<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    20
		</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    21
		<object class="NSMutableDictionary" key="IBDocument.Metadata">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    22
			<bool key="EncodedWithXMLCoder">YES</bool>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    23
			<object class="NSArray" key="dict.sortedKeys" id="0">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    24
				<bool key="EncodedWithXMLCoder">YES</bool>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    25
			</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    26
			<object class="NSMutableArray" key="dict.values">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    27
				<bool key="EncodedWithXMLCoder">YES</bool>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    28
			</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    29
		</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    30
		<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    31
			<bool key="EncodedWithXMLCoder">YES</bool>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    32
			<object class="IBProxyObject" id="372490531">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    33
				<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    34
			</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    35
			<object class="IBProxyObject" id="975951072">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    36
				<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    37
			</object>
2701
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    38
			<object class="IBUIView" id="774267795">
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    39
				<reference key="NSNextResponder"/>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    40
				<int key="NSvFlags">292</int>
2701
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    41
				<object class="NSMutableArray" key="NSSubviews">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    42
					<bool key="EncodedWithXMLCoder">YES</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    43
					<object class="IBUITableViewCell" id="1022610692">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    44
						<reference key="NSNextResponder" ref="774267795"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    45
						<int key="NSvFlags">292</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    46
						<object class="NSMutableArray" key="NSSubviews">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    47
							<bool key="EncodedWithXMLCoder">YES</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    48
							<object class="IBUIView" id="661185827">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    49
								<reference key="NSNextResponder" ref="1022610692"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    50
								<int key="NSvFlags">256</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    51
								<object class="NSMutableArray" key="NSSubviews">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    52
									<bool key="EncodedWithXMLCoder">YES</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    53
									<object class="IBUISwitch" id="590075064">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    54
										<reference key="NSNextResponder" ref="661185827"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    55
										<int key="NSvFlags">292</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    56
										<string key="NSFrame">{{206, 8}, {94, 27}}</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    57
										<reference key="NSSuperview" ref="661185827"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    58
										<bool key="IBUIOpaque">NO</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    59
										<bool key="IBUIClipsSubviews">YES</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    60
										<bool key="IBUIMultipleTouchEnabled">YES</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    61
										<int key="IBUIContentHorizontalAlignment">0</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    62
										<int key="IBUIContentVerticalAlignment">0</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    63
										<bool key="IBUIOn">YES</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    64
									</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    65
									<object class="IBUILabel" id="56472929">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    66
										<reference key="NSNextResponder" ref="661185827"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    67
										<int key="NSvFlags">292</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    68
										<string key="NSFrame">{{20, 11}, {42, 21}}</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    69
										<reference key="NSSuperview" ref="661185827"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    70
										<bool key="IBUIOpaque">NO</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    71
										<bool key="IBUIClipsSubviews">YES</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    72
										<bool key="IBUIUserInteractionEnabled">NO</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    73
										<string key="IBUIText">Label</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    74
										<object class="NSColor" key="IBUITextColor">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    75
											<int key="NSColorSpace">1</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    76
											<bytes key="NSRGB">MCAwIDAAA</bytes>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    77
										</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    78
										<nil key="IBUIHighlightedColor"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    79
										<int key="IBUIBaselineAdjustment">1</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    80
										<float key="IBUIMinimumFontSize">10</float>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    81
									</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    82
								</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    83
								<string key="NSFrameSize">{320, 43}</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    84
								<reference key="NSSuperview" ref="1022610692"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    85
								<object class="NSColor" key="IBUIBackgroundColor">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    86
									<int key="NSColorSpace">3</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    87
									<bytes key="NSWhite">MCAwAA</bytes>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    88
								</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    89
								<bool key="IBUIOpaque">NO</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    90
								<bool key="IBUIClipsSubviews">YES</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    91
								<int key="IBUIContentMode">4</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    92
								<bool key="IBUIMultipleTouchEnabled">YES</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    93
							</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    94
						</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    95
						<string key="NSFrame">{{0, 208}, {320, 44}}</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    96
						<reference key="NSSuperview" ref="774267795"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    97
						<object class="NSColor" key="IBUIBackgroundColor">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    98
							<int key="NSColorSpace">1</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
    99
							<bytes key="NSRGB">MSAxIDEAA</bytes>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   100
						</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   101
						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   102
						<int key="IBUISeparatorStyle">1</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   103
						<reference key="IBUIContentView" ref="661185827"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   104
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   105
					<object class="IBUIImageView" id="368425340">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   106
						<reference key="NSNextResponder" ref="774267795"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   107
						<int key="NSvFlags">292</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   108
						<string key="NSFrame">{{0, -6}, {320, 443}}</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   109
						<reference key="NSSuperview" ref="774267795"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   110
						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   111
						<int key="IBUIContentMode">4</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   112
						<bool key="IBUIUserInteractionEnabled">NO</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   113
						<object class="NSCustomResource" key="IBUIImage">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   114
							<string key="NSClassName">NSImage</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   115
							<string key="NSResourceName">Background.png</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   116
						</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   117
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   118
					<object class="IBUITableView" id="543517138">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   119
						<reference key="NSNextResponder" ref="774267795"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   120
						<int key="NSvFlags">274</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   121
						<string key="NSFrameSize">{320, 431}</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   122
						<reference key="NSSuperview" ref="774267795"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   123
						<bool key="IBUIOpaque">NO</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   124
						<bool key="IBUIClipsSubviews">YES</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   125
						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   126
						<bool key="IBUIBouncesZoom">NO</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   127
						<int key="IBUIStyle">1</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   128
						<int key="IBUISeparatorStyle">1</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   129
						<int key="IBUISectionIndexMinimumDisplayRowCount">0</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   130
						<bool key="IBUIShowsSelectionImmediatelyOnTouchBegin">YES</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   131
						<float key="IBUIRowHeight">44</float>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   132
						<float key="IBUISectionHeaderHeight">10</float>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   133
						<float key="IBUISectionFooterHeight">10</float>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   134
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   135
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   136
				<string key="NSFrameSize">{320, 431}</string>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   137
				<reference key="NSSuperview"/>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   138
				<object class="NSColor" key="IBUIBackgroundColor">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   139
					<int key="NSColorSpace">3</int>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   140
					<bytes key="NSWhite">MQA</bytes>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   141
					<object class="NSColorSpace" key="NSCustomColorSpace">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   142
						<int key="NSID">2</int>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   143
					</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   144
				</object>
2701
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   145
				<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   146
				<object class="IBUISimulatedTabBarMetrics" key="IBUISimulatedBottomBarMetrics"/>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   147
			</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   148
		</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   149
		<object class="IBObjectContainer" key="IBDocument.Objects">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   150
			<object class="NSMutableArray" key="connectionRecords">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   151
				<bool key="EncodedWithXMLCoder">YES</bool>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   152
				<object class="IBConnectionRecord">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   153
					<object class="IBCocoaTouchOutletConnection" key="connection">
2701
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   154
						<string key="label">cell0</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   155
						<reference key="source" ref="372490531"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   156
						<reference key="destination" ref="1022610692"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   157
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   158
					<int key="connectionID">11</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   159
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   160
				<object class="IBConnectionRecord">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   161
					<object class="IBCocoaTouchOutletConnection" key="connection">
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   162
						<string key="label">view</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   163
						<reference key="source" ref="372490531"/>
2701
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   164
						<reference key="destination" ref="774267795"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   165
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   166
					<int key="connectionID">14</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   167
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   168
				<object class="IBConnectionRecord">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   169
					<object class="IBCocoaTouchOutletConnection" key="connection">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   170
						<string key="label">delegate</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   171
						<reference key="source" ref="543517138"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   172
						<reference key="destination" ref="372490531"/>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   173
					</object>
2701
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   174
					<int key="connectionID">17</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   175
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   176
				<object class="IBConnectionRecord">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   177
					<object class="IBCocoaTouchOutletConnection" key="connection">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   178
						<string key="label">dataSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   179
						<reference key="source" ref="543517138"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   180
						<reference key="destination" ref="372490531"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   181
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   182
					<int key="connectionID">18</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   183
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   184
				<object class="IBConnectionRecord">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   185
					<object class="IBCocoaTouchOutletConnection" key="connection">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   186
						<string key="label">table</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   187
						<reference key="source" ref="372490531"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   188
						<reference key="destination" ref="543517138"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   189
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   190
					<int key="connectionID">19</int>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   191
				</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   192
			</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   193
			<object class="IBMutableOrderedSet" key="objectRecords">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   194
				<object class="NSArray" key="orderedObjects">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   195
					<bool key="EncodedWithXMLCoder">YES</bool>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   196
					<object class="IBObjectRecord">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   197
						<int key="objectID">0</int>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   198
						<reference key="object" ref="0"/>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   199
						<reference key="children" ref="1000"/>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   200
						<nil key="parent"/>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   201
					</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   202
					<object class="IBObjectRecord">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   203
						<int key="objectID">-1</int>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   204
						<reference key="object" ref="372490531"/>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   205
						<reference key="parent" ref="0"/>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   206
						<string key="objectName">File's Owner</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   207
					</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   208
					<object class="IBObjectRecord">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   209
						<int key="objectID">-2</int>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   210
						<reference key="object" ref="975951072"/>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   211
						<reference key="parent" ref="0"/>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   212
					</object>
2701
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   213
					<object class="IBObjectRecord">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   214
						<int key="objectID">13</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   215
						<reference key="object" ref="774267795"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   216
						<object class="NSMutableArray" key="children">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   217
							<bool key="EncodedWithXMLCoder">YES</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   218
							<reference ref="1022610692"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   219
							<reference ref="368425340"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   220
							<reference ref="543517138"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   221
						</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   222
						<reference key="parent" ref="0"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   223
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   224
					<object class="IBObjectRecord">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   225
						<int key="objectID">7</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   226
						<reference key="object" ref="1022610692"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   227
						<object class="NSMutableArray" key="children">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   228
							<bool key="EncodedWithXMLCoder">YES</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   229
							<reference ref="56472929"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   230
							<reference ref="590075064"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   231
						</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   232
						<reference key="parent" ref="774267795"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   233
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   234
					<object class="IBObjectRecord">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   235
						<int key="objectID">10</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   236
						<reference key="object" ref="56472929"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   237
						<reference key="parent" ref="1022610692"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   238
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   239
					<object class="IBObjectRecord">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   240
						<int key="objectID">9</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   241
						<reference key="object" ref="590075064"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   242
						<reference key="parent" ref="1022610692"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   243
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   244
					<object class="IBObjectRecord">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   245
						<int key="objectID">15</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   246
						<reference key="object" ref="368425340"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   247
						<reference key="parent" ref="774267795"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   248
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   249
					<object class="IBObjectRecord">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   250
						<int key="objectID">16</int>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   251
						<reference key="object" ref="543517138"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   252
						<reference key="parent" ref="774267795"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   253
					</object>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   254
				</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   255
			</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   256
			<object class="NSMutableDictionary" key="flattenedProperties">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   257
				<bool key="EncodedWithXMLCoder">YES</bool>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   258
				<object class="NSArray" key="dict.sortedKeys">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   259
					<bool key="EncodedWithXMLCoder">YES</bool>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   260
					<string>-1.CustomClassName</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   261
					<string>-2.CustomClassName</string>
2701
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   262
					<string>10.IBPluginDependency</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   263
					<string>13.IBEditorWindowLastContentRect</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   264
					<string>13.IBPluginDependency</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   265
					<string>15.IBPluginDependency</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   266
					<string>16.IBEditorWindowLastContentRect</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   267
					<string>16.IBPluginDependency</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   268
					<string>7.IBEditorWindowLastContentRect</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   269
					<string>7.IBPluginDependency</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   270
					<string>9.IBPluginDependency</string>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   271
				</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   272
				<object class="NSMutableArray" key="dict.values">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   273
					<bool key="EncodedWithXMLCoder">YES</bool>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   274
					<string>SchemeEditViewController</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   275
					<string>UIResponder</string>
2701
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   276
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   277
					<string>{{465, 427}, {320, 480}}</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   278
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   279
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   280
					<string>{{528, 253}, {320, 431}}</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   281
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   282
					<string>{{685, 423}, {320, 44}}</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   283
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   284
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   285
				</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   286
			</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   287
			<object class="NSMutableDictionary" key="unlocalizedProperties">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   288
				<bool key="EncodedWithXMLCoder">YES</bool>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   289
				<reference key="dict.sortedKeys" ref="0"/>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   290
				<object class="NSMutableArray" key="dict.values">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   291
					<bool key="EncodedWithXMLCoder">YES</bool>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   292
				</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   293
			</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   294
			<nil key="activeLocalization"/>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   295
			<object class="NSMutableDictionary" key="localizations">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   296
				<bool key="EncodedWithXMLCoder">YES</bool>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   297
				<reference key="dict.sortedKeys" ref="0"/>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   298
				<object class="NSMutableArray" key="dict.values">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   299
					<bool key="EncodedWithXMLCoder">YES</bool>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   300
				</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   301
			</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   302
			<nil key="sourceID"/>
2701
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   303
			<int key="maxID">19</int>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   304
		</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   305
		<object class="IBClassDescriber" key="IBDocument.Classes">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   306
			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   307
				<bool key="EncodedWithXMLCoder">YES</bool>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   308
				<object class="IBPartialClassDescription">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   309
					<string key="className">SchemeEditViewController</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   310
					<string key="superclassName">UIViewController</string>
2701
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   311
					<object class="NSMutableDictionary" key="outlets">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   312
						<bool key="EncodedWithXMLCoder">YES</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   313
						<object class="NSArray" key="dict.sortedKeys">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   314
							<bool key="EncodedWithXMLCoder">YES</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   315
							<string>cell0</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   316
							<string>table</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   317
						</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   318
						<object class="NSMutableArray" key="dict.values">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   319
							<bool key="EncodedWithXMLCoder">YES</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   320
							<string>UITableViewCell</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   321
							<string>UITableView</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   322
						</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   323
					</object>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   324
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   325
						<string key="majorKey">IBProjectSource</string>
2701
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   326
						<string key="minorKey">../../../hedge.build/trunk/cocoaTouch/SchemeEditViewController.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   327
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   328
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   329
			</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   330
			<object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   331
				<bool key="EncodedWithXMLCoder">YES</bool>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   332
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   333
					<string key="className">NSObject</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   334
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   335
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   336
						<string key="minorKey">Foundation.framework/Headers/NSError.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   337
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   338
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   339
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   340
					<string key="className">NSObject</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   341
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   342
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   343
						<string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   344
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   345
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   346
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   347
					<string key="className">NSObject</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   348
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   349
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   350
						<string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   351
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   352
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   353
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   354
					<string key="className">NSObject</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   355
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   356
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   357
						<string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   358
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   359
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   360
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   361
					<string key="className">NSObject</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   362
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   363
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   364
						<string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   365
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   366
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   367
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   368
					<string key="className">NSObject</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   369
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   370
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   371
						<string key="minorKey">Foundation.framework/Headers/NSNetServices.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   372
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   373
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   374
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   375
					<string key="className">NSObject</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   376
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   377
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   378
						<string key="minorKey">Foundation.framework/Headers/NSObject.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   379
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   380
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   381
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   382
					<string key="className">NSObject</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   383
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   384
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   385
						<string key="minorKey">Foundation.framework/Headers/NSPort.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   386
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   387
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   388
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   389
					<string key="className">NSObject</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   390
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   391
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   392
						<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   393
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   394
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   395
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   396
					<string key="className">NSObject</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   397
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   398
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   399
						<string key="minorKey">Foundation.framework/Headers/NSStream.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   400
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   401
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   402
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   403
					<string key="className">NSObject</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   404
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   405
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   406
						<string key="minorKey">Foundation.framework/Headers/NSThread.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   407
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   408
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   409
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   410
					<string key="className">NSObject</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   411
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   412
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   413
						<string key="minorKey">Foundation.framework/Headers/NSURL.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   414
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   415
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   416
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   417
					<string key="className">NSObject</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   418
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   419
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   420
						<string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   421
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   422
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   423
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   424
					<string key="className">NSObject</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   425
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   426
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   427
						<string key="minorKey">Foundation.framework/Headers/NSXMLParser.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   428
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   429
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   430
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   431
					<string key="className">NSObject</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   432
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   433
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   434
						<string key="minorKey">QuartzCore.framework/Headers/CAAnimation.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   435
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   436
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   437
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   438
					<string key="className">NSObject</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   439
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   440
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   441
						<string key="minorKey">QuartzCore.framework/Headers/CALayer.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   442
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   443
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   444
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   445
					<string key="className">NSObject</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   446
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   447
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   448
						<string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   449
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   450
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   451
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   452
					<string key="className">NSObject</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   453
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   454
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   455
						<string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   456
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   457
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   458
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   459
					<string key="className">NSObject</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   460
					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="106704389">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   461
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   462
						<string key="minorKey">UIKit.framework/Headers/UIResponder.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   463
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   464
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   465
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   466
					<string key="className">UIControl</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   467
					<string key="superclassName">UIView</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   468
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   469
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   470
						<string key="minorKey">UIKit.framework/Headers/UIControl.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   471
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   472
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   473
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   474
					<string key="className">UIImageView</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   475
					<string key="superclassName">UIView</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   476
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   477
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   478
						<string key="minorKey">UIKit.framework/Headers/UIImageView.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   479
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   480
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   481
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   482
					<string key="className">UILabel</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   483
					<string key="superclassName">UIView</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   484
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   485
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   486
						<string key="minorKey">UIKit.framework/Headers/UILabel.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   487
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   488
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   489
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   490
					<string key="className">UIResponder</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   491
					<string key="superclassName">NSObject</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   492
					<reference key="sourceIdentifier" ref="106704389"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   493
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   494
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   495
					<string key="className">UIScrollView</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   496
					<string key="superclassName">UIView</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   497
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   498
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   499
						<string key="minorKey">UIKit.framework/Headers/UIScrollView.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   500
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   501
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   502
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   503
					<string key="className">UISearchBar</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   504
					<string key="superclassName">UIView</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   505
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   506
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   507
						<string key="minorKey">UIKit.framework/Headers/UISearchBar.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   508
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   509
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   510
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   511
					<string key="className">UISearchDisplayController</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   512
					<string key="superclassName">NSObject</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   513
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   514
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   515
						<string key="minorKey">UIKit.framework/Headers/UISearchDisplayController.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   516
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   517
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   518
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   519
					<string key="className">UISwitch</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   520
					<string key="superclassName">UIControl</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   521
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   522
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   523
						<string key="minorKey">UIKit.framework/Headers/UISwitch.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   524
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   525
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   526
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   527
					<string key="className">UITableView</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   528
					<string key="superclassName">UIScrollView</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   529
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   530
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   531
						<string key="minorKey">UIKit.framework/Headers/UITableView.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   532
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   533
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   534
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   535
					<string key="className">UITableViewCell</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   536
					<string key="superclassName">UIView</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   537
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   538
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   539
						<string key="minorKey">UIKit.framework/Headers/UITableViewCell.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   540
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   541
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   542
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   543
					<string key="className">UIView</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   544
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   545
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   546
						<string key="minorKey">UIKit.framework/Headers/UITextField.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   547
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   548
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   549
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   550
					<string key="className">UIView</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   551
					<string key="superclassName">UIResponder</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   552
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   553
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   554
						<string key="minorKey">UIKit.framework/Headers/UIView.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   555
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   556
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   557
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   558
					<string key="className">UIViewController</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   559
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   560
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   561
						<string key="minorKey">UIKit.framework/Headers/UINavigationController.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   562
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   563
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   564
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   565
					<string key="className">UIViewController</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   566
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   567
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   568
						<string key="minorKey">UIKit.framework/Headers/UITabBarController.h</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   569
					</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   570
				</object>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   571
				<object class="IBPartialClassDescription">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   572
					<string key="className">UIViewController</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   573
					<string key="superclassName">UIResponder</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   574
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   575
						<string key="majorKey">IBFrameworkSource</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   576
						<string key="minorKey">UIKit.framework/Headers/UIViewController.h</string>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   577
					</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   578
				</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   579
			</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   580
		</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   581
		<int key="IBDocument.localizationMode">0</int>
2701
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   582
		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   583
			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   584
			<integer value="784" key="NS.object.0"/>
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   585
		</object>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   586
		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   587
			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   588
			<integer value="3000" key="NS.object.0"/>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   589
		</object>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   590
		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
2701
3a8560c00f78 settings tab has now a very nice iphone-like interface
koda
parents: 2687
diff changeset
   591
		<string key="IBDocument.LastKnownRelativeProjectPath">../../../Documents/xcode/hwengine/hwengine.xcodeproj</string>
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   592
		<int key="IBDocument.defaultPropertyAccessControl">3</int>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   593
		<string key="IBCocoaTouchPluginVersion">3.1</string>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   594
	</data>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
   595
</archive>