add option to look at the previous debug log
authorkoda
Thu, 29 Apr 2010 18:53:22 +0000
changeset 3377 a3f0849f26bc
parent 3376 faee68a28b82
child 3378 4f2185ed8ca8
add option to look at the previous debug log finally remove duplicate project file
cocoaTouch/MainMenuViewController.m
cocoaTouch/TeamConfigViewController.m
cocoaTouch/otherSrc/CommodityFunctions.h
cocoaTouch/xib/MainMenuViewController-iPad.xib
cocoaTouch/xib/MainMenuViewController-iPhone.xib
hedgewars/uMisc.pas
project_files/HedgewarsMobile/HedgewarsMobile.xcodeproj/default.mode1v3
project_files/HedgewarsMobile/HedgewarsMobile.xcodeproj/default.pbxuser
project_files/HedgewarsMobile/HedgewarsMobile.xcodeproj/project.pbxproj
--- a/cocoaTouch/MainMenuViewController.m	Thu Apr 29 17:21:10 2010 +0000
+++ b/cocoaTouch/MainMenuViewController.m	Thu Apr 29 18:53:22 2010 +0000
@@ -128,6 +128,7 @@
     UIButton *button = (UIButton *)sender;
     UIAlertView *alert;
     NSString *configNibName;
+    NSString *debugStr;
     
     switch (button.tag) {
         case 0:
@@ -155,6 +156,21 @@
             
             [self presentModalViewController:splitRootViewController animated:YES];
             break;
+        case 3:
+            debugStr = [[NSString alloc] initWithContentsOfFile:DEBUG_FILE()];
+            UITextView *scroll = [[UITextView alloc] initWithFrame:CGRectMake(0, 0, self.view.frame.size.height, self.view.frame.size.width)];
+            scroll.text = debugStr;
+            [debugStr release];
+            scroll.editable = NO;
+            
+            UIButton *btn = [UIButton buttonWithType:UIButtonTypeCustom];
+            [btn addTarget:scroll action:@selector(removeFromSuperview) forControlEvents:UIControlEventTouchUpInside];
+            btn.backgroundColor = [UIColor blackColor];
+            btn.frame = CGRectMake(self.view.frame.size.height-70, 0, 70, 70);
+            [scroll addSubview:btn];
+            [self.view addSubview:scroll];
+            [scroll release];
+            break;
         default:
             alert = [[UIAlertView alloc] initWithTitle:@"Not Yet Implemented"
                                                message:@"Sorry, this feature is not yet implemented"
--- a/cocoaTouch/TeamConfigViewController.m	Thu Apr 29 17:21:10 2010 +0000
+++ b/cocoaTouch/TeamConfigViewController.m	Thu Apr 29 18:53:22 2010 +0000
@@ -25,7 +25,6 @@
     
     CGSize screenSize = [[UIScreen mainScreen] bounds].size;
     self.view.frame = CGRectMake(0, 0, screenSize.height, screenSize.width - 44);
-    self.tableView.backgroundColor = [UIColor redColor];
 }
 
 -(void) viewWillAppear:(BOOL)animated {
--- a/cocoaTouch/otherSrc/CommodityFunctions.h	Thu Apr 29 17:21:10 2010 +0000
+++ b/cocoaTouch/otherSrc/CommodityFunctions.h	Thu Apr 29 18:53:22 2010 +0000
@@ -15,6 +15,8 @@
                                  objectAtIndex:0] stringByAppendingString:@"/settings.plist"]
 #define GAMECONFIG_FILE()       [[NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) \
                                  objectAtIndex:0] stringByAppendingString:@"/gameconfig.plist"]
+#define DEBUG_FILE()            [[NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) \
+                                 objectAtIndex:0] stringByAppendingString:@"/debug.txt"]
 
 #define TEAMS_DIRECTORY()       [[NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) \
                                  objectAtIndex:0] stringByAppendingString:@"/Teams/"]
--- a/cocoaTouch/xib/MainMenuViewController-iPad.xib	Thu Apr 29 17:21:10 2010 +0000
+++ b/cocoaTouch/xib/MainMenuViewController-iPad.xib	Thu Apr 29 18:53:22 2010 +0000
@@ -124,10 +124,10 @@
 					<object class="IBUIButton" id="95106947">
 						<reference key="NSNextResponder" ref="191373211"/>
 						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{279, 591}, {18, 19}}</string>
+						<string key="NSFrame">{{175, 600}, {18, 19}}</string>
 						<reference key="NSSuperview" ref="191373211"/>
 						<bool key="IBUIOpaque">NO</bool>
-						<int key="IBUITag">2</int>
+						<int key="IBUITag">3</int>
 						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
 						<int key="IBUIContentHorizontalAlignment">0</int>
 						<int key="IBUIContentVerticalAlignment">0</int>
@@ -168,6 +168,28 @@
 						<int key="IBUIBaselineAdjustment">1</int>
 						<float key="IBUIMinimumFontSize">10</float>
 					</object>
+					<object class="IBUIButton" id="898948205">
+						<reference key="NSNextResponder" ref="191373211"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{267, 579}, {72, 62}}</string>
+						<reference key="NSSuperview" ref="191373211"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<int key="IBUITag">2</int>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<int key="IBUIContentHorizontalAlignment">0</int>
+						<int key="IBUIContentVerticalAlignment">0</int>
+						<reference key="IBUIFont" ref="917635782"/>
+						<reference key="IBUIHighlightedTitleColor" ref="918890028"/>
+						<object class="NSColor" key="IBUINormalTitleColor">
+							<int key="NSColorSpace">1</int>
+							<bytes key="NSRGB">MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA</bytes>
+						</object>
+						<reference key="IBUINormalTitleShadowColor" ref="112471976"/>
+						<object class="NSCustomResource" key="IBUINormalImage">
+							<string key="NSClassName">NSImage</string>
+							<string key="NSResourceName">settingsButton.png</string>
+						</object>
+					</object>
 				</object>
 				<string key="NSFrameSize">{1024, 768}</string>
 				<reference key="NSSuperview"/>
@@ -240,11 +262,12 @@
 						<object class="NSMutableArray" key="children">
 							<bool key="EncodedWithXMLCoder">YES</bool>
 							<reference ref="90394251"/>
-							<reference ref="976741091"/>
 							<reference ref="607338789"/>
 							<reference ref="867308721"/>
+							<reference ref="177360137"/>
 							<reference ref="95106947"/>
-							<reference ref="177360137"/>
+							<reference ref="898948205"/>
+							<reference ref="976741091"/>
 						</object>
 						<reference key="parent" ref="0"/>
 					</object>
@@ -260,11 +283,6 @@
 						<reference key="parent" ref="0"/>
 					</object>
 					<object class="IBObjectRecord">
-						<int key="objectID">37</int>
-						<reference key="object" ref="976741091"/>
-						<reference key="parent" ref="191373211"/>
-					</object>
-					<object class="IBObjectRecord">
 						<int key="objectID">38</int>
 						<reference key="object" ref="90394251"/>
 						<reference key="parent" ref="191373211"/>
@@ -291,6 +309,16 @@
 						<reference key="object" ref="177360137"/>
 						<reference key="parent" ref="191373211"/>
 					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">52</int>
+						<reference key="object" ref="898948205"/>
+						<reference key="parent" ref="191373211"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">37</int>
+						<reference key="object" ref="976741091"/>
+						<reference key="parent" ref="191373211"/>
+					</object>
 				</object>
 			</object>
 			<object class="NSMutableDictionary" key="flattenedProperties">
@@ -307,6 +335,7 @@
 					<string>40.IBPluginDependency</string>
 					<string>45.IBPluginDependency</string>
 					<string>50.IBPluginDependency</string>
+					<string>52.IBPluginDependency</string>
 				</object>
 				<object class="NSMutableArray" key="dict.values">
 					<bool key="EncodedWithXMLCoder">YES</bool>
@@ -320,6 +349,7 @@
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
 				</object>
 			</object>
 			<object class="NSMutableDictionary" key="unlocalizedProperties">
@@ -338,7 +368,7 @@
 				</object>
 			</object>
 			<nil key="sourceID"/>
-			<int key="maxID">51</int>
+			<int key="maxID">53</int>
 		</object>
 		<object class="IBClassDescriber" key="IBDocument.Classes">
 			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
@@ -612,7 +642,7 @@
 			<integer value="3000" key="NS.object.0"/>
 		</object>
 		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
-		<string key="IBDocument.LastKnownRelativeProjectPath">../../project_files/HedgewarsMobile/HedgewarsMobile.xcodeproj</string>
+		<string key="IBDocument.LastKnownRelativeProjectPath">../../project_files/HedgewarsMobile/Hedgewars.xcodeproj</string>
 		<int key="IBDocument.defaultPropertyAccessControl">3</int>
 		<object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
 			<bool key="EncodedWithXMLCoder">YES</bool>
@@ -622,6 +652,7 @@
 				<string>HedgewarsTitle.png</string>
 				<string>Multiplayer.png</string>
 				<string>NetworkPlay.png</string>
+				<string>settingsButton.png</string>
 			</object>
 			<object class="NSMutableArray" key="dict.values">
 				<bool key="EncodedWithXMLCoder">YES</bool>
@@ -629,6 +660,7 @@
 				<string>{720, 140}</string>
 				<string>{264, 219}</string>
 				<string>{314, 260}</string>
+				<string>{57, 51}</string>
 			</object>
 		</object>
 		<string key="IBCocoaTouchPluginVersion">87</string>
--- a/cocoaTouch/xib/MainMenuViewController-iPhone.xib	Thu Apr 29 17:21:10 2010 +0000
+++ b/cocoaTouch/xib/MainMenuViewController-iPhone.xib	Thu Apr 29 18:53:22 2010 +0000
@@ -12,6 +12,7 @@
 		</object>
 		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
 			<bool key="EncodedWithXMLCoder">YES</bool>
+			<integer value="1"/>
 		</object>
 		<object class="NSArray" key="IBDocument.PluginDependencies">
 			<bool key="EncodedWithXMLCoder">YES</bool>
@@ -46,7 +47,6 @@
 						<int key="NSvFlags">274</int>
 						<string key="NSFrame">{{0, 21}, {480, 278}}</string>
 						<reference key="NSSuperview" ref="191373211"/>
-						<reference key="NSWindow"/>
 						<object class="NSColor" key="IBUIBackgroundColor">
 							<int key="NSColorSpace">3</int>
 							<bytes key="NSWhite">MCAwAA</bytes>
@@ -64,7 +64,6 @@
 						<int key="NSvFlags">293</int>
 						<string key="NSFrame">{{121, 25}, {240, 52}}</string>
 						<reference key="NSSuperview" ref="191373211"/>
-						<reference key="NSWindow"/>
 						<bool key="IBUIOpaque">NO</bool>
 						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
 						<int key="IBUIContentMode">4</int>
@@ -80,7 +79,6 @@
 						<int key="NSvFlags">289</int>
 						<string key="NSFrame">{{240, 102}, {220, 52}}</string>
 						<reference key="NSSuperview" ref="191373211"/>
-						<reference key="NSWindow"/>
 						<object class="NSColor" key="IBUIBackgroundColor">
 							<int key="NSColorSpace">1</int>
 							<bytes key="NSRGB">MCAwIDAgMAA</bytes>
@@ -117,7 +115,6 @@
 						<int key="NSvFlags">265</int>
 						<string key="NSFrame">{{240, 177}, {220, 52}}</string>
 						<reference key="NSSuperview" ref="191373211"/>
-						<reference key="NSWindow"/>
 						<object class="NSColor" key="IBUIBackgroundColor">
 							<int key="NSColorSpace">1</int>
 							<bytes key="NSRGB">MCAwIDAgMAA</bytes>
@@ -145,7 +142,6 @@
 						<int key="NSvFlags">260</int>
 						<string key="NSFrame">{{12, 144}, {220, 52}}</string>
 						<reference key="NSSuperview" ref="191373211"/>
-						<reference key="NSWindow"/>
 						<object class="NSColor" key="IBUIBackgroundColor">
 							<int key="NSColorSpace">1</int>
 							<bytes key="NSRGB">MCAwIDAgMAA</bytes>
@@ -173,7 +169,6 @@
 						<int key="NSvFlags">292</int>
 						<string key="NSFrame">{{60, 102}, {145, 21}}</string>
 						<reference key="NSSuperview" ref="191373211"/>
-						<reference key="NSWindow"/>
 						<bool key="IBUIOpaque">NO</bool>
 						<bool key="IBUIClipsSubviews">YES</bool>
 						<bool key="IBUIUserInteractionEnabled">NO</bool>
@@ -198,7 +193,6 @@
 						<int key="NSvFlags">269</int>
 						<string key="NSFrame">{{209, 237}, {59, 52}}</string>
 						<reference key="NSSuperview" ref="191373211"/>
-						<reference key="NSWindow"/>
 						<bool key="IBUIOpaque">NO</bool>
 						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
 						<int key="IBUITag">2</int>
@@ -222,7 +216,6 @@
 						<int key="NSvFlags">290</int>
 						<string key="NSFrameSize">{480, 17}</string>
 						<reference key="NSSuperview" ref="191373211"/>
-						<reference key="NSWindow"/>
 						<bool key="IBUIOpaque">NO</bool>
 						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
 						<int key="IBUIContentMode">4</int>
@@ -238,7 +231,6 @@
 						<int key="NSvFlags">266</int>
 						<string key="NSFrame">{{0, 297}, {480, 23}}</string>
 						<reference key="NSSuperview" ref="191373211"/>
-						<reference key="NSWindow"/>
 						<bool key="IBUIOpaque">NO</bool>
 						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
 						<int key="IBUIContentMode">4</int>
@@ -249,10 +241,29 @@
 							<string key="NSResourceName">borderBottom.png</string>
 						</object>
 					</object>
+					<object class="IBUIButton" id="818907840">
+						<reference key="NSNextResponder" ref="191373211"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{20, 270}, {18, 19}}</string>
+						<reference key="NSSuperview" ref="191373211"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<int key="IBUITag">3</int>
+						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+						<int key="IBUIContentHorizontalAlignment">0</int>
+						<int key="IBUIContentVerticalAlignment">0</int>
+						<reference key="IBUIFont" ref="917635782"/>
+						<int key="IBUIButtonType">3</int>
+						<bool key="IBUIShowsTouchWhenHighlighted">YES</bool>
+						<reference key="IBUIHighlightedTitleColor" ref="918890028"/>
+						<object class="NSColor" key="IBUINormalTitleColor">
+							<int key="NSColorSpace">1</int>
+							<bytes key="NSRGB">MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA</bytes>
+						</object>
+						<reference key="IBUINormalTitleShadowColor" ref="112471976"/>
+					</object>
 				</object>
 				<string key="NSFrameSize">{480, 320}</string>
 				<reference key="NSSuperview"/>
-				<reference key="NSWindow"/>
 				<object class="NSColor" key="IBUIBackgroundColor">
 					<int key="NSColorSpace">1</int>
 					<bytes key="NSRGB">MCAwIDAAA</bytes>
@@ -315,6 +326,15 @@
 					</object>
 					<int key="connectionID">40</int>
 				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchEventConnection" key="connection">
+						<string key="label">switchViews:</string>
+						<reference key="source" ref="818907840"/>
+						<reference key="destination" ref="372490531"/>
+						<int key="IBEventType">7</int>
+					</object>
+					<int key="connectionID">42</int>
+				</object>
 			</object>
 			<object class="IBMutableOrderedSet" key="objectRecords">
 				<object class="NSArray" key="orderedObjects">
@@ -339,6 +359,7 @@
 							<reference ref="124270424"/>
 							<reference ref="745970938"/>
 							<reference ref="836337039"/>
+							<reference ref="818907840"/>
 						</object>
 						<reference key="parent" ref="0"/>
 					</object>
@@ -398,6 +419,11 @@
 						<reference key="object" ref="936485487"/>
 						<reference key="parent" ref="191373211"/>
 					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">41</int>
+						<reference key="object" ref="818907840"/>
+						<reference key="parent" ref="191373211"/>
+					</object>
 				</object>
 			</object>
 			<object class="NSMutableDictionary" key="flattenedProperties">
@@ -417,12 +443,14 @@
 					<string>28.IBPluginDependency</string>
 					<string>35.IBPluginDependency</string>
 					<string>36.IBPluginDependency</string>
+					<string>41.IBPluginDependency</string>
 				</object>
 				<object class="NSMutableArray" key="dict.values">
 					<bool key="EncodedWithXMLCoder">YES</bool>
 					<string>MainMenuViewController</string>
 					<string>UIResponder</string>
-					<string>{{75, 599}, {480, 320}}</string>
+					<string>{{432, 461}, {480, 320}}</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
@@ -451,7 +479,7 @@
 				</object>
 			</object>
 			<nil key="sourceID"/>
-			<int key="maxID">40</int>
+			<int key="maxID">42</int>
 		</object>
 		<object class="IBClassDescriber" key="IBDocument.Classes">
 			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
--- a/hedgewars/uMisc.pas	Thu Apr 29 17:21:10 2010 +0000
+++ b/hedgewars/uMisc.pas	Thu Apr 29 18:53:22 2010 +0000
@@ -768,7 +768,8 @@
 {$IFDEF DEBUGFILE}
 {$I-}
 {$IFDEF IPHONEOS}
-    f:= stderr;
+    Assign(f,'../Documents/debug.txt');
+    Rewrite(f);
 {$ELSE}
     if ParamStr(1) <> '' then
         begin
--- a/project_files/HedgewarsMobile/HedgewarsMobile.xcodeproj/default.mode1v3	Thu Apr 29 17:21:10 2010 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1602 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>ActivePerspectiveName</key>
-	<string>Project</string>
-	<key>AllowedModules</key>
-	<array>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>PBXSmartGroupTreeModule</string>
-			<key>Name</key>
-			<string>Groups and Files Outline View</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>PBXNavigatorGroup</string>
-			<key>Name</key>
-			<string>Editor</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>XCTaskListModule</string>
-			<key>Name</key>
-			<string>Task List</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>XCDetailModule</string>
-			<key>Name</key>
-			<string>File and Smart Group Detail Viewer</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>1</string>
-			<key>Module</key>
-			<string>PBXBuildResultsModule</string>
-			<key>Name</key>
-			<string>Detailed Build Results Viewer</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>1</string>
-			<key>Module</key>
-			<string>PBXProjectFindModule</string>
-			<key>Name</key>
-			<string>Project Batch Find Tool</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>XCProjectFormatConflictsModule</string>
-			<key>Name</key>
-			<string>Project Format Conflicts List</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>PBXBookmarksModule</string>
-			<key>Name</key>
-			<string>Bookmarks Tool</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>PBXClassBrowserModule</string>
-			<key>Name</key>
-			<string>Class Browser</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>PBXCVSModule</string>
-			<key>Name</key>
-			<string>Source Code Control Tool</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>PBXDebugBreakpointsModule</string>
-			<key>Name</key>
-			<string>Debug Breakpoints Tool</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>XCDockableInspector</string>
-			<key>Name</key>
-			<string>Inspector</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>PBXOpenQuicklyModule</string>
-			<key>Name</key>
-			<string>Open Quickly Tool</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>1</string>
-			<key>Module</key>
-			<string>PBXDebugSessionModule</string>
-			<key>Name</key>
-			<string>Debugger</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>1</string>
-			<key>Module</key>
-			<string>PBXDebugCLIModule</string>
-			<key>Name</key>
-			<string>Debug Console</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>XCSnapshotModule</string>
-			<key>Name</key>
-			<string>Snapshots Tool</string>
-		</dict>
-	</array>
-	<key>BundlePath</key>
-	<string>/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Versions/A/Resources</string>
-	<key>Description</key>
-	<string>DefaultDescriptionKey</string>
-	<key>DockingSystemVisible</key>
-	<false/>
-	<key>Extension</key>
-	<string>mode1v3</string>
-	<key>FavBarConfig</key>
-	<dict>
-		<key>PBXProjectModuleGUID</key>
-		<string>61798847114AA42600BA94A9</string>
-		<key>XCBarModuleItemNames</key>
-		<dict/>
-		<key>XCBarModuleItems</key>
-		<array/>
-	</dict>
-	<key>FirstTimeWindowDisplayed</key>
-	<false/>
-	<key>Identifier</key>
-	<string>com.apple.perspectives.project.mode1v3</string>
-	<key>MajorVersion</key>
-	<integer>33</integer>
-	<key>MinorVersion</key>
-	<integer>0</integer>
-	<key>Name</key>
-	<string>Default</string>
-	<key>Notifications</key>
-	<array/>
-	<key>OpenEditors</key>
-	<array/>
-	<key>PerspectiveWidths</key>
-	<array>
-		<integer>-1</integer>
-		<integer>-1</integer>
-	</array>
-	<key>Perspectives</key>
-	<array>
-		<dict>
-			<key>ChosenToolbarItems</key>
-			<array>
-				<string>active-platform-popup</string>
-				<string>active-buildstyle-popup</string>
-				<string>active-target-popup</string>
-				<string>active-architecture-popup</string>
-				<string>NSToolbarFlexibleSpaceItem</string>
-				<string>debugger-enable-breakpoints</string>
-				<string>buildOrClean</string>
-				<string>build-and-go</string>
-				<string>com.apple.ide.PBXToolbarStopButton</string>
-			</array>
-			<key>ControllerClassBaseName</key>
-			<string></string>
-			<key>IconName</key>
-			<string>WindowOfProjectWithEditor</string>
-			<key>Identifier</key>
-			<string>perspective.project</string>
-			<key>IsVertical</key>
-			<false/>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>ContentConfiguration</key>
-					<dict>
-						<key>PBXBottomSmartGroupGIDs</key>
-						<array>
-							<string>1C37FBAC04509CD000000102</string>
-							<string>1C37FAAC04509CD000000102</string>
-							<string>1C37FABC05509CD000000102</string>
-							<string>1C37FABC05539CD112110102</string>
-							<string>E2644B35053B69B200211256</string>
-							<string>1C37FABC04509CD000100104</string>
-							<string>1CC0EA4004350EF90044410B</string>
-							<string>1CC0EA4004350EF90041110B</string>
-						</array>
-						<key>PBXProjectModuleGUID</key>
-						<string>1CE0B1FE06471DED0097A5F4</string>
-						<key>PBXProjectModuleLabel</key>
-						<string>Files</string>
-						<key>PBXProjectStructureProvided</key>
-						<string>yes</string>
-						<key>PBXSmartGroupTreeModuleColumnData</key>
-						<dict>
-							<key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
-							<array>
-								<real>248</real>
-							</array>
-							<key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
-							<array>
-								<string>MainColumn</string>
-							</array>
-						</dict>
-						<key>PBXSmartGroupTreeModuleOutlineStateKey_v7</key>
-						<dict>
-							<key>PBXSmartGroupTreeModuleOutlineStateExpansionKey</key>
-							<array>
-								<string>29B97314FDCFA39411CA2CEA</string>
-								<string>080E96DDFE201D6D7F000001</string>
-								<string>61A118481168371400359010</string>
-								<string>29B97317FDCFA39411CA2CEA</string>
-								<string>1C37FABC05509CD000000102</string>
-							</array>
-							<key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
-							<array>
-								<array>
-									<integer>1</integer>
-									<integer>0</integer>
-								</array>
-							</array>
-							<key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
-							<string>{{0, 0}, {248, 558}}</string>
-						</dict>
-						<key>PBXTopSmartGroupGIDs</key>
-						<array/>
-						<key>XCIncludePerspectivesSwitch</key>
-						<true/>
-						<key>XCSharingToken</key>
-						<string>com.apple.Xcode.GFSharingToken</string>
-					</dict>
-					<key>GeometryConfiguration</key>
-					<dict>
-						<key>Frame</key>
-						<string>{{0, 0}, {265, 576}}</string>
-						<key>GroupTreeTableConfiguration</key>
-						<array>
-							<string>MainColumn</string>
-							<real>248</real>
-						</array>
-						<key>RubberWindowFrame</key>
-						<string>156 479 801 617 0 0 1920 1178 </string>
-					</dict>
-					<key>Module</key>
-					<string>PBXSmartGroupTreeModule</string>
-					<key>Proportion</key>
-					<string>265pt</string>
-				</dict>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>PBXProjectModuleGUID</key>
-								<string>1CE0B20306471E060097A5F4</string>
-								<key>PBXProjectModuleLabel</key>
-								<string>SDLh.pas</string>
-								<key>PBXSplitModuleInNavigatorKey</key>
-								<dict>
-									<key>Split0</key>
-									<dict>
-										<key>PBXProjectModuleGUID</key>
-										<string>1CE0B20406471E060097A5F4</string>
-										<key>PBXProjectModuleLabel</key>
-										<string>SDLh.pas</string>
-										<key>_historyCapacity</key>
-										<integer>0</integer>
-										<key>bookmark</key>
-										<string>61C3266E117A15C8001E70B1</string>
-										<key>history</key>
-										<array>
-											<string>6179889D114AA5BD00BA94A9</string>
-											<string>61799342114B297000BA94A9</string>
-											<string>61799343114B297000BA94A9</string>
-											<string>6179937111501D7800BA94A9</string>
-											<string>6179937411501D7800BA94A9</string>
-											<string>6179937511501D7800BA94A9</string>
-											<string>6179938511501FFA00BA94A9</string>
-											<string>6179943111502CEA00BA94A9</string>
-											<string>611FD81F1155111700C2203D</string>
-											<string>611FD8201155111700C2203D</string>
-											<string>611FD95811551C3700C2203D</string>
-											<string>611FD96611551E8000C2203D</string>
-											<string>611FDB6C1155C0B300C2203D</string>
-											<string>611FDB6D1155C0B300C2203D</string>
-											<string>611FDBF71155D39400C2203D</string>
-											<string>61E2F0811156B170002D33C1</string>
-											<string>618AFC07115BE92A003D411B</string>
-											<string>61CE23E7115E49560098C467</string>
-											<string>61CE23FF115E4B290098C467</string>
-											<string>61CE251F115E75A70098C467</string>
-											<string>61CCBE60116135FF00833FE8</string>
-											<string>61CCBF1E116162CA00833FE8</string>
-											<string>61CCBF451161637F00833FE8</string>
-											<string>61CCBF461161637F00833FE8</string>
-											<string>61CCBF471161637F00833FE8</string>
-											<string>61CCBF7B1161657400833FE8</string>
-											<string>61CCBF7C1161657400833FE8</string>
-											<string>61CCBF7E1161657400833FE8</string>
-											<string>61CCBF7F1161657400833FE8</string>
-											<string>61CCBFD11161833800833FE8</string>
-											<string>61CCBFD21161833800833FE8</string>
-											<string>61CCBFD31161833800833FE8</string>
-											<string>61CCBFD41161833800833FE8</string>
-											<string>61CCBFD51161833800833FE8</string>
-											<string>61CCBFD71161833800833FE8</string>
-											<string>61CCBFD91161833800833FE8</string>
-											<string>61CCBFDA1161833800833FE8</string>
-											<string>61CCBFDB1161833800833FE8</string>
-											<string>61CCBFDC1161833800833FE8</string>
-											<string>61697B9E1163478A00CCDF37</string>
-											<string>612D5C451165535400C6D842</string>
-											<string>612D616B1165536300C6D842</string>
-											<string>61430D3D1165551600E2C62D</string>
-											<string>615F1316116561BE002444F2</string>
-											<string>615F134D11656569002444F2</string>
-											<string>615F198C1166A71E002444F2</string>
-											<string>615F198E1166A71E002444F2</string>
-											<string>61CEDB60116ACBBB0067BAFC</string>
-											<string>611B0AC6116B6E8B00112153</string>
-											<string>611B0C42116BAF3A00112153</string>
-											<string>61056377116C0393003C420C</string>
-											<string>610563DF116C15E5003C420C</string>
-											<string>61513435116C1B07001F16D1</string>
-											<string>61513436116C1B07001F16D1</string>
-											<string>6151348C116C2954001F16D1</string>
-											<string>6151348D116C2954001F16D1</string>
-											<string>6151348E116C2954001F16D1</string>
-											<string>6151348F116C2954001F16D1</string>
-											<string>61FE2AE4116D658700F76CDC</string>
-											<string>619C51C6116E42850049FD84</string>
-											<string>619C51CB116E42850049FD84</string>
-											<string>619C51E0116E45820049FD84</string>
-											<string>619C523D116E56330049FD84</string>
-											<string>619C523F116E56330049FD84</string>
-											<string>619C5241116E56330049FD84</string>
-											<string>619C5243116E56330049FD84</string>
-											<string>619C5245116E56330049FD84</string>
-											<string>619C5247116E56330049FD84</string>
-											<string>619C5249116E56330049FD84</string>
-											<string>619C524B116E56330049FD84</string>
-											<string>619C524D116E56330049FD84</string>
-											<string>619C524F116E56330049FD84</string>
-											<string>619C5251116E56330049FD84</string>
-											<string>619C5253116E56330049FD84</string>
-											<string>619C5255116E56330049FD84</string>
-											<string>619C5257116E56330049FD84</string>
-											<string>619C5259116E56330049FD84</string>
-											<string>619C525B116E56330049FD84</string>
-											<string>619C525D116E56330049FD84</string>
-											<string>619C525F116E56330049FD84</string>
-											<string>619C5261116E56330049FD84</string>
-											<string>619C5263116E56330049FD84</string>
-											<string>619C5265116E56330049FD84</string>
-											<string>619C5267116E56330049FD84</string>
-											<string>619C5269116E56330049FD84</string>
-											<string>619C526B116E56330049FD84</string>
-											<string>619C526D116E56330049FD84</string>
-											<string>619C526F116E56330049FD84</string>
-											<string>619C5271116E56330049FD84</string>
-											<string>619C5273116E56330049FD84</string>
-											<string>619C5275116E56330049FD84</string>
-											<string>619C5277116E56330049FD84</string>
-											<string>619C5279116E56330049FD84</string>
-											<string>619C527B116E56330049FD84</string>
-											<string>619C527D116E56330049FD84</string>
-											<string>619C527F116E56330049FD84</string>
-											<string>619C5281116E56330049FD84</string>
-											<string>619C5283116E56330049FD84</string>
-											<string>619C5285116E56330049FD84</string>
-											<string>619C5287116E56330049FD84</string>
-											<string>619C5289116E56330049FD84</string>
-											<string>619C528B116E56330049FD84</string>
-											<string>619C528D116E56330049FD84</string>
-											<string>619C528F116E56330049FD84</string>
-											<string>619C5291116E56330049FD84</string>
-											<string>619C5293116E56330049FD84</string>
-											<string>619C5295116E56330049FD84</string>
-											<string>619C5297116E56330049FD84</string>
-											<string>619C5299116E56330049FD84</string>
-											<string>619C529B116E56330049FD84</string>
-											<string>619C529D116E56330049FD84</string>
-											<string>619C529F116E56330049FD84</string>
-											<string>619C52A1116E56330049FD84</string>
-											<string>619C52A3116E56330049FD84</string>
-											<string>619C52A5116E56330049FD84</string>
-											<string>619C52A7116E56330049FD84</string>
-											<string>619C52A9116E56330049FD84</string>
-											<string>619C52AB116E56330049FD84</string>
-											<string>619C52AD116E56330049FD84</string>
-											<string>619C52AF116E56330049FD84</string>
-											<string>619C52B1116E56330049FD84</string>
-											<string>619C52B7116E56330049FD84</string>
-											<string>619C52B9116E56330049FD84</string>
-											<string>619C52BB116E56330049FD84</string>
-											<string>619C52BD116E56330049FD84</string>
-											<string>619C52BF116E56330049FD84</string>
-											<string>619C52C1116E56330049FD84</string>
-											<string>619C5859116E73B00049FD84</string>
-											<string>619C585B116E73B00049FD84</string>
-											<string>619C585D116E73B00049FD84</string>
-											<string>619C585F116E73B00049FD84</string>
-											<string>619C5861116E73B00049FD84</string>
-											<string>619C5863116E73B00049FD84</string>
-											<string>619C5865116E73B00049FD84</string>
-											<string>619C5867116E73B00049FD84</string>
-											<string>619C5869116E73B00049FD84</string>
-											<string>619C586B116E73B00049FD84</string>
-											<string>619C586D116E73B00049FD84</string>
-											<string>619C586F116E73B00049FD84</string>
-											<string>619C5871116E73B00049FD84</string>
-											<string>619C5873116E73B00049FD84</string>
-											<string>619C5875116E73B00049FD84</string>
-											<string>619C5877116E73B00049FD84</string>
-											<string>619C5879116E73B00049FD84</string>
-											<string>619C587B116E73B00049FD84</string>
-											<string>619C587D116E73B00049FD84</string>
-											<string>619C587F116E73B00049FD84</string>
-											<string>619C5880116E73B00049FD84</string>
-											<string>619C5882116E73B00049FD84</string>
-											<string>619C5883116E73B00049FD84</string>
-											<string>619C5885116E73B00049FD84</string>
-											<string>619C5887116E73B00049FD84</string>
-											<string>619C5888116E73B00049FD84</string>
-											<string>619C5889116E73B00049FD84</string>
-											<string>619C588B116E73B00049FD84</string>
-											<string>619C588C116E73B00049FD84</string>
-											<string>619C588D116E73B00049FD84</string>
-											<string>619C588F116E73B00049FD84</string>
-											<string>619C5890116E73B00049FD84</string>
-											<string>619C5892116E73B00049FD84</string>
-											<string>619C58B2116E76080049FD84</string>
-											<string>6196317D116E89DF00C47CEE</string>
-											<string>61F8E0D6116E98A900108149</string>
-											<string>6157F7BA116F3B2D005E4A26</string>
-											<string>6188FE60116F77AF004F3690</string>
-											<string>617E1DB5116FEE5B002EF3D8</string>
-											<string>617B27B71171617A004A76A2</string>
-											<string>617B27B81171617A004A76A2</string>
-											<string>617B27B91171617A004A76A2</string>
-											<string>617B280E117164FC004A76A2</string>
-											<string>61D96559117180D9001EB3B4</string>
-											<string>61D96591117182B1001EB3B4</string>
-											<string>618BE56511750F6B00F22556</string>
-											<string>618BE599117512E400F22556</string>
-											<string>618BE59A117512E400F22556</string>
-											<string>618BE5FE11751F1C00F22556</string>
-											<string>618BE6C2117528B200F22556</string>
-											<string>618BE6C3117528B200F22556</string>
-											<string>618BE6E81175298700F22556</string>
-											<string>618BE70111752C5200F22556</string>
-											<string>618BE70311752C5200F22556</string>
-											<string>618BE70511752C5200F22556</string>
-											<string>618BE70711752C5200F22556</string>
-											<string>618BE72C11752D7900F22556</string>
-											<string>61F6AB931177BE470013254C</string>
-											<string>61BD54C411789A020038D495</string>
-											<string>614A80ED1178BB9B00552546</string>
-											<string>614A81041178BCC500552546</string>
-											<string>6184DE201178F4BD00AF6EFA</string>
-											<string>6184DF001179666500AF6EFA</string>
-											<string>6184DF10117967DC00AF6EFA</string>
-											<string>6184DF4411796A9200AF6EFA</string>
-											<string>6184DF4511796A9200AF6EFA</string>
-											<string>6184DF9A1179752300AF6EFA</string>
-											<string>6184DFE111797D2500AF6EFA</string>
-											<string>61C325231179A314001E70B1</string>
-											<string>61C325681179A3A0001E70B1</string>
-											<string>61C325691179A3A0001E70B1</string>
-											<string>61C325DD1179A993001E70B1</string>
-											<string>61C326361179B0A5001E70B1</string>
-											<string>61C3266D117A15C8001E70B1</string>
-											<string>615F147F11659AC5002444F2</string>
-										</array>
-									</dict>
-									<key>SplitCount</key>
-									<string>1</string>
-								</dict>
-								<key>StatusBarVisibility</key>
-								<true/>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>Frame</key>
-								<string>{{0, 0}, {531, 222}}</string>
-								<key>RubberWindowFrame</key>
-								<string>156 479 801 617 0 0 1920 1178 </string>
-							</dict>
-							<key>Module</key>
-							<string>PBXNavigatorGroup</string>
-							<key>Proportion</key>
-							<string>222pt</string>
-						</dict>
-						<dict>
-							<key>BecomeActive</key>
-							<true/>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>PBXProjectModuleGUID</key>
-								<string>1CE0B20506471E060097A5F4</string>
-								<key>PBXProjectModuleLabel</key>
-								<string>Detail</string>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>Frame</key>
-								<string>{{0, 227}, {531, 349}}</string>
-								<key>RubberWindowFrame</key>
-								<string>156 479 801 617 0 0 1920 1178 </string>
-							</dict>
-							<key>Module</key>
-							<string>XCDetailModule</string>
-							<key>Proportion</key>
-							<string>349pt</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>531pt</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Project</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>XCModuleDock</string>
-				<string>PBXSmartGroupTreeModule</string>
-				<string>XCModuleDock</string>
-				<string>PBXNavigatorGroup</string>
-				<string>XCDetailModule</string>
-			</array>
-			<key>TableOfContents</key>
-			<array>
-				<string>61C326631179EA92001E70B1</string>
-				<string>1CE0B1FE06471DED0097A5F4</string>
-				<string>61C326641179EA92001E70B1</string>
-				<string>1CE0B20306471E060097A5F4</string>
-				<string>1CE0B20506471E060097A5F4</string>
-			</array>
-			<key>ToolbarConfigUserDefaultsMinorVersion</key>
-			<string>2</string>
-			<key>ToolbarConfiguration</key>
-			<string>xcode.toolbar.config.defaultV3</string>
-		</dict>
-		<dict>
-			<key>ControllerClassBaseName</key>
-			<string></string>
-			<key>IconName</key>
-			<string>WindowOfProject</string>
-			<key>Identifier</key>
-			<string>perspective.morph</string>
-			<key>IsVertical</key>
-			<integer>0</integer>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>BecomeActive</key>
-					<integer>1</integer>
-					<key>ContentConfiguration</key>
-					<dict>
-						<key>PBXBottomSmartGroupGIDs</key>
-						<array>
-							<string>1C37FBAC04509CD000000102</string>
-							<string>1C37FAAC04509CD000000102</string>
-							<string>1C08E77C0454961000C914BD</string>
-							<string>1C37FABC05509CD000000102</string>
-							<string>1C37FABC05539CD112110102</string>
-							<string>E2644B35053B69B200211256</string>
-							<string>1C37FABC04509CD000100104</string>
-							<string>1CC0EA4004350EF90044410B</string>
-							<string>1CC0EA4004350EF90041110B</string>
-						</array>
-						<key>PBXProjectModuleGUID</key>
-						<string>11E0B1FE06471DED0097A5F4</string>
-						<key>PBXProjectModuleLabel</key>
-						<string>Files</string>
-						<key>PBXProjectStructureProvided</key>
-						<string>yes</string>
-						<key>PBXSmartGroupTreeModuleColumnData</key>
-						<dict>
-							<key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
-							<array>
-								<real>186</real>
-							</array>
-							<key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
-							<array>
-								<string>MainColumn</string>
-							</array>
-						</dict>
-						<key>PBXSmartGroupTreeModuleOutlineStateKey_v7</key>
-						<dict>
-							<key>PBXSmartGroupTreeModuleOutlineStateExpansionKey</key>
-							<array>
-								<string>29B97314FDCFA39411CA2CEA</string>
-								<string>1C37FABC05509CD000000102</string>
-							</array>
-							<key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
-							<array>
-								<array>
-									<integer>0</integer>
-								</array>
-							</array>
-							<key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
-							<string>{{0, 0}, {186, 337}}</string>
-						</dict>
-						<key>PBXTopSmartGroupGIDs</key>
-						<array/>
-						<key>XCIncludePerspectivesSwitch</key>
-						<integer>1</integer>
-						<key>XCSharingToken</key>
-						<string>com.apple.Xcode.GFSharingToken</string>
-					</dict>
-					<key>GeometryConfiguration</key>
-					<dict>
-						<key>Frame</key>
-						<string>{{0, 0}, {203, 355}}</string>
-						<key>GroupTreeTableConfiguration</key>
-						<array>
-							<string>MainColumn</string>
-							<real>186</real>
-						</array>
-						<key>RubberWindowFrame</key>
-						<string>373 269 690 397 0 0 1440 878 </string>
-					</dict>
-					<key>Module</key>
-					<string>PBXSmartGroupTreeModule</string>
-					<key>Proportion</key>
-					<string>100%</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Morph</string>
-			<key>PreferredWidth</key>
-			<integer>300</integer>
-			<key>ServiceClasses</key>
-			<array>
-				<string>XCModuleDock</string>
-				<string>PBXSmartGroupTreeModule</string>
-			</array>
-			<key>TableOfContents</key>
-			<array>
-				<string>11E0B1FE06471DED0097A5F4</string>
-			</array>
-			<key>ToolbarConfiguration</key>
-			<string>xcode.toolbar.config.default.shortV3</string>
-		</dict>
-	</array>
-	<key>PerspectivesBarVisible</key>
-	<false/>
-	<key>ShelfIsVisible</key>
-	<false/>
-	<key>SourceDescription</key>
-	<string>file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Versions/A/Resources/XCPerspectivesSpecificationMode1.xcperspec'</string>
-	<key>StatusbarIsVisible</key>
-	<true/>
-	<key>TimeStamp</key>
-	<real>0.0</real>
-	<key>ToolbarConfigUserDefaultsMinorVersion</key>
-	<string>2</string>
-	<key>ToolbarDisplayMode</key>
-	<integer>1</integer>
-	<key>ToolbarIsVisible</key>
-	<true/>
-	<key>ToolbarSizeMode</key>
-	<integer>1</integer>
-	<key>Type</key>
-	<string>Perspectives</string>
-	<key>UpdateMessage</key>
-	<string>The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature).  You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature.  Do you wish to update to the latest Workspace defaults for project '%@'?</string>
-	<key>WindowJustification</key>
-	<integer>5</integer>
-	<key>WindowOrderList</key>
-	<array>
-		<string>61798848114AA42600BA94A9</string>
-		<string>/Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/HedgewarsMobile.xcodeproj</string>
-	</array>
-	<key>WindowString</key>
-	<string>156 479 801 617 0 0 1920 1178 </string>
-	<key>WindowToolsV3</key>
-	<array>
-		<dict>
-			<key>FirstTimeWindowDisplayed</key>
-			<false/>
-			<key>Identifier</key>
-			<string>windowTool.build</string>
-			<key>IsVertical</key>
-			<true/>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>PBXProjectModuleGUID</key>
-								<string>1CD0528F0623707200166675</string>
-								<key>PBXProjectModuleLabel</key>
-								<string></string>
-								<key>StatusBarVisibility</key>
-								<true/>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>Frame</key>
-								<string>{{0, 0}, {605, 307}}</string>
-								<key>RubberWindowFrame</key>
-								<string>1146 372 605 638 0 0 1920 1178 </string>
-							</dict>
-							<key>Module</key>
-							<string>PBXNavigatorGroup</string>
-							<key>Proportion</key>
-							<string>307pt</string>
-						</dict>
-						<dict>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>PBXProjectModuleGUID</key>
-								<string>XCMainBuildResultsModuleGUID</string>
-								<key>PBXProjectModuleLabel</key>
-								<string>Build Results</string>
-								<key>XCBuildResultsTrigger_Collapse</key>
-								<integer>1021</integer>
-								<key>XCBuildResultsTrigger_Open</key>
-								<integer>1011</integer>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>Frame</key>
-								<string>{{0, 312}, {605, 285}}</string>
-								<key>RubberWindowFrame</key>
-								<string>1146 372 605 638 0 0 1920 1178 </string>
-							</dict>
-							<key>Module</key>
-							<string>PBXBuildResultsModule</string>
-							<key>Proportion</key>
-							<string>285pt</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>597pt</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Build Results</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>PBXBuildResultsModule</string>
-			</array>
-			<key>StatusbarIsVisible</key>
-			<true/>
-			<key>TableOfContents</key>
-			<array>
-				<string>61798848114AA42600BA94A9</string>
-				<string>61C326651179EA92001E70B1</string>
-				<string>1CD0528F0623707200166675</string>
-				<string>XCMainBuildResultsModuleGUID</string>
-			</array>
-			<key>ToolbarConfiguration</key>
-			<string>xcode.toolbar.config.buildV3</string>
-			<key>WindowContentMinSize</key>
-			<string>486 300</string>
-			<key>WindowString</key>
-			<string>1146 372 605 638 0 0 1920 1178 </string>
-			<key>WindowToolGUID</key>
-			<string>61798848114AA42600BA94A9</string>
-			<key>WindowToolIsVisible</key>
-			<false/>
-		</dict>
-		<dict>
-			<key>FirstTimeWindowDisplayed</key>
-			<false/>
-			<key>Identifier</key>
-			<string>windowTool.debugger</string>
-			<key>IsVertical</key>
-			<true/>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>Debugger</key>
-								<dict>
-									<key>HorizontalSplitView</key>
-									<dict>
-										<key>_collapsingFrameDimension</key>
-										<real>0.0</real>
-										<key>_indexOfCollapsedView</key>
-										<integer>0</integer>
-										<key>_percentageOfCollapsedView</key>
-										<real>0.0</real>
-										<key>isCollapsed</key>
-										<string>yes</string>
-										<key>sizes</key>
-										<array>
-											<string>{{0, 0}, {412, 253}}</string>
-											<string>{{412, 0}, {411, 253}}</string>
-										</array>
-									</dict>
-									<key>VerticalSplitView</key>
-									<dict>
-										<key>_collapsingFrameDimension</key>
-										<real>0.0</real>
-										<key>_indexOfCollapsedView</key>
-										<integer>0</integer>
-										<key>_percentageOfCollapsedView</key>
-										<real>0.0</real>
-										<key>isCollapsed</key>
-										<string>yes</string>
-										<key>sizes</key>
-										<array>
-											<string>{{0, 0}, {823, 253}}</string>
-											<string>{{0, 253}, {823, 225}}</string>
-										</array>
-									</dict>
-								</dict>
-								<key>LauncherConfigVersion</key>
-								<string>8</string>
-								<key>PBXProjectModuleGUID</key>
-								<string>1C162984064C10D400B95A72</string>
-								<key>PBXProjectModuleLabel</key>
-								<string>Debug - GLUTExamples (Underwater)</string>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>DebugConsoleVisible</key>
-								<string>None</string>
-								<key>DebugConsoleWindowFrame</key>
-								<string>{{200, 200}, {500, 300}}</string>
-								<key>DebugSTDIOWindowFrame</key>
-								<string>{{200, 200}, {500, 300}}</string>
-								<key>Frame</key>
-								<string>{{0, 0}, {823, 478}}</string>
-								<key>PBXDebugSessionStackFrameViewKey</key>
-								<dict>
-									<key>DebugVariablesTableConfiguration</key>
-									<array>
-										<string>Name</string>
-										<real>120</real>
-										<string>Value</string>
-										<real>85</real>
-										<string>Summary</string>
-										<real>94</real>
-										<string>Type</string>
-										<real>84</real>
-									</array>
-									<key>Frame</key>
-									<string>{{412, 0}, {411, 253}}</string>
-									<key>RubberWindowFrame</key>
-									<string>558 215 823 519 0 0 1920 1178 </string>
-								</dict>
-								<key>RubberWindowFrame</key>
-								<string>558 215 823 519 0 0 1920 1178 </string>
-							</dict>
-							<key>Module</key>
-							<string>PBXDebugSessionModule</string>
-							<key>Proportion</key>
-							<string>478pt</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>478pt</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Debugger</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>PBXDebugSessionModule</string>
-			</array>
-			<key>StatusbarIsVisible</key>
-			<true/>
-			<key>TableOfContents</key>
-			<array>
-				<string>1CD10A99069EF8BA00B06720</string>
-				<string>61C325291179A314001E70B1</string>
-				<string>1C162984064C10D400B95A72</string>
-				<string>61C3252A1179A314001E70B1</string>
-				<string>61C3252B1179A314001E70B1</string>
-				<string>61C3252C1179A314001E70B1</string>
-				<string>61C3252D1179A314001E70B1</string>
-				<string>61C3252E1179A314001E70B1</string>
-			</array>
-			<key>ToolbarConfiguration</key>
-			<string>xcode.toolbar.config.debugV3</string>
-			<key>WindowString</key>
-			<string>558 215 823 519 0 0 1920 1178 </string>
-			<key>WindowToolGUID</key>
-			<string>1CD10A99069EF8BA00B06720</string>
-			<key>WindowToolIsVisible</key>
-			<false/>
-		</dict>
-		<dict>
-			<key>Identifier</key>
-			<string>windowTool.find</string>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>Dock</key>
-							<array>
-								<dict>
-									<key>ContentConfiguration</key>
-									<dict>
-										<key>PBXProjectModuleGUID</key>
-										<string>1CDD528C0622207200134675</string>
-										<key>PBXProjectModuleLabel</key>
-										<string>&lt;No Editor&gt;</string>
-										<key>PBXSplitModuleInNavigatorKey</key>
-										<dict>
-											<key>Split0</key>
-											<dict>
-												<key>PBXProjectModuleGUID</key>
-												<string>1CD0528D0623707200166675</string>
-											</dict>
-											<key>SplitCount</key>
-											<string>1</string>
-										</dict>
-										<key>StatusBarVisibility</key>
-										<integer>1</integer>
-									</dict>
-									<key>GeometryConfiguration</key>
-									<dict>
-										<key>Frame</key>
-										<string>{{0, 0}, {781, 167}}</string>
-										<key>RubberWindowFrame</key>
-										<string>62 385 781 470 0 0 1440 878 </string>
-									</dict>
-									<key>Module</key>
-									<string>PBXNavigatorGroup</string>
-									<key>Proportion</key>
-									<string>781pt</string>
-								</dict>
-							</array>
-							<key>Proportion</key>
-							<string>50%</string>
-						</dict>
-						<dict>
-							<key>BecomeActive</key>
-							<integer>1</integer>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>PBXProjectModuleGUID</key>
-								<string>1CD0528E0623707200166675</string>
-								<key>PBXProjectModuleLabel</key>
-								<string>Project Find</string>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>Frame</key>
-								<string>{{8, 0}, {773, 254}}</string>
-								<key>RubberWindowFrame</key>
-								<string>62 385 781 470 0 0 1440 878 </string>
-							</dict>
-							<key>Module</key>
-							<string>PBXProjectFindModule</string>
-							<key>Proportion</key>
-							<string>50%</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>428pt</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Project Find</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>PBXProjectFindModule</string>
-			</array>
-			<key>StatusbarIsVisible</key>
-			<integer>1</integer>
-			<key>TableOfContents</key>
-			<array>
-				<string>1C530D57069F1CE1000CFCEE</string>
-				<string>1C530D58069F1CE1000CFCEE</string>
-				<string>1C530D59069F1CE1000CFCEE</string>
-				<string>1CDD528C0622207200134675</string>
-				<string>1C530D5A069F1CE1000CFCEE</string>
-				<string>1CE0B1FE06471DED0097A5F4</string>
-				<string>1CD0528E0623707200166675</string>
-			</array>
-			<key>WindowString</key>
-			<string>62 385 781 470 0 0 1440 878 </string>
-			<key>WindowToolGUID</key>
-			<string>1C530D57069F1CE1000CFCEE</string>
-			<key>WindowToolIsVisible</key>
-			<integer>0</integer>
-		</dict>
-		<dict>
-			<key>Identifier</key>
-			<string>MENUSEPARATOR</string>
-		</dict>
-		<dict>
-			<key>FirstTimeWindowDisplayed</key>
-			<false/>
-			<key>Identifier</key>
-			<string>windowTool.debuggerConsole</string>
-			<key>IsVertical</key>
-			<true/>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>BecomeActive</key>
-							<true/>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>PBXProjectModuleGUID</key>
-								<string>1C78EAAC065D492600B07095</string>
-								<key>PBXProjectModuleLabel</key>
-								<string>Debugger Console</string>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>Frame</key>
-								<string>{{0, 0}, {750, 328}}</string>
-								<key>RubberWindowFrame</key>
-								<string>20 809 750 369 0 0 1920 1178 </string>
-							</dict>
-							<key>Module</key>
-							<string>PBXDebugCLIModule</string>
-							<key>Proportion</key>
-							<string>328pt</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>328pt</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Debugger Console</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>PBXDebugCLIModule</string>
-			</array>
-			<key>StatusbarIsVisible</key>
-			<true/>
-			<key>TableOfContents</key>
-			<array>
-				<string>1C78EAAD065D492600B07095</string>
-				<string>61C325CC1179A8F9001E70B1</string>
-				<string>1C78EAAC065D492600B07095</string>
-			</array>
-			<key>ToolbarConfiguration</key>
-			<string>xcode.toolbar.config.consoleV3</string>
-			<key>WindowString</key>
-			<string>20 809 750 369 0 0 1920 1178 </string>
-			<key>WindowToolGUID</key>
-			<string>1C78EAAD065D492600B07095</string>
-			<key>WindowToolIsVisible</key>
-			<false/>
-		</dict>
-		<dict>
-			<key>Identifier</key>
-			<string>windowTool.snapshots</string>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>Module</key>
-							<string>XCSnapshotModule</string>
-							<key>Proportion</key>
-							<string>100%</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>100%</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Snapshots</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>XCSnapshotModule</string>
-			</array>
-			<key>StatusbarIsVisible</key>
-			<string>Yes</string>
-			<key>ToolbarConfiguration</key>
-			<string>xcode.toolbar.config.snapshots</string>
-			<key>WindowString</key>
-			<string>315 824 300 550 0 0 1440 878 </string>
-			<key>WindowToolIsVisible</key>
-			<string>Yes</string>
-		</dict>
-		<dict>
-			<key>Identifier</key>
-			<string>windowTool.scm</string>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>PBXProjectModuleGUID</key>
-								<string>1C78EAB2065D492600B07095</string>
-								<key>PBXProjectModuleLabel</key>
-								<string>&lt;No Editor&gt;</string>
-								<key>PBXSplitModuleInNavigatorKey</key>
-								<dict>
-									<key>Split0</key>
-									<dict>
-										<key>PBXProjectModuleGUID</key>
-										<string>1C78EAB3065D492600B07095</string>
-									</dict>
-									<key>SplitCount</key>
-									<string>1</string>
-								</dict>
-								<key>StatusBarVisibility</key>
-								<integer>1</integer>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>Frame</key>
-								<string>{{0, 0}, {452, 0}}</string>
-								<key>RubberWindowFrame</key>
-								<string>743 379 452 308 0 0 1280 1002 </string>
-							</dict>
-							<key>Module</key>
-							<string>PBXNavigatorGroup</string>
-							<key>Proportion</key>
-							<string>0pt</string>
-						</dict>
-						<dict>
-							<key>BecomeActive</key>
-							<integer>1</integer>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>PBXProjectModuleGUID</key>
-								<string>1CD052920623707200166675</string>
-								<key>PBXProjectModuleLabel</key>
-								<string>SCM</string>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>ConsoleFrame</key>
-								<string>{{0, 259}, {452, 0}}</string>
-								<key>Frame</key>
-								<string>{{0, 7}, {452, 259}}</string>
-								<key>RubberWindowFrame</key>
-								<string>743 379 452 308 0 0 1280 1002 </string>
-								<key>TableConfiguration</key>
-								<array>
-									<string>Status</string>
-									<real>30</real>
-									<string>FileName</string>
-									<real>199</real>
-									<string>Path</string>
-									<real>197.0950012207031</real>
-								</array>
-								<key>TableFrame</key>
-								<string>{{0, 0}, {452, 250}}</string>
-							</dict>
-							<key>Module</key>
-							<string>PBXCVSModule</string>
-							<key>Proportion</key>
-							<string>262pt</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>266pt</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>SCM</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>PBXCVSModule</string>
-			</array>
-			<key>StatusbarIsVisible</key>
-			<integer>1</integer>
-			<key>TableOfContents</key>
-			<array>
-				<string>1C78EAB4065D492600B07095</string>
-				<string>1C78EAB5065D492600B07095</string>
-				<string>1C78EAB2065D492600B07095</string>
-				<string>1CD052920623707200166675</string>
-			</array>
-			<key>ToolbarConfiguration</key>
-			<string>xcode.toolbar.config.scm</string>
-			<key>WindowString</key>
-			<string>743 379 452 308 0 0 1280 1002 </string>
-		</dict>
-		<dict>
-			<key>FirstTimeWindowDisplayed</key>
-			<false/>
-			<key>Identifier</key>
-			<string>windowTool.breakpoints</string>
-			<key>IsVertical</key>
-			<false/>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>PBXBottomSmartGroupGIDs</key>
-								<array>
-									<string>1C77FABC04509CD000000102</string>
-								</array>
-								<key>PBXProjectModuleGUID</key>
-								<string>1CE0B1FE06471DED0097A5F4</string>
-								<key>PBXProjectModuleLabel</key>
-								<string>Files</string>
-								<key>PBXProjectStructureProvided</key>
-								<string>no</string>
-								<key>PBXSmartGroupTreeModuleColumnData</key>
-								<dict>
-									<key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
-									<array>
-										<real>168</real>
-									</array>
-									<key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
-									<array>
-										<string>MainColumn</string>
-									</array>
-								</dict>
-								<key>PBXSmartGroupTreeModuleOutlineStateKey_v7</key>
-								<dict>
-									<key>PBXSmartGroupTreeModuleOutlineStateExpansionKey</key>
-									<array>
-										<string>1C77FABC04509CD000000102</string>
-										<string>1C3E0DCA080725EA00A55177</string>
-										<string>1C3E0DCA080725EA00A55177</string>
-									</array>
-									<key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
-									<array>
-										<array>
-											<integer>0</integer>
-										</array>
-									</array>
-									<key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
-									<string>{{0, 0}, {168, 350}}</string>
-								</dict>
-								<key>PBXTopSmartGroupGIDs</key>
-								<array/>
-								<key>XCIncludePerspectivesSwitch</key>
-								<false/>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>Frame</key>
-								<string>{{0, 0}, {185, 368}}</string>
-								<key>GroupTreeTableConfiguration</key>
-								<array>
-									<string>MainColumn</string>
-									<real>168</real>
-								</array>
-								<key>RubberWindowFrame</key>
-								<string>264 599 744 409 0 0 1920 1178 </string>
-							</dict>
-							<key>Module</key>
-							<string>PBXSmartGroupTreeModule</string>
-							<key>Proportion</key>
-							<string>185pt</string>
-						</dict>
-						<dict>
-							<key>BecomeActive</key>
-							<true/>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>PBXProjectModuleGUID</key>
-								<string>1CA1AED706398EBD00589147</string>
-								<key>PBXProjectModuleLabel</key>
-								<string>Detail</string>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>Frame</key>
-								<string>{{190, 0}, {554, 368}}</string>
-								<key>RubberWindowFrame</key>
-								<string>264 599 744 409 0 0 1920 1178 </string>
-							</dict>
-							<key>Module</key>
-							<string>XCDetailModule</string>
-							<key>Proportion</key>
-							<string>554pt</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>368pt</string>
-				</dict>
-			</array>
-			<key>MajorVersion</key>
-			<integer>3</integer>
-			<key>MinorVersion</key>
-			<integer>0</integer>
-			<key>Name</key>
-			<string>Breakpoints</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>PBXSmartGroupTreeModule</string>
-				<string>XCDetailModule</string>
-			</array>
-			<key>StatusbarIsVisible</key>
-			<true/>
-			<key>TableOfContents</key>
-			<array>
-				<string>6184DE581178F75B00AF6EFA</string>
-				<string>6184DE591178F75B00AF6EFA</string>
-				<string>1CE0B1FE06471DED0097A5F4</string>
-				<string>1CA1AED706398EBD00589147</string>
-			</array>
-			<key>ToolbarConfiguration</key>
-			<string>xcode.toolbar.config.breakpointsV3</string>
-			<key>WindowString</key>
-			<string>264 599 744 409 0 0 1920 1178 </string>
-			<key>WindowToolGUID</key>
-			<string>6184DE581178F75B00AF6EFA</string>
-			<key>WindowToolIsVisible</key>
-			<false/>
-		</dict>
-		<dict>
-			<key>Identifier</key>
-			<string>windowTool.debugAnimator</string>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>Module</key>
-							<string>PBXNavigatorGroup</string>
-							<key>Proportion</key>
-							<string>100%</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>100%</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Debug Visualizer</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>PBXNavigatorGroup</string>
-			</array>
-			<key>StatusbarIsVisible</key>
-			<integer>1</integer>
-			<key>ToolbarConfiguration</key>
-			<string>xcode.toolbar.config.debugAnimatorV3</string>
-			<key>WindowString</key>
-			<string>100 100 700 500 0 0 1280 1002 </string>
-		</dict>
-		<dict>
-			<key>Identifier</key>
-			<string>windowTool.bookmarks</string>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>Module</key>
-							<string>PBXBookmarksModule</string>
-							<key>Proportion</key>
-							<string>100%</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>100%</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Bookmarks</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>PBXBookmarksModule</string>
-			</array>
-			<key>StatusbarIsVisible</key>
-			<integer>0</integer>
-			<key>WindowString</key>
-			<string>538 42 401 187 0 0 1280 1002 </string>
-		</dict>
-		<dict>
-			<key>Identifier</key>
-			<string>windowTool.projectFormatConflicts</string>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>Module</key>
-							<string>XCProjectFormatConflictsModule</string>
-							<key>Proportion</key>
-							<string>100%</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>100%</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Project Format Conflicts</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>XCProjectFormatConflictsModule</string>
-			</array>
-			<key>StatusbarIsVisible</key>
-			<integer>0</integer>
-			<key>WindowContentMinSize</key>
-			<string>450 300</string>
-			<key>WindowString</key>
-			<string>50 850 472 307 0 0 1440 877</string>
-		</dict>
-		<dict>
-			<key>FirstTimeWindowDisplayed</key>
-			<false/>
-			<key>Identifier</key>
-			<string>windowTool.classBrowser</string>
-			<key>IsVertical</key>
-			<true/>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>OptionsSetName</key>
-								<string>Hierarchy, all classes</string>
-								<key>PBXProjectModuleGUID</key>
-								<string>1CA6456E063B45B4001379D8</string>
-								<key>PBXProjectModuleLabel</key>
-								<string>Class Browser - NSObject</string>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>ClassesFrame</key>
-								<string>{{0, 0}, {378, 96}}</string>
-								<key>ClassesTreeTableConfiguration</key>
-								<array>
-									<string>PBXClassNameColumnIdentifier</string>
-									<real>208</real>
-									<string>PBXClassBookColumnIdentifier</string>
-									<real>22</real>
-								</array>
-								<key>Frame</key>
-								<string>{{0, 0}, {630, 332}}</string>
-								<key>MembersFrame</key>
-								<string>{{0, 101}, {378, 231}}</string>
-								<key>MembersTreeTableConfiguration</key>
-								<array>
-									<string>PBXMemberTypeIconColumnIdentifier</string>
-									<real>22</real>
-									<string>PBXMemberNameColumnIdentifier</string>
-									<real>216</real>
-									<string>PBXMemberTypeColumnIdentifier</string>
-									<real>101</real>
-									<string>PBXMemberBookColumnIdentifier</string>
-									<real>22</real>
-								</array>
-								<key>RubberWindowFrame</key>
-								<string>503 565 630 352 0 0 1920 1178 </string>
-							</dict>
-							<key>Module</key>
-							<string>PBXClassBrowserModule</string>
-							<key>Proportion</key>
-							<string>332pt</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>332pt</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Class Browser</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>PBXClassBrowserModule</string>
-			</array>
-			<key>StatusbarIsVisible</key>
-			<false/>
-			<key>TableOfContents</key>
-			<array>
-				<string>1C0AD2AF069F1E9B00FABCE6</string>
-				<string>61A1195A1168457500359010</string>
-				<string>1CA6456E063B45B4001379D8</string>
-			</array>
-			<key>ToolbarConfiguration</key>
-			<string>xcode.toolbar.config.classbrowser</string>
-			<key>WindowString</key>
-			<string>503 565 630 352 0 0 1920 1178 </string>
-			<key>WindowToolGUID</key>
-			<string>1C0AD2AF069F1E9B00FABCE6</string>
-			<key>WindowToolIsVisible</key>
-			<false/>
-		</dict>
-		<dict>
-			<key>Identifier</key>
-			<string>windowTool.refactoring</string>
-			<key>IncludeInToolsMenu</key>
-			<integer>0</integer>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>BecomeActive</key>
-							<integer>1</integer>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>Frame</key>
-								<string>{0, 0}, {500, 335}</string>
-								<key>RubberWindowFrame</key>
-								<string>{0, 0}, {500, 335}</string>
-							</dict>
-							<key>Module</key>
-							<string>XCRefactoringModule</string>
-							<key>Proportion</key>
-							<string>100%</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>100%</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Refactoring</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>XCRefactoringModule</string>
-			</array>
-			<key>WindowString</key>
-			<string>200 200 500 356 0 0 1920 1200 </string>
-		</dict>
-	</array>
-</dict>
-</plist>
--- a/project_files/HedgewarsMobile/HedgewarsMobile.xcodeproj/default.pbxuser	Thu Apr 29 17:21:10 2010 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3241 +0,0 @@
-// !$*UTF8*$!
-{
-	1D6058900D05DD3D006BFB54 /* HedgewarsMobile */ = {
-		activeExec = 0;
-		executables = (
-			617987D7114AA2CD00BA94A9 /* HedgewarsMobile */,
-		);
-	};
-	29B97313FDCFA39411CA2CEA /* Project object */ = {
-		activeBuildConfigurationName = Debug;
-		activeExecutable = 617987D7114AA2CD00BA94A9 /* HedgewarsMobile */;
-		activeSDKPreference = iphonesimulator3.2;
-		activeTarget = 1D6058900D05DD3D006BFB54 /* HedgewarsMobile */;
-		addToTargets = (
-			61C3251C1179A300001E70B1 /* openalbridge */,
-		);
-		breakpoints = (
-		);
-		codeSenseManager = 617987E0114AA2EB00BA94A9 /* Code sense */;
-		executables = (
-			617987D7114AA2CD00BA94A9 /* HedgewarsMobile */,
-		);
-		ignoreBreakpointsInProjectsDict = {
-			SDL_mixer = Ignored;
-			SDL_net = Ignored;
-		};
-		perUserDictionary = {
-			"PBXConfiguration.PBXBreakpointsDataSource.v1:1CA1AED706398EBD00589147" = {
-				PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
-				PBXFileTableDataSourceColumnSortingKey = PBXBreakpointsDataSource_BreakpointID;
-				PBXFileTableDataSourceColumnWidthsKey = (
-					20,
-					20,
-					198,
-					20,
-					99,
-					99,
-					29,
-					20,
-				);
-				PBXFileTableDataSourceColumnsKey = (
-					PBXBreakpointsDataSource_ActionID,
-					PBXBreakpointsDataSource_TypeID,
-					PBXBreakpointsDataSource_BreakpointID,
-					PBXBreakpointsDataSource_UseID,
-					PBXBreakpointsDataSource_LocationID,
-					PBXBreakpointsDataSource_ConditionID,
-					PBXBreakpointsDataSource_IgnoreCountID,
-					PBXBreakpointsDataSource_ContinueID,
-				);
-			};
-			PBXConfiguration.PBXFileTableDataSource3.PBXExecutablesDataSource = {
-				PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
-				PBXFileTableDataSourceColumnSortingKey = PBXExecutablesDataSource_NameID;
-				PBXFileTableDataSourceColumnWidthsKey = (
-					22,
-					300,
-					184,
-				);
-				PBXFileTableDataSourceColumnsKey = (
-					PBXExecutablesDataSource_ActiveFlagID,
-					PBXExecutablesDataSource_NameID,
-					PBXExecutablesDataSource_CommentsID,
-				);
-			};
-			PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = {
-				PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
-				PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
-				PBXFileTableDataSourceColumnWidthsKey = (
-					20,
-					292,
-					20,
-					48,
-					43,
-					43,
-					20,
-				);
-				PBXFileTableDataSourceColumnsKey = (
-					PBXFileDataSource_FiletypeID,
-					PBXFileDataSource_Filename_ColumnID,
-					PBXFileDataSource_Built_ColumnID,
-					PBXFileDataSource_ObjectSize_ColumnID,
-					PBXFileDataSource_Errors_ColumnID,
-					PBXFileDataSource_Warnings_ColumnID,
-					PBXFileDataSource_Target_ColumnID,
-				);
-			};
-			PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = {
-				PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
-				PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
-				PBXFileTableDataSourceColumnWidthsKey = (
-					20,
-					252,
-					60,
-					20,
-					48,
-					43,
-					43,
-				);
-				PBXFileTableDataSourceColumnsKey = (
-					PBXFileDataSource_FiletypeID,
-					PBXFileDataSource_Filename_ColumnID,
-					PBXTargetDataSource_PrimaryAttribute,
-					PBXFileDataSource_Built_ColumnID,
-					PBXFileDataSource_ObjectSize_ColumnID,
-					PBXFileDataSource_Errors_ColumnID,
-					PBXFileDataSource_Warnings_ColumnID,
-				);
-			};
-			PBXPerProjectTemplateStateSaveDate = 293202553;
-			PBXWorkspaceStateSaveDate = 293202553;
-		};
-		perUserProjectItems = {
-			61056377116C0393003C420C /* PBXBookmark */ = 61056377116C0393003C420C /* PBXBookmark */;
-			610563DF116C15E5003C420C /* PBXTextBookmark */ = 610563DF116C15E5003C420C /* PBXTextBookmark */;
-			611B0AC6116B6E8B00112153 /* PBXTextBookmark */ = 611B0AC6116B6E8B00112153 /* PBXTextBookmark */;
-			611B0C42116BAF3A00112153 /* PBXTextBookmark */ = 611B0C42116BAF3A00112153 /* PBXTextBookmark */;
-			611FD81F1155111700C2203D /* PBXTextBookmark */ = 611FD81F1155111700C2203D /* PBXTextBookmark */;
-			611FD8201155111700C2203D /* PBXTextBookmark */ = 611FD8201155111700C2203D /* PBXTextBookmark */;
-			611FD95811551C3700C2203D /* PBXBookmark */ = 611FD95811551C3700C2203D /* PBXBookmark */;
-			611FD96611551E8000C2203D /* PBXBookmark */ = 611FD96611551E8000C2203D /* PBXBookmark */;
-			611FDB6C1155C0B300C2203D /* PBXBookmark */ = 611FDB6C1155C0B300C2203D /* PBXBookmark */;
-			611FDB6D1155C0B300C2203D /* PBXBookmark */ = 611FDB6D1155C0B300C2203D /* PBXBookmark */;
-			611FDBF71155D39400C2203D /* PBXTextBookmark */ = 611FDBF71155D39400C2203D /* PBXTextBookmark */;
-			612D5C451165535400C6D842 /* PBXTextBookmark */ = 612D5C451165535400C6D842 /* PBXTextBookmark */;
-			612D616B1165536300C6D842 /* PBXTextBookmark */ = 612D616B1165536300C6D842 /* PBXTextBookmark */;
-			61430D3D1165551600E2C62D /* PBXTextBookmark */ = 61430D3D1165551600E2C62D /* PBXTextBookmark */;
-			614A80ED1178BB9B00552546 /* PBXTextBookmark */ = 614A80ED1178BB9B00552546 /* PBXTextBookmark */;
-			614A81041178BCC500552546 /* PBXTextBookmark */ = 614A81041178BCC500552546 /* PBXTextBookmark */;
-			61513435116C1B07001F16D1 /* PBXTextBookmark */ = 61513435116C1B07001F16D1 /* PBXTextBookmark */;
-			61513436116C1B07001F16D1 /* PBXTextBookmark */ = 61513436116C1B07001F16D1 /* PBXTextBookmark */;
-			6151348C116C2954001F16D1 /* PBXBookmark */ = 6151348C116C2954001F16D1 /* PBXBookmark */;
-			6151348D116C2954001F16D1 /* PBXBookmark */ = 6151348D116C2954001F16D1 /* PBXBookmark */;
-			6151348E116C2954001F16D1 /* PBXBookmark */ = 6151348E116C2954001F16D1 /* PBXBookmark */;
-			6151348F116C2954001F16D1 /* PlistBookmark */ = 6151348F116C2954001F16D1 /* PlistBookmark */;
-			6157F7BA116F3B2D005E4A26 /* PBXTextBookmark */ = 6157F7BA116F3B2D005E4A26 /* PBXTextBookmark */;
-			615F1316116561BE002444F2 /* PBXTextBookmark */ = 615F1316116561BE002444F2 /* PBXTextBookmark */;
-			615F134D11656569002444F2 /* PBXTextBookmark */ = 615F134D11656569002444F2 /* PBXTextBookmark */;
-			615F147F11659AC5002444F2 /* PBXTextBookmark */ = 615F147F11659AC5002444F2 /* PBXTextBookmark */;
-			615F198C1166A71E002444F2 /* PBXBookmark */ = 615F198C1166A71E002444F2 /* PBXBookmark */;
-			615F198E1166A71E002444F2 /* PBXTextBookmark */ = 615F198E1166A71E002444F2 /* PBXTextBookmark */;
-			61697B9E1163478A00CCDF37 /* PBXTextBookmark */ = 61697B9E1163478A00CCDF37 /* PBXTextBookmark */;
-			6179889D114AA5BD00BA94A9 /* PBXTextBookmark */ = 6179889D114AA5BD00BA94A9 /* PBXTextBookmark */;
-			61799342114B297000BA94A9 /* PBXBookmark */ = 61799342114B297000BA94A9 /* PBXBookmark */;
-			61799343114B297000BA94A9 /* PBXBookmark */ = 61799343114B297000BA94A9 /* PBXBookmark */;
-			6179937111501D7800BA94A9 /* PBXBookmark */ = 6179937111501D7800BA94A9 /* PBXBookmark */;
-			6179937411501D7800BA94A9 /* PBXBookmark */ = 6179937411501D7800BA94A9 /* PBXBookmark */;
-			6179937511501D7800BA94A9 /* PBXBookmark */ = 6179937511501D7800BA94A9 /* PBXBookmark */;
-			6179938511501FFA00BA94A9 /* PBXBookmark */ = 6179938511501FFA00BA94A9 /* PBXBookmark */;
-			6179943111502CEA00BA94A9 /* PBXBookmark */ = 6179943111502CEA00BA94A9 /* PBXBookmark */;
-			617B27B71171617A004A76A2 /* PBXTextBookmark */ = 617B27B71171617A004A76A2 /* PBXTextBookmark */;
-			617B27B81171617A004A76A2 /* PBXTextBookmark */ = 617B27B81171617A004A76A2 /* PBXTextBookmark */;
-			617B27B91171617A004A76A2 /* PBXTextBookmark */ = 617B27B91171617A004A76A2 /* PBXTextBookmark */;
-			617B280E117164FC004A76A2 /* PBXTextBookmark */ = 617B280E117164FC004A76A2 /* PBXTextBookmark */;
-			617E1DB5116FEE5B002EF3D8 /* PBXTextBookmark */ = 617E1DB5116FEE5B002EF3D8 /* PBXTextBookmark */;
-			6184DE201178F4BD00AF6EFA /* PBXTextBookmark */ = 6184DE201178F4BD00AF6EFA /* PBXTextBookmark */;
-			6184DF001179666500AF6EFA /* PBXTextBookmark */ = 6184DF001179666500AF6EFA /* PBXTextBookmark */;
-			6184DF10117967DC00AF6EFA /* PBXTextBookmark */ = 6184DF10117967DC00AF6EFA /* PBXTextBookmark */;
-			6184DF4411796A9200AF6EFA /* PBXTextBookmark */ = 6184DF4411796A9200AF6EFA /* PBXTextBookmark */;
-			6184DF4511796A9200AF6EFA /* PBXTextBookmark */ = 6184DF4511796A9200AF6EFA /* PBXTextBookmark */;
-			6184DF9A1179752300AF6EFA /* PBXTextBookmark */ = 6184DF9A1179752300AF6EFA /* PBXTextBookmark */;
-			6184DFE111797D2500AF6EFA /* PBXTextBookmark */ = 6184DFE111797D2500AF6EFA /* PBXTextBookmark */;
-			6188FE60116F77AF004F3690 /* PBXTextBookmark */ = 6188FE60116F77AF004F3690 /* PBXTextBookmark */;
-			618AFC07115BE92A003D411B /* PBXBookmark */ = 618AFC07115BE92A003D411B /* PBXBookmark */;
-			618BE56511750F6B00F22556 /* PBXTextBookmark */ = 618BE56511750F6B00F22556 /* PBXTextBookmark */;
-			618BE599117512E400F22556 /* PBXTextBookmark */ = 618BE599117512E400F22556 /* PBXTextBookmark */;
-			618BE59A117512E400F22556 /* PBXTextBookmark */ = 618BE59A117512E400F22556 /* PBXTextBookmark */;
-			618BE5FE11751F1C00F22556 /* PBXTextBookmark */ = 618BE5FE11751F1C00F22556 /* PBXTextBookmark */;
-			618BE6C2117528B200F22556 /* PBXTextBookmark */ = 618BE6C2117528B200F22556 /* PBXTextBookmark */;
-			618BE6C3117528B200F22556 /* PBXTextBookmark */ = 618BE6C3117528B200F22556 /* PBXTextBookmark */;
-			618BE6E81175298700F22556 /* PBXTextBookmark */ = 618BE6E81175298700F22556 /* PBXTextBookmark */;
-			618BE70111752C5200F22556 /* PBXTextBookmark */ = 618BE70111752C5200F22556 /* PBXTextBookmark */;
-			618BE70311752C5200F22556 /* PBXTextBookmark */ = 618BE70311752C5200F22556 /* PBXTextBookmark */;
-			618BE70511752C5200F22556 /* PBXTextBookmark */ = 618BE70511752C5200F22556 /* PBXTextBookmark */;
-			618BE70711752C5200F22556 /* PBXTextBookmark */ = 618BE70711752C5200F22556 /* PBXTextBookmark */;
-			618BE72C11752D7900F22556 /* PBXTextBookmark */ = 618BE72C11752D7900F22556 /* PBXTextBookmark */;
-			6196317D116E89DF00C47CEE /* PBXTextBookmark */ = 6196317D116E89DF00C47CEE /* PBXTextBookmark */;
-			619C51C6116E42850049FD84 /* PBXTextBookmark */ = 619C51C6116E42850049FD84 /* PBXTextBookmark */;
-			619C51CB116E42850049FD84 /* PBXTextBookmark */ = 619C51CB116E42850049FD84 /* PBXTextBookmark */;
-			619C51E0116E45820049FD84 /* PBXTextBookmark */ = 619C51E0116E45820049FD84 /* PBXTextBookmark */;
-			619C523D116E56330049FD84 /* PBXBookmark */ = 619C523D116E56330049FD84 /* PBXBookmark */;
-			619C523F116E56330049FD84 /* PBXBookmark */ = 619C523F116E56330049FD84 /* PBXBookmark */;
-			619C5241116E56330049FD84 /* PBXBookmark */ = 619C5241116E56330049FD84 /* PBXBookmark */;
-			619C5243116E56330049FD84 /* PBXBookmark */ = 619C5243116E56330049FD84 /* PBXBookmark */;
-			619C5245116E56330049FD84 /* PBXBookmark */ = 619C5245116E56330049FD84 /* PBXBookmark */;
-			619C5247116E56330049FD84 /* PBXBookmark */ = 619C5247116E56330049FD84 /* PBXBookmark */;
-			619C5249116E56330049FD84 /* PBXBookmark */ = 619C5249116E56330049FD84 /* PBXBookmark */;
-			619C524B116E56330049FD84 /* PBXBookmark */ = 619C524B116E56330049FD84 /* PBXBookmark */;
-			619C524D116E56330049FD84 /* PBXBookmark */ = 619C524D116E56330049FD84 /* PBXBookmark */;
-			619C524F116E56330049FD84 /* PBXBookmark */ = 619C524F116E56330049FD84 /* PBXBookmark */;
-			619C5251116E56330049FD84 /* PBXBookmark */ = 619C5251116E56330049FD84 /* PBXBookmark */;
-			619C5253116E56330049FD84 /* PBXBookmark */ = 619C5253116E56330049FD84 /* PBXBookmark */;
-			619C5255116E56330049FD84 /* PBXBookmark */ = 619C5255116E56330049FD84 /* PBXBookmark */;
-			619C5257116E56330049FD84 /* PBXBookmark */ = 619C5257116E56330049FD84 /* PBXBookmark */;
-			619C5259116E56330049FD84 /* PBXBookmark */ = 619C5259116E56330049FD84 /* PBXBookmark */;
-			619C525B116E56330049FD84 /* PBXBookmark */ = 619C525B116E56330049FD84 /* PBXBookmark */;
-			619C525D116E56330049FD84 /* PBXBookmark */ = 619C525D116E56330049FD84 /* PBXBookmark */;
-			619C525F116E56330049FD84 /* PBXBookmark */ = 619C525F116E56330049FD84 /* PBXBookmark */;
-			619C5261116E56330049FD84 /* PBXBookmark */ = 619C5261116E56330049FD84 /* PBXBookmark */;
-			619C5263116E56330049FD84 /* PBXBookmark */ = 619C5263116E56330049FD84 /* PBXBookmark */;
-			619C5265116E56330049FD84 /* PBXBookmark */ = 619C5265116E56330049FD84 /* PBXBookmark */;
-			619C5267116E56330049FD84 /* PBXBookmark */ = 619C5267116E56330049FD84 /* PBXBookmark */;
-			619C5269116E56330049FD84 /* PBXBookmark */ = 619C5269116E56330049FD84 /* PBXBookmark */;
-			619C526B116E56330049FD84 /* PBXBookmark */ = 619C526B116E56330049FD84 /* PBXBookmark */;
-			619C526D116E56330049FD84 /* PBXBookmark */ = 619C526D116E56330049FD84 /* PBXBookmark */;
-			619C526F116E56330049FD84 /* PBXBookmark */ = 619C526F116E56330049FD84 /* PBXBookmark */;
-			619C5271116E56330049FD84 /* PBXBookmark */ = 619C5271116E56330049FD84 /* PBXBookmark */;
-			619C5273116E56330049FD84 /* PBXBookmark */ = 619C5273116E56330049FD84 /* PBXBookmark */;
-			619C5275116E56330049FD84 /* PBXBookmark */ = 619C5275116E56330049FD84 /* PBXBookmark */;
-			619C5277116E56330049FD84 /* PBXBookmark */ = 619C5277116E56330049FD84 /* PBXBookmark */;
-			619C5279116E56330049FD84 /* PBXBookmark */ = 619C5279116E56330049FD84 /* PBXBookmark */;
-			619C527B116E56330049FD84 /* PBXBookmark */ = 619C527B116E56330049FD84 /* PBXBookmark */;
-			619C527D116E56330049FD84 /* PBXBookmark */ = 619C527D116E56330049FD84 /* PBXBookmark */;
-			619C527F116E56330049FD84 /* PBXBookmark */ = 619C527F116E56330049FD84 /* PBXBookmark */;
-			619C5281116E56330049FD84 /* PBXBookmark */ = 619C5281116E56330049FD84 /* PBXBookmark */;
-			619C5283116E56330049FD84 /* PBXBookmark */ = 619C5283116E56330049FD84 /* PBXBookmark */;
-			619C5285116E56330049FD84 /* PBXBookmark */ = 619C5285116E56330049FD84 /* PBXBookmark */;
-			619C5287116E56330049FD84 /* PBXBookmark */ = 619C5287116E56330049FD84 /* PBXBookmark */;
-			619C5289116E56330049FD84 /* PBXBookmark */ = 619C5289116E56330049FD84 /* PBXBookmark */;
-			619C528B116E56330049FD84 /* PBXBookmark */ = 619C528B116E56330049FD84 /* PBXBookmark */;
-			619C528D116E56330049FD84 /* PBXBookmark */ = 619C528D116E56330049FD84 /* PBXBookmark */;
-			619C528F116E56330049FD84 /* PBXBookmark */ = 619C528F116E56330049FD84 /* PBXBookmark */;
-			619C5291116E56330049FD84 /* PBXBookmark */ = 619C5291116E56330049FD84 /* PBXBookmark */;
-			619C5293116E56330049FD84 /* PBXBookmark */ = 619C5293116E56330049FD84 /* PBXBookmark */;
-			619C5295116E56330049FD84 /* PBXBookmark */ = 619C5295116E56330049FD84 /* PBXBookmark */;
-			619C5297116E56330049FD84 /* PBXBookmark */ = 619C5297116E56330049FD84 /* PBXBookmark */;
-			619C5299116E56330049FD84 /* PBXBookmark */ = 619C5299116E56330049FD84 /* PBXBookmark */;
-			619C529B116E56330049FD84 /* PBXBookmark */ = 619C529B116E56330049FD84 /* PBXBookmark */;
-			619C529D116E56330049FD84 /* PBXBookmark */ = 619C529D116E56330049FD84 /* PBXBookmark */;
-			619C529F116E56330049FD84 /* PBXBookmark */ = 619C529F116E56330049FD84 /* PBXBookmark */;
-			619C52A1116E56330049FD84 /* PBXBookmark */ = 619C52A1116E56330049FD84 /* PBXBookmark */;
-			619C52A3116E56330049FD84 /* PBXBookmark */ = 619C52A3116E56330049FD84 /* PBXBookmark */;
-			619C52A5116E56330049FD84 /* PBXBookmark */ = 619C52A5116E56330049FD84 /* PBXBookmark */;
-			619C52A7116E56330049FD84 /* PBXBookmark */ = 619C52A7116E56330049FD84 /* PBXBookmark */;
-			619C52A9116E56330049FD84 /* PBXBookmark */ = 619C52A9116E56330049FD84 /* PBXBookmark */;
-			619C52AB116E56330049FD84 /* PBXBookmark */ = 619C52AB116E56330049FD84 /* PBXBookmark */;
-			619C52AD116E56330049FD84 /* PBXBookmark */ = 619C52AD116E56330049FD84 /* PBXBookmark */;
-			619C52AF116E56330049FD84 /* PBXBookmark */ = 619C52AF116E56330049FD84 /* PBXBookmark */;
-			619C52B1116E56330049FD84 /* PBXBookmark */ = 619C52B1116E56330049FD84 /* PBXBookmark */;
-			619C52B7116E56330049FD84 /* PBXBookmark */ = 619C52B7116E56330049FD84 /* PBXBookmark */;
-			619C52B9116E56330049FD84 /* PBXBookmark */ = 619C52B9116E56330049FD84 /* PBXBookmark */;
-			619C52BB116E56330049FD84 /* PBXBookmark */ = 619C52BB116E56330049FD84 /* PBXBookmark */;
-			619C52BD116E56330049FD84 /* PBXBookmark */ = 619C52BD116E56330049FD84 /* PBXBookmark */;
-			619C52BF116E56330049FD84 /* PBXBookmark */ = 619C52BF116E56330049FD84 /* PBXBookmark */;
-			619C52C1116E56330049FD84 /* PBXBookmark */ = 619C52C1116E56330049FD84 /* PBXBookmark */;
-			619C5859116E73B00049FD84 /* PBXBookmark */ = 619C5859116E73B00049FD84 /* PBXBookmark */;
-			619C585B116E73B00049FD84 /* PBXBookmark */ = 619C585B116E73B00049FD84 /* PBXBookmark */;
-			619C585D116E73B00049FD84 /* PBXBookmark */ = 619C585D116E73B00049FD84 /* PBXBookmark */;
-			619C585F116E73B00049FD84 /* PBXBookmark */ = 619C585F116E73B00049FD84 /* PBXBookmark */;
-			619C5861116E73B00049FD84 /* PBXBookmark */ = 619C5861116E73B00049FD84 /* PBXBookmark */;
-			619C5863116E73B00049FD84 /* PBXBookmark */ = 619C5863116E73B00049FD84 /* PBXBookmark */;
-			619C5865116E73B00049FD84 /* PBXBookmark */ = 619C5865116E73B00049FD84 /* PBXBookmark */;
-			619C5867116E73B00049FD84 /* PBXBookmark */ = 619C5867116E73B00049FD84 /* PBXBookmark */;
-			619C5869116E73B00049FD84 /* PBXBookmark */ = 619C5869116E73B00049FD84 /* PBXBookmark */;
-			619C586B116E73B00049FD84 /* PBXBookmark */ = 619C586B116E73B00049FD84 /* PBXBookmark */;
-			619C586D116E73B00049FD84 /* PBXBookmark */ = 619C586D116E73B00049FD84 /* PBXBookmark */;
-			619C586F116E73B00049FD84 /* PBXBookmark */ = 619C586F116E73B00049FD84 /* PBXBookmark */;
-			619C5871116E73B00049FD84 /* PBXBookmark */ = 619C5871116E73B00049FD84 /* PBXBookmark */;
-			619C5873116E73B00049FD84 /* PBXBookmark */ = 619C5873116E73B00049FD84 /* PBXBookmark */;
-			619C5875116E73B00049FD84 /* PBXBookmark */ = 619C5875116E73B00049FD84 /* PBXBookmark */;
-			619C5877116E73B00049FD84 /* PBXBookmark */ = 619C5877116E73B00049FD84 /* PBXBookmark */;
-			619C5879116E73B00049FD84 /* PBXBookmark */ = 619C5879116E73B00049FD84 /* PBXBookmark */;
-			619C587B116E73B00049FD84 /* PBXBookmark */ = 619C587B116E73B00049FD84 /* PBXBookmark */;
-			619C587D116E73B00049FD84 /* PBXBookmark */ = 619C587D116E73B00049FD84 /* PBXBookmark */;
-			619C587F116E73B00049FD84 /* PBXBookmark */ = 619C587F116E73B00049FD84 /* PBXBookmark */;
-			619C5880116E73B00049FD84 /* PBXBookmark */ = 619C5880116E73B00049FD84 /* PBXBookmark */;
-			619C5882116E73B00049FD84 /* PBXBookmark */ = 619C5882116E73B00049FD84 /* PBXBookmark */;
-			619C5883116E73B00049FD84 /* PBXBookmark */ = 619C5883116E73B00049FD84 /* PBXBookmark */;
-			619C5885116E73B00049FD84 /* PBXBookmark */ = 619C5885116E73B00049FD84 /* PBXBookmark */;
-			619C5887116E73B00049FD84 /* PBXBookmark */ = 619C5887116E73B00049FD84 /* PBXBookmark */;
-			619C5888116E73B00049FD84 /* PBXBookmark */ = 619C5888116E73B00049FD84 /* PBXBookmark */;
-			619C5889116E73B00049FD84 /* PBXBookmark */ = 619C5889116E73B00049FD84 /* PBXBookmark */;
-			619C588B116E73B00049FD84 /* PBXBookmark */ = 619C588B116E73B00049FD84 /* PBXBookmark */;
-			619C588C116E73B00049FD84 /* PBXBookmark */ = 619C588C116E73B00049FD84 /* PBXBookmark */;
-			619C588D116E73B00049FD84 /* PBXBookmark */ = 619C588D116E73B00049FD84 /* PBXBookmark */;
-			619C588F116E73B00049FD84 /* PBXBookmark */ = 619C588F116E73B00049FD84 /* PBXBookmark */;
-			619C5890116E73B00049FD84 /* PBXBookmark */ = 619C5890116E73B00049FD84 /* PBXBookmark */;
-			619C5892116E73B00049FD84 /* PBXBookmark */ = 619C5892116E73B00049FD84 /* PBXBookmark */;
-			619C58B2116E76080049FD84 /* PBXBookmark */ = 619C58B2116E76080049FD84 /* PBXBookmark */;
-			61BD54C411789A020038D495 /* PBXTextBookmark */ = 61BD54C411789A020038D495 /* PBXTextBookmark */;
-			61C325231179A314001E70B1 /* PBXTextBookmark */ = 61C325231179A314001E70B1 /* PBXTextBookmark */;
-			61C325681179A3A0001E70B1 /* PBXTextBookmark */ = 61C325681179A3A0001E70B1 /* PBXTextBookmark */;
-			61C325691179A3A0001E70B1 /* PBXTextBookmark */ = 61C325691179A3A0001E70B1 /* PBXTextBookmark */;
-			61C325DD1179A993001E70B1 /* PBXTextBookmark */ = 61C325DD1179A993001E70B1 /* PBXTextBookmark */;
-			61C326361179B0A5001E70B1 /* PBXTextBookmark */ = 61C326361179B0A5001E70B1 /* PBXTextBookmark */;
-			61C3266D117A15C8001E70B1 /* PBXTextBookmark */ = 61C3266D117A15C8001E70B1 /* PBXTextBookmark */;
-			61C3266E117A15C8001E70B1 /* PBXTextBookmark */ = 61C3266E117A15C8001E70B1 /* PBXTextBookmark */;
-			61CCBE60116135FF00833FE8 /* PBXTextBookmark */ = 61CCBE60116135FF00833FE8 /* PBXTextBookmark */;
-			61CCBF1E116162CA00833FE8 /* PBXTextBookmark */ = 61CCBF1E116162CA00833FE8 /* PBXTextBookmark */;
-			61CCBF451161637F00833FE8 /* PBXTextBookmark */ = 61CCBF451161637F00833FE8 /* PBXTextBookmark */;
-			61CCBF461161637F00833FE8 /* PBXTextBookmark */ = 61CCBF461161637F00833FE8 /* PBXTextBookmark */;
-			61CCBF471161637F00833FE8 /* PBXTextBookmark */ = 61CCBF471161637F00833FE8 /* PBXTextBookmark */;
-			61CCBF7B1161657400833FE8 /* PBXTextBookmark */ = 61CCBF7B1161657400833FE8 /* PBXTextBookmark */;
-			61CCBF7C1161657400833FE8 /* PBXTextBookmark */ = 61CCBF7C1161657400833FE8 /* PBXTextBookmark */;
-			61CCBF7E1161657400833FE8 /* PBXTextBookmark */ = 61CCBF7E1161657400833FE8 /* PBXTextBookmark */;
-			61CCBF7F1161657400833FE8 /* PBXTextBookmark */ = 61CCBF7F1161657400833FE8 /* PBXTextBookmark */;
-			61CCBFD11161833800833FE8 /* PBXTextBookmark */ = 61CCBFD11161833800833FE8 /* PBXTextBookmark */;
-			61CCBFD21161833800833FE8 /* PBXTextBookmark */ = 61CCBFD21161833800833FE8 /* PBXTextBookmark */;
-			61CCBFD31161833800833FE8 /* PBXTextBookmark */ = 61CCBFD31161833800833FE8 /* PBXTextBookmark */;
-			61CCBFD41161833800833FE8 /* PBXTextBookmark */ = 61CCBFD41161833800833FE8 /* PBXTextBookmark */;
-			61CCBFD51161833800833FE8 /* PBXTextBookmark */ = 61CCBFD51161833800833FE8 /* PBXTextBookmark */;
-			61CCBFD71161833800833FE8 /* PBXTextBookmark */ = 61CCBFD71161833800833FE8 /* PBXTextBookmark */;
-			61CCBFD91161833800833FE8 /* PBXTextBookmark */ = 61CCBFD91161833800833FE8 /* PBXTextBookmark */;
-			61CCBFDA1161833800833FE8 /* PBXTextBookmark */ = 61CCBFDA1161833800833FE8 /* PBXTextBookmark */;
-			61CCBFDB1161833800833FE8 /* PBXTextBookmark */ = 61CCBFDB1161833800833FE8 /* PBXTextBookmark */;
-			61CCBFDC1161833800833FE8 /* PBXTextBookmark */ = 61CCBFDC1161833800833FE8 /* PBXTextBookmark */;
-			61CE23E7115E49560098C467 /* PBXTextBookmark */ = 61CE23E7115E49560098C467 /* PBXTextBookmark */;
-			61CE23FF115E4B290098C467 /* PBXBookmark */ = 61CE23FF115E4B290098C467 /* PBXBookmark */;
-			61CE251F115E75A70098C467 /* PBXBookmark */ = 61CE251F115E75A70098C467 /* PBXBookmark */;
-			61CEDB60116ACBBB0067BAFC /* PBXTextBookmark */ = 61CEDB60116ACBBB0067BAFC /* PBXTextBookmark */;
-			61D96559117180D9001EB3B4 /* PBXTextBookmark */ = 61D96559117180D9001EB3B4 /* PBXTextBookmark */;
-			61D96591117182B1001EB3B4 /* PBXTextBookmark */ = 61D96591117182B1001EB3B4 /* PBXTextBookmark */;
-			61E2F0811156B170002D33C1 /* PBXTextBookmark */ = 61E2F0811156B170002D33C1 /* PBXTextBookmark */;
-			61F6AB931177BE470013254C /* PBXTextBookmark */ = 61F6AB931177BE470013254C /* PBXTextBookmark */;
-			61F8E0D6116E98A900108149 /* PBXTextBookmark */ = 61F8E0D6116E98A900108149 /* PBXTextBookmark */;
-			61FE2AE4116D658700F76CDC /* PBXTextBookmark */ = 61FE2AE4116D658700F76CDC /* PBXTextBookmark */;
-		};
-		sourceControlManager = 617987DF114AA2EB00BA94A9 /* Source Control */;
-		userBuildSettings = {
-		};
-	};
-	32CA4F630368D1EE00C91783 /* HedgewarsMobile_Prefix.pch */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {698, 204}}";
-			sepNavSelRange = "{181, 0}";
-			sepNavVisRange = "{0, 225}";
-		};
-	};
-	61056377116C0393003C420C /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 6122CD00116BECCA002648E9 /* Default-Landscape.png */;
-	};
-	610563DF116C15E5003C420C /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 610563E0116C15E5003C420C /* SDL_renderer_gles.c */;
-		name = "SDL_renderer_gles.c: 341";
-		rLen = 0;
-		rLoc = 11314;
-		rType = 0;
-		vrLen = 357;
-		vrLoc = 11160;
-	};
-	610563E0116C15E5003C420C /* SDL_renderer_gles.c */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = sourcecode.c.c;
-		name = SDL_renderer_gles.c;
-		path = "/Users/vittorio/hedgewars/Library/SDL-1.3/SDL/src/video/SDL_renderer_gles.c";
-		sourceTree = "<absolute>";
-	};
-	611B0A9F116B626E00112153 /* GeneralSettingsViewController.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {999, 639}}";
-			sepNavSelRange = "{288, 18}";
-			sepNavVisRange = "{0, 825}";
-		};
-	};
-	611B0AA0116B626E00112153 /* GeneralSettingsViewController.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {999, 5187}}";
-			sepNavSelRange = "{511, 0}";
-			sepNavVisRange = "{0, 1843}";
-			sepNavWindowFrame = "{{413, 349}, {1058, 792}}";
-		};
-	};
-	611B0AC6116B6E8B00112153 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61A11ABF1168D8B600359010 /* SplitViewRootController.h */;
-		name = "SplitViewRootController.h: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 3;
-		vrLoc = 0;
-	};
-	611B0C42116BAF3A00112153 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 611B0AA0116B626E00112153 /* GeneralSettingsViewController.m */;
-		name = "GeneralSettingsViewController.m: 249";
-		rLen = 0;
-		rLoc = 10620;
-		rType = 0;
-		vrLen = 75;
-		vrLoc = 631;
-	};
-	611FD81F1155111700C2203D /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61798858114AA48A00BA94A9 /* IMG_png.c */;
-		name = "IMG_png.c: 69";
-		rLen = 0;
-		rLoc = 2544;
-		rType = 0;
-		vrLen = 162;
-		vrLoc = 2505;
-	};
-	611FD8201155111700C2203D /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61798859114AA48A00BA94A9 /* IMG.c */;
-		name = "IMG.c: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 295;
-		vrLoc = 1032;
-	};
-	611FD95811551C3700C2203D /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 61798A25114ADD2600BA94A9 /* Default.png */;
-	};
-	611FD96611551E8000C2203D /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 61798A27114ADD2600BA94A9 /* networkButton.png */;
-	};
-	611FDB6C1155C0B300C2203D /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 611FD9C81155A1F200C2203D /* Background.png */;
-	};
-	611FDB6D1155C0B300C2203D /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 611FD9D11155A41000C2203D /* Multiplayer.png */;
-	};
-	611FDBF71155D39400C2203D /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 617987E1114AA34C00BA94A9 /* CCHandlers.inc */;
-		name = "CCHandlers.inc: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 201;
-		vrLoc = 686;
-	};
-	612D5C451165535400C6D842 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 617987FE114AA34C00BA94A9 /* uKeys.pas */;
-		name = "uKeys.pas: 106";
-		rLen = 0;
-		rLoc = 2597;
-		rType = 0;
-		vrLen = 94;
-		vrLoc = 2933;
-	};
-	612D616B1165536300C6D842 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 617987E7114AA34C00BA94A9 /* hwengine.pas */;
-		name = "hwengine.pas: 21";
-		rLen = 0;
-		rLoc = 806;
-		rType = 0;
-		vrLen = 33;
-		vrLoc = 791;
-	};
-	61430D3D1165551600E2C62D /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61798867114AA4AA00BA94A9 /* SDL_uikitwindow.h */;
-		name = "SDL_uikitwindow.h: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 3;
-		vrLoc = 0;
-	};
-	614A80ED1178BB9B00552546 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 617987EC114AA34C00BA94A9 /* PascalExports.pas */;
-		name = "PascalExports.pas: 133";
-		rLen = 0;
-		rLoc = 2198;
-		rType = 0;
-		vrLen = 368;
-		vrLoc = 1805;
-	};
-	614A81041178BCC500552546 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61798888114AA4E600BA94A9 /* GameSetup.m */;
-		name = "GameSetup.m: 356";
-		rLen = 0;
-		rLoc = 13178;
-		rType = 0;
-		vrLen = 674;
-		vrLoc = 11543;
-	};
-	614A818B1178C72A00552546 /* uMisc.s */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = sourcecode.asm;
-		name = uMisc.s;
-		path = "/Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/build/HedgewarsMobile.build/Debug-iphonesimulator/HedgewarsMobile.build/DerivedSources-normal/i386/uMisc.s";
-		sourceTree = "<absolute>";
-	};
-	61513435116C1B07001F16D1 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 617987EB114AA34C00BA94A9 /* options.inc */;
-		name = "options.inc: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 320;
-		vrLoc = 0;
-	};
-	61513436116C1B07001F16D1 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 6179880B114AA34C00BA94A9 /* uStore.pas */;
-		name = "uStore.pas: 1122";
-		rLen = 0;
-		rLoc = 37059;
-		rType = 0;
-		vrLen = 87;
-		vrLoc = 37021;
-	};
-	6151348C116C2954001F16D1 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 61798A26114ADD2600BA94A9 /* Icon.png */;
-	};
-	6151348D116C2954001F16D1 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 6151347D116C2803001F16D1 /* Icon-iPad.png */;
-	};
-	6151348E116C2954001F16D1 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 61798A2B114ADD2600BA94A9 /* title.png */;
-	};
-	6151348F116C2954001F16D1 /* PlistBookmark */ = {
-		isa = PlistBookmark;
-		fRef = 8D1107310486CEB800E47090 /* Info.plist */;
-		fallbackIsa = PBXBookmark;
-		isK = 0;
-		kPath = (
-		);
-		name = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Info.plist;
-		rLen = 0;
-		rLoc = 9223372036854775808;
-	};
-	6157F7BA116F3B2D005E4A26 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61A11ADF1168DC6E00359010 /* SingleTeamViewController.h */;
-		name = "SingleTeamViewController.h: 19";
-		rLen = 0;
-		rLoc = 631;
-		rType = 0;
-		vrLen = 213;
-		vrLoc = 337;
-	};
-	615F1316116561BE002444F2 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61798863114AA4AA00BA94A9 /* SDL_uikitappdelegate.h */;
-		name = "SDL_uikitappdelegate.h: 40";
-		rLen = 0;
-		rLoc = 1384;
-		rType = 0;
-		vrLen = 331;
-		vrLoc = 1260;
-	};
-	615F134D11656569002444F2 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61798887114AA4E600BA94A9 /* GameSetup.h */;
-		name = "GameSetup.h: 13";
-		rLen = 0;
-		rLoc = 254;
-		rType = 0;
-		vrLen = 135;
-		vrLoc = 169;
-	};
-	615F147F11659AC5002444F2 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 617987ED114AA34C00BA94A9 /* SDLh.pas */;
-		name = "SDLh.pas: 488";
-		rLen = 0;
-		rLoc = 13681;
-		rType = 0;
-		vrLen = 150;
-		vrLoc = 12762;
-	};
-	615F198C1166A71E002444F2 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 611FD9CF1155A40700C2203D /* NetworkPlay.png */;
-	};
-	615F198E1166A71E002444F2 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 6179885A114AA48A00BA94A9 /* PascalImports.h */;
-		name = "PascalImports.h: 17";
-		rLen = 0;
-		rLoc = 246;
-		rType = 0;
-		vrLen = 52;
-		vrLoc = 139;
-	};
-	61697B9E1163478A00CCDF37 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61798803114AA34C00BA94A9 /* uLandTexture.pas */;
-		name = "uLandTexture.pas: 107";
-		rLen = 0;
-		rLoc = 3388;
-		rType = 0;
-		vrLen = 250;
-		vrLoc = 3;
-	};
-	617987D7114AA2CD00BA94A9 /* HedgewarsMobile */ = {
-		isa = PBXExecutable;
-		activeArgIndices = (
-		);
-		argumentStrings = (
-		);
-		autoAttachOnCrash = 1;
-		breakpointsEnabled = 1;
-		configStateDict = {
-		};
-		customDataFormattersEnabled = 1;
-		dataTipCustomDataFormattersEnabled = 1;
-		dataTipShowTypeColumn = 1;
-		dataTipSortType = 0;
-		debuggerPlugin = GDBDebugging;
-		disassemblyDisplayState = 0;
-		dylibVariantSuffix = "";
-		enableDebugStr = 1;
-		environmentEntries = (
-			{
-				active = NO;
-				name = NSZombieEnabled;
-				value = YES;
-			},
-		);
-		executableSystemSymbolLevel = 0;
-		executableUserSymbolLevel = 0;
-		libgmallocEnabled = 0;
-		name = HedgewarsMobile;
-		savedGlobals = {
-		};
-		showTypeColumn = 1;
-		sourceDirectories = (
-		);
-		variableFormatDictionary = {
-			$cs = 1;
-			$ds = 1;
-			$eax = 1;
-			$ebp = 1;
-			$ebx = 1;
-			$ecx = 1;
-			$edi = 1;
-			$edx = 1;
-			$eflags = 1;
-			$eip = 1;
-			$es = 1;
-			$esi = 1;
-			$esp = 1;
-			$fs = 1;
-			$gs = 1;
-			$ss = 1;
-		};
-	};
-	617987DF114AA2EB00BA94A9 /* Source Control */ = {
-		isa = PBXSourceControlManager;
-		fallbackIsa = XCSourceControlManager;
-		isSCMEnabled = 0;
-		scmConfiguration = {
-			repositoryNamesForRoots = {
-				"" = "";
-			};
-		};
-	};
-	617987E0114AA2EB00BA94A9 /* Code sense */ = {
-		isa = PBXCodeSenseManager;
-		indexTemplatePath = "";
-	};
-	617987E1114AA34C00BA94A9 /* CCHandlers.inc */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {735, 10088}}";
-			sepNavSelRange = "{17156, 0}";
-			sepNavVisRange = "{16604, 999}";
-			sepNavWindowFrame = "{{406, 184}, {794, 632}}";
-		};
-	};
-	617987E4114AA34C00BA94A9 /* GSHandlers.inc */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {572, 39507}}";
-			sepNavSelRange = "{23048, 0}";
-			sepNavVisRange = "{22940, 148}";
-			sepNavWindowFrame = "{{429, 163}, {794, 632}}";
-		};
-	};
-	617987E7114AA34C00BA94A9 /* hwengine.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {838, 7774}}";
-			sepNavSelRange = "{7090, 0}";
-			sepNavVisRange = "{6695, 1053}";
-			sepNavWindowFrame = "{{421, 176}, {897, 692}}";
-		};
-	};
-	617987E9114AA34C00BA94A9 /* hwLibrary.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {677, 329}}";
-			sepNavSelRange = "{344, 7}";
-			sepNavVisRange = "{0, 691}";
-			sepNavWindowFrame = "{{15, 481}, {897, 692}}";
-		};
-	};
-	617987EB114AA34C00BA94A9 /* options.inc */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {509, 507}}";
-			sepNavSelRange = "{0, 0}";
-			sepNavVisRange = "{0, 320}";
-			sepNavWindowFrame = "{{864, 517}, {921, 605}}";
-		};
-	};
-	617987EC114AA34C00BA94A9 /* PascalExports.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {474, 1872}}";
-			sepNavSelRange = "{2198, 0}";
-			sepNavVisRange = "{1805, 368}";
-			sepNavWindowFrame = "{{238, 238}, {803, 674}}";
-		};
-	};
-	617987ED114AA34C00BA94A9 /* SDLh.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {488, 12480}}";
-			sepNavSelRange = "{13681, 0}";
-			sepNavVisRange = "{12570, 605}";
-			sepNavWindowFrame = "{{15, 455}, {927, 718}}";
-		};
-	};
-	617987F0114AA34C00BA94A9 /* SinTable.inc */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {532, 13936}}";
-			sepNavSelRange = "{0, 0}";
-			sepNavVisRange = "{0, 49}";
-		};
-	};
-	617987F1114AA34C00BA94A9 /* uAI.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {879, 4862}}";
-			sepNavSelRange = "{0, 0}";
-			sepNavVisRange = "{0, 1860}";
-			sepNavWindowFrame = "{{15, 206}, {938, 967}}";
-		};
-	};
-	617987F2114AA34C00BA94A9 /* uAIActions.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {879, 2847}}";
-			sepNavSelRange = "{878, 0}";
-			sepNavVisRange = "{0, 2061}";
-			sepNavWindowFrame = "{{38, 185}, {938, 967}}";
-		};
-	};
-	617987F3114AA34C00BA94A9 /* uAIAmmoTests.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1174, 8190}}";
-			sepNavSelRange = "{0, 0}";
-			sepNavVisRange = "{18811, 1378}";
-			sepNavWindowFrame = "{{61, 164}, {938, 967}}";
-		};
-	};
-	617987F4114AA34C00BA94A9 /* uAIMisc.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {719, 6279}}";
-			sepNavSelRange = "{6716, 0}";
-			sepNavVisRange = "{2094, 49}";
-			sepNavWindowFrame = "{{84, 143}, {938, 967}}";
-		};
-	};
-	617987F5114AA34C00BA94A9 /* uAmmos.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {868, 4966}}";
-			sepNavSelRange = "{0, 0}";
-			sepNavVisRange = "{0, 1559}";
-			sepNavWindowFrame = "{{38, 434}, {927, 718}}";
-		};
-	};
-	617987F6114AA34C00BA94A9 /* uChat.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {879, 3848}}";
-			sepNavSelRange = "{0, 0}";
-			sepNavVisRange = "{0, 1960}";
-			sepNavWindowFrame = "{{15, 206}, {938, 967}}";
-		};
-	};
-	617987F7114AA34C00BA94A9 /* uCollisions.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {532, 4238}}";
-			sepNavSelRange = "{0, 0}";
-			sepNavVisRange = "{111, 3}";
-			sepNavWindowFrame = "{{38, 185}, {938, 967}}";
-		};
-	};
-	617987F8114AA34C00BA94A9 /* uConsole.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {879, 4407}}";
-			sepNavSelRange = "{0, 0}";
-			sepNavVisRange = "{0, 2119}";
-			sepNavWindowFrame = "{{61, 164}, {938, 967}}";
-		};
-	};
-	617987F9114AA34C00BA94A9 /* uConsts.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {879, 25077}}";
-			sepNavSelRange = "{10318, 0}";
-			sepNavVisRange = "{9634, 1948}";
-			sepNavWindowFrame = "{{162, 164}, {938, 967}}";
-		};
-	};
-	617987FA114AA34C00BA94A9 /* uFloat.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {532, 4797}}";
-			sepNavSelRange = "{0, 0}";
-			sepNavVisRange = "{0, 49}";
-			sepNavWindowFrame = "{{84, 143}, {938, 967}}";
-		};
-	};
-	617987FB114AA34C00BA94A9 /* uGame.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {621, 1040}}";
-			sepNavSelRange = "{0, 0}";
-			sepNavVisRange = "{49, 62}";
-			sepNavWindowFrame = "{{15, 455}, {927, 718}}";
-		};
-	};
-	617987FC114AA34C00BA94A9 /* uGears.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {768, 30953}}";
-			sepNavSelRange = "{0, 0}";
-			sepNavVisRange = "{258, 58}";
-			sepNavWindowFrame = "{{61, 413}, {927, 718}}";
-		};
-	};
-	617987FD114AA34C00BA94A9 /* uIO.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {879, 4810}}";
-			sepNavSelRange = "{0, 0}";
-			sepNavVisRange = "{0, 1848}";
-			sepNavWindowFrame = "{{15, 206}, {938, 967}}";
-		};
-	};
-	617987FE114AA34C00BA94A9 /* uKeys.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {862, 7111}}";
-			sepNavSelRange = "{14805, 0}";
-			sepNavVisRange = "{14913, 585}";
-			sepNavWindowFrame = "{{270, 164}, {921, 605}}";
-		};
-	};
-	617987FF114AA34C00BA94A9 /* uLand.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1734, 16068}}";
-			sepNavSelRange = "{25370, 0}";
-			sepNavVisRange = "{25434, 209}";
-			sepNavWindowFrame = "{{287, 275}, {803, 674}}";
-		};
-	};
-	61798800114AA34C00BA94A9 /* uLandGraphics.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1027, 7241}}";
-			sepNavSelRange = "{204, 0}";
-			sepNavVisRange = "{5200, 1985}";
-			sepNavWindowFrame = "{{61, 457}, {803, 674}}";
-		};
-	};
-	61798801114AA34C00BA94A9 /* uLandObjects.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {744, 6812}}";
-			sepNavSelRange = "{1189, 0}";
-			sepNavVisRange = "{114, 1541}";
-			sepNavWindowFrame = "{{84, 436}, {803, 674}}";
-		};
-	};
-	61798802114AA34C00BA94A9 /* uLandTemplates.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {544, 26650}}";
-			sepNavSelRange = "{1407, 0}";
-			sepNavVisRange = "{1225, 366}";
-			sepNavWindowFrame = "{{38, 185}, {938, 967}}";
-		};
-	};
-	61798803114AA34C00BA94A9 /* uLandTexture.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {845, 1638}}";
-			sepNavSelRange = "{3388, 0}";
-			sepNavVisRange = "{3, 250}";
-			sepNavWindowFrame = "{{400, 151}, {938, 967}}";
-		};
-	};
-	61798804114AA34C00BA94A9 /* uLocale.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {879, 1846}}";
-			sepNavSelRange = "{0, 0}";
-			sepNavVisRange = "{0, 2884}";
-			sepNavWindowFrame = "{{61, 164}, {938, 967}}";
-		};
-	};
-	61798805114AA34C00BA94A9 /* uMisc.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1034, 10127}}";
-			sepNavSelRange = "{16907, 0}";
-			sepNavVisRange = "{15663, 1986}";
-			sepNavWindowFrame = "{{84, 143}, {938, 967}}";
-		};
-	};
-	61798806114AA34C00BA94A9 /* uRandom.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {879, 1235}}";
-			sepNavSelRange = "{1113, 0}";
-			sepNavVisRange = "{0, 1817}";
-			sepNavWindowFrame = "{{15, 206}, {938, 967}}";
-		};
-	};
-	61798807114AA34C00BA94A9 /* uScript.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {607, 11297}}";
-			sepNavSelRange = "{1143, 0}";
-			sepNavVisRange = "{1004, 219}";
-			sepNavWindowFrame = "{{38, 185}, {938, 967}}";
-		};
-	};
-	61798808114AA34C00BA94A9 /* uSHA.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {879, 2028}}";
-			sepNavSelRange = "{1408, 0}";
-			sepNavVisRange = "{0, 1914}";
-			sepNavWindowFrame = "{{749, 211}, {938, 967}}";
-		};
-	};
-	61798809114AA34C00BA94A9 /* uSound.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {544, 3302}}";
-			sepNavSelRange = "{1282, 0}";
-			sepNavVisRange = "{1229, 128}";
-			sepNavWindowFrame = "{{61, 164}, {938, 967}}";
-		};
-	};
-	6179880A114AA34C00BA94A9 /* uStats.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {879, 3042}}";
-			sepNavSelRange = "{905, 0}";
-			sepNavVisRange = "{0, 2007}";
-			sepNavWindowFrame = "{{84, 143}, {938, 967}}";
-		};
-	};
-	6179880B114AA34C00BA94A9 /* uStore.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1090, 19552}}";
-			sepNavSelRange = "{13527, 0}";
-			sepNavVisRange = "{13229, 2030}";
-			sepNavWindowFrame = "{{38, 478}, {803, 674}}";
-		};
-	};
-	6179880C114AA34C00BA94A9 /* uTeams.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {775, 6617}}";
-			sepNavSelRange = "{932, 0}";
-			sepNavVisRange = "{831, 110}";
-			sepNavWindowFrame = "{{15, 206}, {938, 967}}";
-		};
-	};
-	6179880E114AA34C00BA94A9 /* uVisualGears.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1321, 11063}}";
-			sepNavSelRange = "{873, 0}";
-			sepNavVisRange = "{0, 2081}";
-			sepNavWindowFrame = "{{38, 185}, {938, 967}}";
-		};
-	};
-	6179880F114AA34C00BA94A9 /* uWorld.pas */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {901, 13247}}";
-			sepNavSelRange = "{1635, 0}";
-			sepNavVisRange = "{3460, 1435}";
-			sepNavWindowFrame = "{{158, 270}, {960, 678}}";
-		};
-	};
-	61798852114AA44900BA94A9 /* config.inc */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {999, 664}}";
-			sepNavSelRange = "{0, 0}";
-			sepNavVisRange = "{0, 871}";
-			sepNavWindowFrame = "{{753, -247}, {1058, 792}}";
-		};
-	};
-	61798856114AA48A00BA94A9 /* CGPointUtils.c */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {474, 572}}";
-			sepNavSelRange = "{423, 0}";
-			sepNavVisRange = "{139, 468}";
-			sepNavWindowFrame = "{{107, 411}, {960, 678}}";
-		};
-	};
-	61798857114AA48A00BA94A9 /* CGPointUtils.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {472, 247}}";
-			sepNavSelRange = "{152, 29}";
-			sepNavVisRange = "{144, 38}";
-			sepNavWindowFrame = "{{61, 339}, {1058, 792}}";
-		};
-	};
-	61798858114AA48A00BA94A9 /* IMG_png.c */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1524, 6266}}";
-			sepNavSelRange = "{2544, 0}";
-			sepNavVisRange = "{2505, 162}";
-		};
-	};
-	61798859114AA48A00BA94A9 /* IMG.c */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {786, 1820}}";
-			sepNavSelRange = "{0, 0}";
-			sepNavVisRange = "{0, 776}";
-		};
-	};
-	6179885A114AA48A00BA94A9 /* PascalImports.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {744, 754}}";
-			sepNavSelRange = "{899, 0}";
-			sepNavVisRange = "{191, 766}";
-			sepNavWindowFrame = "{{685, 352}, {803, 674}}";
-		};
-	};
-	6179885B114AA48A00BA94A9 /* SDL_image.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {516, 1196}}";
-			sepNavSelRange = "{0, 0}";
-			sepNavVisRange = "{899, 1}";
-		};
-	};
-	61798863114AA4AA00BA94A9 /* SDL_uikitappdelegate.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {744, 715}}";
-			sepNavSelRange = "{1425, 0}";
-			sepNavVisRange = "{551, 1256}";
-			sepNavWindowFrame = "{{471, 203}, {803, 674}}";
-		};
-	};
-	61798864114AA4AA00BA94A9 /* SDL_uikitappdelegate.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {873, 2002}}";
-			sepNavSelRange = "{3865, 188}";
-			sepNavVisRange = "{3583, 1566}";
-			sepNavWindowFrame = "{{29, 241}, {803, 674}}";
-		};
-	};
-	61798867114AA4AA00BA94A9 /* SDL_uikitwindow.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {532, 572}}";
-			sepNavSelRange = "{0, 0}";
-			sepNavVisRange = "{0, 3}";
-		};
-	};
-	61798868114AA4AA00BA94A9 /* SDL_uikitwindow.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {735, 1677}}";
-			sepNavSelRange = "{1723, 0}";
-			sepNavVisRange = "{0, 1306}";
-			sepNavWindowFrame = "{{880, 321}, {794, 632}}";
-		};
-	};
-	6179886E114AA4D000BA94A9 /* MainMenuViewController.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {999, 664}}";
-			sepNavSelRange = "{172, 0}";
-			sepNavVisRange = "{0, 480}";
-			sepNavWindowFrame = "{{852, 335}, {775, 623}}";
-		};
-	};
-	6179886F114AA4D000BA94A9 /* MainMenuViewController.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {999, 2210}}";
-			sepNavSelRange = "{192, 20}";
-			sepNavVisRange = "{0, 1468}";
-			sepNavWindowFrame = "{{682, 125}, {1058, 792}}";
-		};
-	};
-	61798887114AA4E600BA94A9 /* GameSetup.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1020, 742}}";
-			sepNavSelRange = "{254, 0}";
-			sepNavVisRange = "{0, 746}";
-			sepNavWindowFrame = "{{761, 205}, {897, 692}}";
-		};
-	};
-	61798888114AA4E600BA94A9 /* GameSetup.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1384, 5044}}";
-			sepNavSelRange = "{2276, 0}";
-			sepNavVisRange = "{1347, 2987}";
-			sepNavWindowFrame = "{{93, 224}, {1079, 870}}";
-		};
-	};
-	6179889D114AA5BD00BA94A9 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61798852114AA44900BA94A9 /* config.inc */;
-		name = "config.inc: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 874;
-		vrLoc = 0;
-	};
-	61798A1F114ADD2600BA94A9 /* backgroundCenter.png */ = {
-		uiCtxt = {
-			sepNavWindowFrame = "{{38, 360}, {1058, 792}}";
-		};
-	};
-	61798A26114ADD2600BA94A9 /* Icon.png */ = {
-		uiCtxt = {
-			sepNavWindowFrame = "{{38, 360}, {1058, 792}}";
-		};
-	};
-	6179928B114AE0C800BA94A9 /* UpdateDataFolder */ = {
-		activeExec = 0;
-	};
-	61799342114B297000BA94A9 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 61798A23114ADD2600BA94A9 /* borderBottom.png */;
-	};
-	61799343114B297000BA94A9 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 61798A21114ADD2600BA94A9 /* backgroundRight.png */;
-	};
-	6179934E114BD5AB00BA94A9 /* menuCorner.png */ = {
-		uiCtxt = {
-			sepNavWindowFrame = "{{15, 381}, {1058, 792}}";
-		};
-	};
-	6179937111501D7800BA94A9 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 61798A1E114ADD2600BA94A9 /* backgroundBottom.png */;
-	};
-	6179937411501D7800BA94A9 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 61798A29114ADD2600BA94A9 /* settingsButton.png */;
-	};
-	6179937511501D7800BA94A9 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 61798A2A114ADD2600BA94A9 /* storeButton.png */;
-	};
-	6179938511501FFA00BA94A9 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 6179934E114BD5AB00BA94A9 /* menuCorner.png */;
-	};
-	6179943111502CEA00BA94A9 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 6179936711501D3D00BA94A9 /* arrowDown.png */;
-	};
-	617B27B71171617A004A76A2 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61798864114AA4AA00BA94A9 /* SDL_uikitappdelegate.m */;
-		name = "SDL_uikitappdelegate.m: 153";
-		rLen = 0;
-		rLoc = 5144;
-		rType = 0;
-		vrLen = 0;
-		vrLoc = 0;
-	};
-	617B27B81171617A004A76A2 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 6179886F114AA4D000BA94A9 /* MainMenuViewController.m */;
-		name = "MainMenuViewController.m: 107";
-		rLen = 0;
-		rLoc = 3579;
-		rType = 0;
-		vrLen = 0;
-		vrLoc = 0;
-	};
-	617B27B91171617A004A76A2 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 617987E9114AA34C00BA94A9 /* hwLibrary.pas */;
-		name = "hwLibrary.pas: 11";
-		rLen = 7;
-		rLoc = 344;
-		rType = 0;
-		vrLen = 691;
-		vrLoc = 0;
-	};
-	617B280E117164FC004A76A2 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61A11AC81168DA9400359010 /* MasterViewController.m */;
-		name = "MasterViewController.m: 58";
-		rLen = 0;
-		rLoc = 2574;
-		rType = 0;
-		vrLen = 929;
-		vrLoc = 1909;
-	};
-	617E1DB5116FEE5B002EF3D8 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 611B0A9F116B626E00112153 /* GeneralSettingsViewController.h */;
-		name = "GeneralSettingsViewController.h: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 144;
-		vrLoc = 0;
-	};
-	6184DE201178F4BD00AF6EFA /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 614A818B1178C72A00552546 /* uMisc.s */;
-		name = "uMisc.s: 3086";
-		rLen = 0;
-		rLoc = 76263;
-		rType = 0;
-		vrLen = 336;
-		vrLoc = 125943;
-	};
-	6184DEA111795DBD00AF6EFA /* UIImageExtra.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {943, 650}}";
-			sepNavSelRange = "{19, 0}";
-			sepNavVisRange = "{0, 406}";
-		};
-	};
-	6184DEA211795DBD00AF6EFA /* UIImageExtra.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {474, 1245}}";
-			sepNavSelRange = "{145, 0}";
-			sepNavVisRange = "{0, 246}";
-			sepNavWindowFrame = "{{672, 213}, {1002, 778}}";
-		};
-	};
-	6184DF001179666500AF6EFA /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61798856114AA48A00BA94A9 /* CGPointUtils.c */;
-		name = "CGPointUtils.c: 19";
-		rLen = 0;
-		rLoc = 423;
-		rType = 0;
-		vrLen = 468;
-		vrLoc = 139;
-	};
-	6184DF10117967DC00AF6EFA /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 618BE60211751F4F00F22556 /* GravesViewController.m */;
-		name = "GravesViewController.m: 151";
-		rLen = 0;
-		rLoc = 4789;
-		rType = 0;
-		vrLen = 886;
-		vrLoc = 4427;
-	};
-	6184DF4411796A9200AF6EFA /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61A11AE01168DC6E00359010 /* SingleTeamViewController.m */;
-		name = "SingleTeamViewController.m: 40";
-		rLen = 48;
-		rLoc = 997;
-		rType = 0;
-		vrLen = 485;
-		vrLoc = 748;
-	};
-	6184DF4511796A9200AF6EFA /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 619C5231116E4E810049FD84 /* FlagsViewController.m */;
-		name = "FlagsViewController.m: 70";
-		rLen = 0;
-		rLoc = 1822;
-		rType = 0;
-		vrLen = 306;
-		vrLoc = 1641;
-	};
-	6184DF9A1179752300AF6EFA /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61A11AE31168DC9400359010 /* HogHatViewController.m */;
-		name = "HogHatViewController.m: 102";
-		rLen = 0;
-		rLoc = 3376;
-		rType = 0;
-		vrLen = 499;
-		vrLoc = 3;
-	};
-	6184DFE111797D2500AF6EFA /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 619C51BE116E40FC0049FD84 /* CommodityFunctions.m */;
-		name = "CommodityFunctions.m: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 671;
-		vrLoc = 150;
-	};
-	6188FE60116F77AF004F3690 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61A11ACE1168DB1B00359010 /* TeamSettingsViewController.m */;
-		name = "TeamSettingsViewController.m: 42";
-		rLen = 0;
-		rLoc = 1568;
-		rType = 0;
-		vrLen = 253;
-		vrLoc = 1557;
-	};
-	618AFC07115BE92A003D411B /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 61798A20114ADD2600BA94A9 /* backgroundLeft.png */;
-	};
-	618BE56511750F6B00F22556 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 619C51BD116E40FC0049FD84 /* CommodityFunctions.h */;
-		name = "CommodityFunctions.h: 18";
-		rLen = 0;
-		rLoc = 566;
-		rType = 0;
-		vrLen = 1367;
-		vrLoc = 150;
-	};
-	618BE5911175126900F22556 /* LevelViewController.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {474, 390}}";
-			sepNavSelRange = "{26, 0}";
-			sepNavVisRange = "{0, 274}";
-		};
-	};
-	618BE5921175126900F22556 /* LevelViewController.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1027, 2652}}";
-			sepNavSelRange = "{26, 0}";
-			sepNavVisRange = "{0, 1596}";
-			sepNavWindowFrame = "{{61, 334}, {1086, 797}}";
-		};
-	};
-	618BE599117512E400F22556 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61A11ACD1168DB1B00359010 /* TeamSettingsViewController.h */;
-		name = "TeamSettingsViewController.h: 17";
-		rLen = 0;
-		rLoc = 364;
-		rType = 0;
-		vrLen = 429;
-		vrLoc = 0;
-	};
-	618BE59A117512E400F22556 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61A11AE21168DC9400359010 /* HogHatViewController.h */;
-		name = "HogHatViewController.h: 24";
-		rLen = 0;
-		rLoc = 547;
-		rType = 0;
-		vrLen = 598;
-		vrLoc = 53;
-	};
-	618BE5FE11751F1C00F22556 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 619C5230116E4E800049FD84 /* FlagsViewController.h */;
-		name = "FlagsViewController.h: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 520;
-		vrLoc = 0;
-	};
-	618BE60111751F4F00F22556 /* GravesViewController.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1027, 669}}";
-			sepNavSelRange = "{27, 0}";
-			sepNavVisRange = "{0, 601}";
-		};
-	};
-	618BE60211751F4F00F22556 /* GravesViewController.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1027, 2496}}";
-			sepNavSelRange = "{27, 0}";
-			sepNavVisRange = "{0, 1611}";
-			sepNavWindowFrame = "{{38, 355}, {1086, 797}}";
-		};
-	};
-	618BE6A1117527CD00F22556 /* VoicesViewController.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {943, 627}}";
-			sepNavSelRange = "{177, 0}";
-			sepNavVisRange = "{0, 549}";
-			sepNavWindowFrame = "{{638, 196}, {1002, 778}}";
-		};
-	};
-	618BE6A2117527CD00F22556 /* VoicesViewController.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {943, 3225}}";
-			sepNavSelRange = "{52, 0}";
-			sepNavVisRange = "{3, 1067}";
-			sepNavWindowFrame = "{{493, 227}, {1002, 778}}";
-		};
-	};
-	618BE6C2117528B200F22556 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 618BE60111751F4F00F22556 /* GravesViewController.h */;
-		name = "GravesViewController.h: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 595;
-		vrLoc = 0;
-	};
-	618BE6C3117528B200F22556 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 619C533C116E70050049FD84 /* FortsViewController.h */;
-		name = "FortsViewController.h: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 520;
-		vrLoc = 0;
-	};
-	618BE6E81175298700F22556 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 618BE6A1117527CD00F22556 /* VoicesViewController.h */;
-		name = "VoicesViewController.h: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 399;
-		vrLoc = 0;
-	};
-	618BE70111752C5200F22556 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 618BE70211752C5200F22556 /* SDL_audiocvt.c */;
-		name = "SDL_audiocvt.c: 796";
-		rLen = 0;
-		rLoc = 25474;
-		rType = 0;
-		vrLen = 492;
-		vrLoc = 25149;
-	};
-	618BE70211752C5200F22556 /* SDL_audiocvt.c */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = sourcecode.c.c;
-		name = SDL_audiocvt.c;
-		path = "/Users/vittorio/hedgewars/Library/SDL-1.3/SDL/src/audio/SDL_audiocvt.c";
-		sourceTree = "<absolute>";
-	};
-	618BE70311752C5200F22556 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 618BE70411752C5200F22556 /* music_ogg.c */;
-		name = "music_ogg.c: 171";
-		rLen = 0;
-		rLoc = 4193;
-		rType = 0;
-		vrLen = 545;
-		vrLoc = 4408;
-	};
-	618BE70411752C5200F22556 /* music_ogg.c */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = sourcecode.c.c;
-		name = music_ogg.c;
-		path = "/Users/vittorio/hedgewars/Library/SDL-1.3/SDL_mixer/music_ogg.c";
-		sourceTree = "<absolute>";
-	};
-	618BE70511752C5200F22556 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 618BE70611752C5200F22556 /* music.c */;
-		name = "music.c: 285";
-		rLen = 0;
-		rLoc = 6392;
-		rType = 0;
-		vrLen = 428;
-		vrLoc = 6200;
-	};
-	618BE70611752C5200F22556 /* music.c */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = sourcecode.c.c;
-		name = music.c;
-		path = "/Users/vittorio/hedgewars/Library/SDL-1.3/SDL_mixer/music.c";
-		sourceTree = "<absolute>";
-	};
-	618BE70711752C5200F22556 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 618BE70811752C5200F22556 /* mixer.c */;
-		name = "mixer.c: 276";
-		rLen = 0;
-		rLoc = 6646;
-		rType = 0;
-		vrLen = 678;
-		vrLoc = 6380;
-	};
-	618BE70811752C5200F22556 /* mixer.c */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = sourcecode.c.c;
-		name = mixer.c;
-		path = "/Users/vittorio/hedgewars/Library/SDL-1.3/SDL_mixer/mixer.c";
-		sourceTree = "<absolute>";
-	};
-	618BE72C11752D7900F22556 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 618BE6A2117527CD00F22556 /* VoicesViewController.m */;
-		name = "VoicesViewController.m: 47";
-		rLen = 0;
-		rLoc = 1147;
-		rType = 0;
-		vrLen = 512;
-		vrLoc = 943;
-	};
-	6196317D116E89DF00C47CEE /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 32CA4F630368D1EE00C91783 /* HedgewarsMobile_Prefix.pch */;
-		name = "HedgewarsMobile_Prefix.pch: 7";
-		rLen = 0;
-		rLoc = 181;
-		rType = 0;
-		vrLen = 225;
-		vrLoc = 0;
-	};
-	619C51BD116E40FC0049FD84 /* CommodityFunctions.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {999, 641}}";
-			sepNavSelRange = "{1007, 0}";
-			sepNavVisRange = "{0, 1576}";
-			sepNavWindowFrame = "{{593, 138}, {1058, 792}}";
-		};
-	};
-	619C51BE116E40FC0049FD84 /* CommodityFunctions.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {873, 676}}";
-			sepNavSelRange = "{0, 0}";
-			sepNavVisRange = "{150, 671}";
-			sepNavWindowFrame = "{{84, 204}, {1058, 792}}";
-		};
-	};
-	619C51C6116E42850049FD84 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61A11A4D1168D13600359010 /* PopoverMenuViewController.m */;
-		name = "PopoverMenuViewController.m: 13";
-		rLen = 0;
-		rLoc = 330;
-		rType = 0;
-		vrLen = 7;
-		vrLoc = 0;
-	};
-	619C51CB116E42850049FD84 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61798857114AA48A00BA94A9 /* CGPointUtils.h */;
-		name = "CGPointUtils.h: 10";
-		rLen = 29;
-		rLoc = 152;
-		rType = 0;
-		vrLen = 38;
-		vrLoc = 144;
-	};
-	619C51E0116E45820049FD84 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 6179885B114AA48A00BA94A9 /* SDL_image.h */;
-		name = "SDL_image.h: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 1;
-		vrLoc = 899;
-	};
-	619C5230116E4E800049FD84 /* FlagsViewController.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {999, 664}}";
-			sepNavSelRange = "{0, 0}";
-			sepNavVisRange = "{0, 582}";
-			sepNavWindowFrame = "{{86, 212}, {1058, 792}}";
-		};
-	};
-	619C5231116E4E810049FD84 /* FlagsViewController.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {754, 2548}}";
-			sepNavSelRange = "{1822, 0}";
-			sepNavVisRange = "{1641, 306}";
-			sepNavWindowFrame = "{{67, 264}, {1058, 792}}";
-		};
-	};
-	619C523D116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C523E116E56330049FD84 /* hh_small.png */;
-	};
-	619C523E116E56330049FD84 /* hh_small.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = hh_small.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/hh_small.png;
-		sourceTree = "<absolute>";
-	};
-	619C523F116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5240116E56330049FD84 /* amWhip.png */;
-	};
-	619C5240116E56330049FD84 /* amWhip.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amWhip.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amWhip.png;
-		sourceTree = "<absolute>";
-	};
-	619C5241116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5242116E56330049FD84 /* amVamp.png */;
-	};
-	619C5242116E56330049FD84 /* amVamp.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amVamp.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amVamp.png;
-		sourceTree = "<absolute>";
-	};
-	619C5243116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5244116E56330049FD84 /* amSniperRifle.png */;
-	};
-	619C5244116E56330049FD84 /* amSniperRifle.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amSniperRifle.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amSniperRifle.png;
-		sourceTree = "<absolute>";
-	};
-	619C5245116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5246116E56330049FD84 /* amSkip.png */;
-	};
-	619C5246116E56330049FD84 /* amSkip.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amSkip.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amSkip.png;
-		sourceTree = "<absolute>";
-	};
-	619C5247116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5248116E56330049FD84 /* amShotgun_w.png */;
-	};
-	619C5248116E56330049FD84 /* amShotgun_w.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amShotgun_w.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amShotgun_w.png;
-		sourceTree = "<absolute>";
-	};
-	619C5249116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C524A116E56330049FD84 /* amShotgun.png */;
-	};
-	619C524A116E56330049FD84 /* amShotgun.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amShotgun.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amShotgun.png;
-		sourceTree = "<absolute>";
-	};
-	619C524B116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C524C116E56330049FD84 /* amSeduction.png */;
-	};
-	619C524C116E56330049FD84 /* amSeduction.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amSeduction.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amSeduction.png;
-		sourceTree = "<absolute>";
-	};
-	619C524D116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C524E116E56330049FD84 /* amRope.png */;
-	};
-	619C524E116E56330049FD84 /* amRope.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amRope.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amRope.png;
-		sourceTree = "<absolute>";
-	};
-	619C524F116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5250116E56330049FD84 /* amRCPlane.png */;
-	};
-	619C5250116E56330049FD84 /* amRCPlane.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amRCPlane.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amRCPlane.png;
-		sourceTree = "<absolute>";
-	};
-	619C5251116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5252116E56330049FD84 /* amMortar.png */;
-	};
-	619C5252116E56330049FD84 /* amMortar.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amMortar.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amMortar.png;
-		sourceTree = "<absolute>";
-	};
-	619C5253116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5254116E56330049FD84 /* amMolotov.png */;
-	};
-	619C5254116E56330049FD84 /* amMolotov.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amMolotov.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amMolotov.png;
-		sourceTree = "<absolute>";
-	};
-	619C5255116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5256116E56330049FD84 /* amMine.png */;
-	};
-	619C5256116E56330049FD84 /* amMine.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amMine.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amMine.png;
-		sourceTree = "<absolute>";
-	};
-	619C5257116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5258116E56330049FD84 /* amMelon.png */;
-	};
-	619C5258116E56330049FD84 /* amMelon.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amMelon.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amMelon.png;
-		sourceTree = "<absolute>";
-	};
-	619C5259116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C525A116E56330049FD84 /* amKamikaze.png */;
-	};
-	619C525A116E56330049FD84 /* amKamikaze.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amKamikaze.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amKamikaze.png;
-		sourceTree = "<absolute>";
-	};
-	619C525B116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C525C116E56330049FD84 /* amJetpack.png */;
-	};
-	619C525C116E56330049FD84 /* amJetpack.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amJetpack.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amJetpack.png;
-		sourceTree = "<absolute>";
-	};
-	619C525D116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C525E116E56330049FD84 /* amHellish.png */;
-	};
-	619C525E116E56330049FD84 /* amHellish.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amHellish.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amHellish.png;
-		sourceTree = "<absolute>";
-	};
-	619C525F116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5260116E56330049FD84 /* amGrenade.png */;
-	};
-	619C5260116E56330049FD84 /* amGrenade.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amGrenade.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amGrenade.png;
-		sourceTree = "<absolute>";
-	};
-	619C5261116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5262116E56330049FD84 /* amGirder.png */;
-	};
-	619C5262116E56330049FD84 /* amGirder.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amGirder.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amGirder.png;
-		sourceTree = "<absolute>";
-	};
-	619C5263116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5264116E56330049FD84 /* amDynamite.png */;
-	};
-	619C5264116E56330049FD84 /* amDynamite.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amDynamite.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amDynamite.png;
-		sourceTree = "<absolute>";
-	};
-	619C5265116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5266116E56330049FD84 /* amDrill.png */;
-	};
-	619C5266116E56330049FD84 /* amDrill.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amDrill.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amDrill.png;
-		sourceTree = "<absolute>";
-	};
-	619C5267116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5268116E56330049FD84 /* amDEagle_w.png */;
-	};
-	619C5268116E56330049FD84 /* amDEagle_w.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amDEagle_w.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amDEagle_w.png;
-		sourceTree = "<absolute>";
-	};
-	619C5269116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C526A116E56330049FD84 /* amDEagle.png */;
-	};
-	619C526A116E56330049FD84 /* amDEagle.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amDEagle.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amDEagle.png;
-		sourceTree = "<absolute>";
-	};
-	619C526B116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C526C116E56330049FD84 /* amConstruction.png */;
-	};
-	619C526C116E56330049FD84 /* amConstruction.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amConstruction.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amConstruction.png;
-		sourceTree = "<absolute>";
-	};
-	619C526D116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C526E116E56330049FD84 /* amCluster.png */;
-	};
-	619C526E116E56330049FD84 /* amCluster.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amCluster.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amCluster.png;
-		sourceTree = "<absolute>";
-	};
-	619C526F116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5270116E56330049FD84 /* amCake.png */;
-	};
-	619C5270116E56330049FD84 /* amCake.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amCake.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amCake.png;
-		sourceTree = "<absolute>";
-	};
-	619C5271116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5272116E56330049FD84 /* amBee.png */;
-	};
-	619C5272116E56330049FD84 /* amBee.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amBee.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amBee.png;
-		sourceTree = "<absolute>";
-	};
-	619C5273116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5274116E56330049FD84 /* amBazooka.png */;
-	};
-	619C5274116E56330049FD84 /* amBazooka.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amBazooka.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amBazooka.png;
-		sourceTree = "<absolute>";
-	};
-	619C5275116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5276116E56330049FD84 /* amBaseball.png */;
-	};
-	619C5276116E56330049FD84 /* amBaseball.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amBaseball.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amBaseball.png;
-		sourceTree = "<absolute>";
-	};
-	619C5277116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5278116E56330049FD84 /* amBallgun.png */;
-	};
-	619C5278116E56330049FD84 /* amBallgun.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amBallgun.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amBallgun.png;
-		sourceTree = "<absolute>";
-	};
-	619C5279116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C527A116E56330049FD84 /* amBTorch_w.png */;
-	};
-	619C527A116E56330049FD84 /* amBTorch_w.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amBTorch_w.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amBTorch_w.png;
-		sourceTree = "<absolute>";
-	};
-	619C527B116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C527C116E56330049FD84 /* amBTorch_i.png */;
-	};
-	619C527C116E56330049FD84 /* amBTorch_i.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amBTorch_i.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amBTorch_i.png;
-		sourceTree = "<absolute>";
-	};
-	619C527D116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C527E116E56330049FD84 /* amAirAttack.png */;
-	};
-	619C527E116E56330049FD84 /* amAirAttack.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = amAirAttack.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/amAirAttack.png;
-		sourceTree = "<absolute>";
-	};
-	619C527F116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5280116E56330049FD84 /* Wave.png */;
-	};
-	619C5280116E56330049FD84 /* Wave.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Wave.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/Wave.png;
-		sourceTree = "<absolute>";
-	};
-	619C5281116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5282116E56330049FD84 /* Vampiric.png */;
-	};
-	619C5282116E56330049FD84 /* Vampiric.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Vampiric.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/Vampiric.png;
-		sourceTree = "<absolute>";
-	};
-	619C5283116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5284116E56330049FD84 /* ThoughtTail.png */;
-	};
-	619C5284116E56330049FD84 /* ThoughtTail.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = ThoughtTail.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/ThoughtTail.png;
-		sourceTree = "<absolute>";
-	};
-	619C5285116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5286116E56330049FD84 /* ThoughtEdge.png */;
-	};
-	619C5286116E56330049FD84 /* ThoughtEdge.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = ThoughtEdge.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/ThoughtEdge.png;
-		sourceTree = "<absolute>";
-	};
-	619C5287116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5288116E56330049FD84 /* ThoughtCorner.png */;
-	};
-	619C5288116E56330049FD84 /* ThoughtCorner.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = ThoughtCorner.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/ThoughtCorner.png;
-		sourceTree = "<absolute>";
-	};
-	619C5289116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C528A116E56330049FD84 /* SpeechTail.png */;
-	};
-	619C528A116E56330049FD84 /* SpeechTail.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = SpeechTail.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/SpeechTail.png;
-		sourceTree = "<absolute>";
-	};
-	619C528B116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C528C116E56330049FD84 /* SpeechEdge.png */;
-	};
-	619C528C116E56330049FD84 /* SpeechEdge.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = SpeechEdge.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/SpeechEdge.png;
-		sourceTree = "<absolute>";
-	};
-	619C528D116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C528E116E56330049FD84 /* SpeechCorner.png */;
-	};
-	619C528E116E56330049FD84 /* SpeechCorner.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = SpeechCorner.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/SpeechCorner.png;
-		sourceTree = "<absolute>";
-	};
-	619C528F116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5290116E56330049FD84 /* Shrug.png */;
-	};
-	619C5290116E56330049FD84 /* Shrug.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Shrug.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/Shrug.png;
-		sourceTree = "<absolute>";
-	};
-	619C5291116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5292116E56330049FD84 /* ShoutTail.png */;
-	};
-	619C5292116E56330049FD84 /* ShoutTail.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = ShoutTail.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/ShoutTail.png;
-		sourceTree = "<absolute>";
-	};
-	619C5293116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5294116E56330049FD84 /* ShoutEdge.png */;
-	};
-	619C5294116E56330049FD84 /* ShoutEdge.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = ShoutEdge.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/ShoutEdge.png;
-		sourceTree = "<absolute>";
-	};
-	619C5295116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5296116E56330049FD84 /* ShoutCorner.png */;
-	};
-	619C5296116E56330049FD84 /* ShoutCorner.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = ShoutCorner.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/ShoutCorner.png;
-		sourceTree = "<absolute>";
-	};
-	619C5297116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5298116E56330049FD84 /* Sad.png */;
-	};
-	619C5298116E56330049FD84 /* Sad.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Sad.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/Sad.png;
-		sourceTree = "<absolute>";
-	};
-	619C5299116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C529A116E56330049FD84 /* Kowtow.png */;
-	};
-	619C529A116E56330049FD84 /* Kowtow.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Kowtow.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/Kowtow.png;
-		sourceTree = "<absolute>";
-	};
-	619C529B116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C529C116E56330049FD84 /* Juggle.png */;
-	};
-	619C529C116E56330049FD84 /* Juggle.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Juggle.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/Juggle.png;
-		sourceTree = "<absolute>";
-	};
-	619C529D116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C529E116E56330049FD84 /* Invulnerable.png */;
-	};
-	619C529E116E56330049FD84 /* Invulnerable.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Invulnerable.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/Invulnerable.png;
-		sourceTree = "<absolute>";
-	};
-	619C529F116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52A0116E56330049FD84 /* Idle.png */;
-	};
-	619C52A0116E56330049FD84 /* Idle.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Idle.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/Idle.png;
-		sourceTree = "<absolute>";
-	};
-	619C52A1116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52A2116E56330049FD84 /* ILoveLemonade.png */;
-	};
-	619C52A2116E56330049FD84 /* ILoveLemonade.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = ILoveLemonade.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/ILoveLemonade.png;
-		sourceTree = "<absolute>";
-	};
-	619C52A3116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52A4116E56330049FD84 /* Hurrah.png */;
-	};
-	619C52A4116E56330049FD84 /* Hurrah.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Hurrah.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog/Hurrah.png;
-		sourceTree = "<absolute>";
-	};
-	619C52A5116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52A6116E56330049FD84 /* Health.png */;
-	};
-	619C52A6116E56330049FD84 /* Health.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Health.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Health.png;
-		sourceTree = "<absolute>";
-	};
-	619C52A7116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52A8116E56330049FD84 /* Hammer.png */;
-	};
-	619C52A8116E56330049FD84 /* Hammer.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Hammer.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hammer.png;
-		sourceTree = "<absolute>";
-	};
-	619C52A9116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52AA116E56330049FD84 /* HHDress.png */;
-	};
-	619C52AA116E56330049FD84 /* HHDress.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = HHDress.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/HHDress.png;
-		sourceTree = "<absolute>";
-	};
-	619C52AB116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52AC116E56330049FD84 /* HHDeath.png */;
-	};
-	619C52AC116E56330049FD84 /* HHDeath.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = HHDeath.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/HHDeath.png;
-		sourceTree = "<absolute>";
-	};
-	619C52AD116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52AE116E56330049FD84 /* Grenade.png */;
-	};
-	619C52AE116E56330049FD84 /* Grenade.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Grenade.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Grenade.png;
-		sourceTree = "<absolute>";
-	};
-	619C52AF116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52B0116E56330049FD84 /* Hedgehog.png */;
-	};
-	619C52B0116E56330049FD84 /* Hedgehog.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Hedgehog.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Hedgehog.png;
-		sourceTree = "<absolute>";
-	};
-	619C52B1116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52B2116E56330049FD84 /* HellishBomb.png */;
-	};
-	619C52B2116E56330049FD84 /* HellishBomb.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = HellishBomb.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/HellishBomb.png;
-		sourceTree = "<absolute>";
-	};
-	619C52B4116E56330049FD84 /* Lag.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Lag.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Lag.png;
-		sourceTree = "<absolute>";
-	};
-	619C52B6116E56330049FD84 /* MineDead.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = MineDead.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/MineDead.png;
-		sourceTree = "<absolute>";
-	};
-	619C52B7116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52B8116E56330049FD84 /* MineOff.png */;
-	};
-	619C52B8116E56330049FD84 /* MineOff.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = MineOff.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/MineOff.png;
-		sourceTree = "<absolute>";
-	};
-	619C52B9116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52BA116E56330049FD84 /* MineOn.png */;
-	};
-	619C52BA116E56330049FD84 /* MineOn.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = MineOn.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/MineOn.png;
-		sourceTree = "<absolute>";
-	};
-	619C52BB116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52BC116E56330049FD84 /* Molotov.png */;
-	};
-	619C52BC116E56330049FD84 /* Molotov.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Molotov.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Molotov.png;
-		sourceTree = "<absolute>";
-	};
-	619C52BD116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52BE116E56330049FD84 /* Parachute.png */;
-	};
-	619C52BE116E56330049FD84 /* Parachute.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Parachute.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Parachute.png;
-		sourceTree = "<absolute>";
-	};
-	619C52BF116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52C0116E56330049FD84 /* PowerBar.png */;
-	};
-	619C52C0116E56330049FD84 /* PowerBar.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = PowerBar.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/PowerBar.png;
-		sourceTree = "<absolute>";
-	};
-	619C52C1116E56330049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52C2116E56330049FD84 /* RCPlane.png */;
-	};
-	619C52C2116E56330049FD84 /* RCPlane.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = RCPlane.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/RCPlane.png;
-		sourceTree = "<absolute>";
-	};
-	619C52C4116E56330049FD84 /* Feather.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Feather.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Feather.png;
-		sourceTree = "<absolute>";
-	};
-	619C52C6116E56330049FD84 /* Explosives.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Explosives.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Explosives.png;
-		sourceTree = "<absolute>";
-	};
-	619C52C8116E56330049FD84 /* ExplPart2.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = ExplPart2.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/ExplPart2.png;
-		sourceTree = "<absolute>";
-	};
-	619C52CA116E56330049FD84 /* Expl50.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Expl50.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Expl50.png;
-		sourceTree = "<absolute>";
-	};
-	619C52CC116E56330049FD84 /* EvilTrace.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = EvilTrace.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/EvilTrace.png;
-		sourceTree = "<absolute>";
-	};
-	619C52CE116E56330049FD84 /* Droplet.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Droplet.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Droplet.png;
-		sourceTree = "<absolute>";
-	};
-	619C52D1116E56330049FD84 /* Crosshair.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Crosshair.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Crosshair.png;
-		sourceTree = "<absolute>";
-	};
-	619C533C116E70050049FD84 /* FortsViewController.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {999, 664}}";
-			sepNavSelRange = "{26, 0}";
-			sepNavVisRange = "{0, 582}";
-			sepNavWindowFrame = "{{628, 243}, {1058, 792}}";
-		};
-	};
-	619C533D116E70050049FD84 /* FortsViewController.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {845, 2818}}";
-			sepNavSelRange = "{650, 0}";
-			sepNavVisRange = "{507, 824}";
-			sepNavWindowFrame = "{{84, 361}, {1058, 792}}";
-		};
-	};
-	619C5859116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C585A116E73B00049FD84 /* AirBomb.png */;
-	};
-	619C585A116E73B00049FD84 /* AirBomb.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = AirBomb.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/AirBomb.png;
-		sourceTree = "<absolute>";
-	};
-	619C585B116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C585C116E73B00049FD84 /* Airplane.png */;
-	};
-	619C585C116E73B00049FD84 /* Airplane.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Airplane.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Airplane.png;
-		sourceTree = "<absolute>";
-	};
-	619C585D116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C585E116E73B00049FD84 /* Arrow.png */;
-	};
-	619C585E116E73B00049FD84 /* Arrow.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Arrow.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Arrow.png;
-		sourceTree = "<absolute>";
-	};
-	619C585F116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5860116E73B00049FD84 /* Balls.png */;
-	};
-	619C5860116E73B00049FD84 /* Balls.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Balls.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Balls.png;
-		sourceTree = "<absolute>";
-	};
-	619C5861116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5862116E73B00049FD84 /* Bee.png */;
-	};
-	619C5862116E73B00049FD84 /* Bee.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Bee.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Bee.png;
-		sourceTree = "<absolute>";
-	};
-	619C5863116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5864116E73B00049FD84 /* BeeTrace.png */;
-	};
-	619C5864116E73B00049FD84 /* BeeTrace.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = BeeTrace.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/BeeTrace.png;
-		sourceTree = "<absolute>";
-	};
-	619C5865116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5866116E73B00049FD84 /* BigDigits.png */;
-	};
-	619C5866116E73B00049FD84 /* BigDigits.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = BigDigits.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/BigDigits.png;
-		sourceTree = "<absolute>";
-	};
-	619C5867116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5868116E73B00049FD84 /* BigExplosion.png */;
-	};
-	619C5868116E73B00049FD84 /* BigExplosion.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = BigExplosion.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/BigExplosion.png;
-		sourceTree = "<absolute>";
-	};
-	619C5869116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C586A116E73B00049FD84 /* Birdy.png */;
-	};
-	619C586A116E73B00049FD84 /* Birdy.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Birdy.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Birdy.png;
-		sourceTree = "<absolute>";
-	};
-	619C586B116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C586C116E73B00049FD84 /* BlueWater.png */;
-	};
-	619C586C116E73B00049FD84 /* BlueWater.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = BlueWater.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/BlueWater.png;
-		sourceTree = "<absolute>";
-	};
-	619C586D116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C586E116E73B00049FD84 /* Bomb.png */;
-	};
-	619C586E116E73B00049FD84 /* Bomb.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Bomb.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Bomb.png;
-		sourceTree = "<absolute>";
-	};
-	619C586F116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5870116E73B00049FD84 /* Bubbles.png */;
-	};
-	619C5870116E73B00049FD84 /* Bubbles.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Bubbles.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Bubbles.png;
-		sourceTree = "<absolute>";
-	};
-	619C5871116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5872116E73B00049FD84 /* Cake_down.png */;
-	};
-	619C5872116E73B00049FD84 /* Cake_down.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Cake_down.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Cake_down.png;
-		sourceTree = "<absolute>";
-	};
-	619C5873116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5874116E73B00049FD84 /* Cake_walk.png */;
-	};
-	619C5874116E73B00049FD84 /* Cake_walk.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Cake_walk.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Cake_walk.png;
-		sourceTree = "<absolute>";
-	};
-	619C5875116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5876116E73B00049FD84 /* Case.png */;
-	};
-	619C5876116E73B00049FD84 /* Case.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Case.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Case.png;
-		sourceTree = "<absolute>";
-	};
-	619C5877116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5878116E73B00049FD84 /* Censored.png */;
-	};
-	619C5878116E73B00049FD84 /* Censored.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Censored.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Censored.png;
-		sourceTree = "<absolute>";
-	};
-	619C5879116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C587A116E73B00049FD84 /* ClBomb.png */;
-	};
-	619C587A116E73B00049FD84 /* ClBomb.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = ClBomb.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/ClBomb.png;
-		sourceTree = "<absolute>";
-	};
-	619C587B116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C587C116E73B00049FD84 /* ClParticle.png */;
-	};
-	619C587C116E73B00049FD84 /* ClParticle.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = ClParticle.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/ClParticle.png;
-		sourceTree = "<absolute>";
-	};
-	619C587D116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C587E116E73B00049FD84 /* Clouds.png */;
-	};
-	619C587E116E73B00049FD84 /* Clouds.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Clouds.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Clouds.png;
-		sourceTree = "<absolute>";
-	};
-	619C587F116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52D1116E56330049FD84 /* Crosshair.png */;
-	};
-	619C5880116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5881116E73B00049FD84 /* Drill.png */;
-	};
-	619C5881116E73B00049FD84 /* Drill.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Drill.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Drill.png;
-		sourceTree = "<absolute>";
-	};
-	619C5882116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52CE116E56330049FD84 /* Droplet.png */;
-	};
-	619C5883116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5884116E73B00049FD84 /* Dust.png */;
-	};
-	619C5884116E73B00049FD84 /* Dust.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Dust.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Dust.png;
-		sourceTree = "<absolute>";
-	};
-	619C5885116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5886116E73B00049FD84 /* Egg.png */;
-	};
-	619C5886116E73B00049FD84 /* Egg.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Egg.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Egg.png;
-		sourceTree = "<absolute>";
-	};
-	619C5887116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52CC116E56330049FD84 /* EvilTrace.png */;
-	};
-	619C5888116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52CA116E56330049FD84 /* Expl50.png */;
-	};
-	619C5889116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C588A116E73B00049FD84 /* ExplPart.png */;
-	};
-	619C588A116E73B00049FD84 /* ExplPart.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = ExplPart.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/ExplPart.png;
-		sourceTree = "<absolute>";
-	};
-	619C588B116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52C8116E56330049FD84 /* ExplPart2.png */;
-	};
-	619C588C116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52C6116E56330049FD84 /* Explosives.png */;
-	};
-	619C588D116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C588E116E73B00049FD84 /* ExplosivesRoll.png */;
-	};
-	619C588E116E73B00049FD84 /* ExplosivesRoll.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = ExplosivesRoll.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/ExplosivesRoll.png;
-		sourceTree = "<absolute>";
-	};
-	619C588F116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52C4116E56330049FD84 /* Feather.png */;
-	};
-	619C5890116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C5891116E73B00049FD84 /* Finger.png */;
-	};
-	619C5891116E73B00049FD84 /* Finger.png */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = image.png;
-		name = Finger.png;
-		path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Data/Graphics/Finger.png;
-		sourceTree = "<absolute>";
-	};
-	619C5892116E73B00049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52B6116E56330049FD84 /* MineDead.png */;
-	};
-	619C58B2116E76080049FD84 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 619C52B4116E56330049FD84 /* Lag.png */;
-	};
-	61A11A4C1168D13600359010 /* PopoverMenuViewController.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {999, 664}}";
-			sepNavSelRange = "{221, 21}";
-			sepNavVisRange = "{0, 367}";
-			sepNavWindowFrame = "{{84, 318}, {1058, 792}}";
-		};
-	};
-	61A11A4D1168D13600359010 /* PopoverMenuViewController.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {670, 1807}}";
-			sepNavSelRange = "{288, 0}";
-			sepNavVisRange = "{0, 501}";
-			sepNavWindowFrame = "{{84, 318}, {1058, 792}}";
-		};
-	};
-	61A11ABF1168D8B600359010 /* SplitViewRootController.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {999, 664}}";
-			sepNavSelRange = "{180, 0}";
-			sepNavVisRange = "{0, 396}";
-		};
-	};
-	61A11AC01168D8B600359010 /* SplitViewRootController.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {999, 1235}}";
-			sepNavSelRange = "{550, 0}";
-			sepNavVisRange = "{0, 2100}";
-			sepNavWindowFrame = "{{725, 326}, {1058, 792}}";
-		};
-	};
-	61A11AC71168DA9400359010 /* MasterViewController.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {999, 639}}";
-			sepNavSelRange = "{621, 13}";
-			sepNavVisRange = "{0, 673}";
-		};
-	};
-	61A11AC81168DA9400359010 /* MasterViewController.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1048, 1937}}";
-			sepNavSelRange = "{4792, 0}";
-			sepNavVisRange = "{4012, 1740}";
-			sepNavWindowFrame = "{{312, 236}, {1058, 792}}";
-		};
-	};
-	61A11ACD1168DB1B00359010 /* TeamSettingsViewController.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {472, 296}}";
-			sepNavSelRange = "{364, 0}";
-			sepNavVisRange = "{0, 429}";
-			sepNavWindowFrame = "{{730, 203}, {1058, 792}}";
-		};
-	};
-	61A11ACE1168DB1B00359010 /* TeamSettingsViewController.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1048, 2340}}";
-			sepNavSelRange = "{3228, 0}";
-			sepNavVisRange = "{5366, 1416}";
-			sepNavWindowFrame = "{{529, 227}, {1058, 792}}";
-		};
-	};
-	61A11AD41168DB3700359010 /* DetailViewController.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {999, 664}}";
-			sepNavSelRange = "{198, 0}";
-			sepNavVisRange = "{0, 611}";
-			sepNavWindowFrame = "{{690, 271}, {1058, 792}}";
-		};
-	};
-	61A11AD51168DB3700359010 /* DetailViewController.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1069, 1937}}";
-			sepNavSelRange = "{1555, 5}";
-			sepNavVisRange = "{0, 640}";
-			sepNavWindowFrame = "{{690, 271}, {1058, 792}}";
-		};
-	};
-	61A11ADF1168DC6E00359010 /* SingleTeamViewController.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1006, 668}}";
-			sepNavSelRange = "{755, 0}";
-			sepNavVisRange = "{0, 1248}";
-			sepNavWindowFrame = "{{38, 374}, {1002, 778}}";
-		};
-	};
-	61A11AE01168DC6E00359010 /* SingleTeamViewController.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1027, 5343}}";
-			sepNavSelRange = "{14386, 0}";
-			sepNavVisRange = "{12295, 2832}";
-			sepNavWindowFrame = "{{715, 337}, {1086, 797}}";
-		};
-	};
-	61A11AE21168DC9400359010 /* HogHatViewController.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {472, 364}}";
-			sepNavSelRange = "{547, 0}";
-			sepNavVisRange = "{53, 598}";
-			sepNavWindowFrame = "{{49, 251}, {1058, 792}}";
-		};
-	};
-	61A11AE31168DC9400359010 /* HogHatViewController.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1048, 2691}}";
-			sepNavSelRange = "{3376, 0}";
-			sepNavVisRange = "{0, 1849}";
-			sepNavWindowFrame = "{{807, 320}, {1058, 792}}";
-		};
-	};
-	61BD54C411789A020038D495 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61F6AB961177BE470013254C /* SDL_audiotypecvt.c */;
-		name = "SDL_audiotypecvt.c: 3861";
-		rLen = 0;
-		rLoc = 123570;
-		rType = 0;
-		vrLen = 779;
-		vrLoc = 123261;
-	};
-	61C3251C1179A300001E70B1 /* openalbridge */ = {
-		activeExec = 0;
-	};
-	61C325231179A314001E70B1 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 6184DEA211795DBD00AF6EFA /* UIImageExtra.m */;
-		name = "UIImageExtra.m: 9";
-		rLen = 0;
-		rLoc = 145;
-		rType = 0;
-		vrLen = 246;
-		vrLoc = 0;
-	};
-	61C325391179A336001E70B1 /* errlib.c */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {579, 1425}}";
-			sepNavSelRange = "{871, 0}";
-			sepNavVisRange = "{509, 440}";
-			sepNavWindowFrame = "{{153, 250}, {1086, 797}}";
-		};
-	};
-	61C3253A1179A336001E70B1 /* errlib.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1027, 669}}";
-			sepNavSelRange = "{0, 839}";
-			sepNavVisRange = "{0, 839}";
-			sepNavWindowFrame = "{{130, 271}, {1086, 797}}";
-		};
-	};
-	61C3253B1179A336001E70B1 /* globals.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {558, 2310}}";
-			sepNavSelRange = "{1163, 0}";
-			sepNavVisRange = "{977, 202}";
-			sepNavWindowFrame = "{{107, 292}, {1086, 797}}";
-		};
-	};
-	61C3253C1179A336001E70B1 /* loaders.c */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {789, 3840}}";
-			sepNavSelRange = "{902, 0}";
-			sepNavVisRange = "{828, 595}";
-		};
-	};
-	61C3253D1179A336001E70B1 /* loaders.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {803, 555}}";
-			sepNavSelRange = "{899, 0}";
-			sepNavVisRange = "{829, 414}";
-		};
-	};
-	61C3253E1179A336001E70B1 /* openalbridge.c */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {768, 7860}}";
-			sepNavSelRange = "{4909, 0}";
-			sepNavVisRange = "{4612, 631}";
-			sepNavWindowFrame = "{{622, 369}, {1086, 797}}";
-		};
-	};
-	61C325401179A336001E70B1 /* openalbridge.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1027, 720}}";
-			sepNavSelRange = "{2053, 0}";
-			sepNavVisRange = "{3, 2114}";
-			sepNavWindowFrame = "{{622, 369}, {1086, 797}}";
-		};
-	};
-	61C325411179A336001E70B1 /* wrappers.c */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1027, 2175}}";
-			sepNavSelRange = "{0, 4432}";
-			sepNavVisRange = "{0, 1355}";
-			sepNavWindowFrame = "{{61, 334}, {1086, 797}}";
-		};
-	};
-	61C325421179A336001E70B1 /* wrappers.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {558, 630}}";
-			sepNavSelRange = "{1077, 0}";
-			sepNavVisRange = "{901, 404}";
-			sepNavWindowFrame = "{{84, 313}, {1086, 797}}";
-		};
-	};
-	61C325681179A3A0001E70B1 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 618BE5911175126900F22556 /* LevelViewController.h */;
-		name = "LevelViewController.h: 2";
-		rLen = 0;
-		rLoc = 26;
-		rType = 0;
-		vrLen = 274;
-		vrLoc = 0;
-	};
-	61C325691179A3A0001E70B1 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61C325401179A336001E70B1 /* openalbridge.h */;
-		name = "openalbridge.h: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 684;
-		vrLoc = 0;
-	};
-	61C325DD1179A993001E70B1 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61C3253B1179A336001E70B1 /* globals.h */;
-		name = "globals.h: 39";
-		rLen = 0;
-		rLoc = 1163;
-		rType = 0;
-		vrLen = 202;
-		vrLoc = 977;
-	};
-	61C326361179B0A5001E70B1 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61C3253E1179A336001E70B1 /* openalbridge.c */;
-		name = "openalbridge.c: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 755;
-		vrLoc = 69;
-	};
-	61C3263A1179B0A5001E70B1 /* oalTouchAppDelegate.m */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = sourcecode.c.objc;
-		name = oalTouchAppDelegate.m;
-		path = /Users/vittorio/Downloads/oalTouch/Classes/oalTouchAppDelegate.m;
-		sourceTree = "<absolute>";
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {621, 1635}}";
-			sepNavSelRange = "{0, 0}";
-			sepNavVisRange = "{0, 518}";
-		};
-	};
-	61C3266D117A15C8001E70B1 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61C3263A1179B0A5001E70B1 /* oalTouchAppDelegate.m */;
-		name = "oalTouchAppDelegate.m: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 518;
-		vrLoc = 0;
-	};
-	61C3266E117A15C8001E70B1 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 617987ED114AA34C00BA94A9 /* SDLh.pas */;
-		name = "SDLh.pas: 523";
-		rLen = 0;
-		rLoc = 13681;
-		rType = 0;
-		vrLen = 605;
-		vrLoc = 12570;
-	};
-	61CCBE60116135FF00833FE8 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61798800114AA34C00BA94A9 /* uLandGraphics.pas */;
-		name = "uLandGraphics.pas: 6";
-		rLen = 0;
-		rLoc = 204;
-		rType = 0;
-		vrLen = 130;
-		vrLoc = 186;
-	};
-	61CCBF1E116162CA00833FE8 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 617987F3114AA34C00BA94A9 /* uAIAmmoTests.pas */;
-		name = "uAIAmmoTests.pas: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 125;
-		vrLoc = 3102;
-	};
-	61CCBF451161637F00833FE8 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 617987F0114AA34C00BA94A9 /* SinTable.inc */;
-		name = "SinTable.inc: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 49;
-		vrLoc = 0;
-	};
-	61CCBF461161637F00833FE8 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 617987F4114AA34C00BA94A9 /* uAIMisc.pas */;
-		name = "uAIMisc.pas: 205";
-		rLen = 0;
-		rLoc = 6716;
-		rType = 0;
-		vrLen = 49;
-		vrLoc = 2094;
-	};
-	61CCBF471161637F00833FE8 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 617987F5114AA34C00BA94A9 /* uAmmos.pas */;
-		name = "uAmmos.pas: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 130;
-		vrLoc = 186;
-	};
-	61CCBF7B1161657400833FE8 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 617987FA114AA34C00BA94A9 /* uFloat.pas */;
-		name = "uFloat.pas: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 49;
-		vrLoc = 0;
-	};
-	61CCBF7C1161657400833FE8 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 6179880E114AA34C00BA94A9 /* uVisualGears.pas */;
-		name = "uVisualGears.pas: 23";
-		rLen = 0;
-		rLoc = 873;
-		rType = 0;
-		vrLen = 53;
-		vrLoc = 822;
-	};
-	61CCBF7E1161657400833FE8 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61798809114AA34C00BA94A9 /* uSound.pas */;
-		name = "uSound.pas: 42";
-		rLen = 0;
-		rLoc = 1282;
-		rType = 0;
-		vrLen = 128;
-		vrLoc = 1229;
-	};
-	61CCBF7F1161657400833FE8 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61798807114AA34C00BA94A9 /* uScript.pas */;
-		name = "uScript.pas: 32";
-		rLen = 0;
-		rLoc = 1143;
-		rType = 0;
-		vrLen = 219;
-		vrLoc = 1004;
-	};
-	61CCBFD11161833800833FE8 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 617987FD114AA34C00BA94A9 /* uIO.pas */;
-		name = "uIO.pas: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 3;
-		vrLoc = 0;
-	};
-	61CCBFD21161833800833FE8 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 617987F7114AA34C00BA94A9 /* uCollisions.pas */;
-		name = "uCollisions.pas: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 3;
-		vrLoc = 111;
-	};
-	61CCBFD31161833800833FE8 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 617987F9114AA34C00BA94A9 /* uConsts.pas */;
-		name = "uConsts.pas: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 72;
-		vrLoc = 114;
-	};
-	61CCBFD41161833800833FE8 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 617987FB114AA34C00BA94A9 /* uGame.pas */;
-		name = "uGame.pas: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 62;
-		vrLoc = 49;
-	};
-	61CCBFD51161833800833FE8 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 617987FC114AA34C00BA94A9 /* uGears.pas */;
-		name = "uGears.pas: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 58;
-		vrLoc = 258;
-	};
-	61CCBFD71161833800833FE8 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 6179880C114AA34C00BA94A9 /* uTeams.pas */;
-		name = "uTeams.pas: 23";
-		rLen = 0;
-		rLoc = 932;
-		rType = 0;
-		vrLen = 110;
-		vrLoc = 831;
-	};
-	61CCBFD91161833800833FE8 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61798805114AA34C00BA94A9 /* uMisc.pas */;
-		name = "uMisc.pas: 24";
-		rLen = 0;
-		rLoc = 853;
-		rType = 0;
-		vrLen = 89;
-		vrLoc = 766;
-	};
-	61CCBFDA1161833800833FE8 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61798802114AA34C00BA94A9 /* uLandTemplates.pas */;
-		name = "uLandTemplates.pas: 37";
-		rLen = 0;
-		rLoc = 1407;
-		rType = 0;
-		vrLen = 366;
-		vrLoc = 1225;
-	};
-	61CCBFDB1161833800833FE8 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 617987FF114AA34C00BA94A9 /* uLand.pas */;
-		name = "uLand.pas: 912";
-		rLen = 0;
-		rLoc = 25370;
-		rType = 0;
-		vrLen = 209;
-		vrLoc = 25434;
-	};
-	61CCBFDC1161833800833FE8 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 617987E4114AA34C00BA94A9 /* GSHandlers.inc */;
-		name = "GSHandlers.inc: 716";
-		rLen = 0;
-		rLoc = 23048;
-		rType = 0;
-		vrLen = 148;
-		vrLoc = 22940;
-	};
-	61CE23E7115E49560098C467 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 6179880F114AA34C00BA94A9 /* uWorld.pas */;
-		name = "uWorld.pas: 526";
-		rLen = 0;
-		rLoc = 16649;
-		rType = 0;
-		vrLen = 482;
-		vrLoc = 16577;
-	};
-	61CE23FF115E4B290098C467 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 611FD9CB1155A28C00C2203D /* HedgewarsTitle.png */;
-	};
-	61CE250B115E749A0098C467 /* OverlayViewController.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {879, 839}}";
-			sepNavSelRange = "{468, 0}";
-			sepNavVisRange = "{0, 1087}";
-			sepNavWindowFrame = "{{982, 125}, {938, 967}}";
-		};
-	};
-	61CE250C115E749A0098C467 /* OverlayViewController.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {936, 4745}}";
-			sepNavSelRange = "{10697, 0}";
-			sepNavVisRange = "{7551, 1834}";
-			sepNavWindowFrame = "{{572, 185}, {938, 967}}";
-		};
-	};
-	61CE251F115E75A70098C467 /* PBXBookmark */ = {
-		isa = PBXBookmark;
-		fRef = 61798A28114ADD2600BA94A9 /* playButton.png */;
-	};
-	61CEDB60116ACBBB0067BAFC /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61798868114AA4AA00BA94A9 /* SDL_uikitwindow.m */;
-		name = "SDL_uikitwindow.m: 58";
-		rLen = 0;
-		rLoc = 1723;
-		rType = 0;
-		vrLen = 0;
-		vrLoc = 0;
-	};
-	61D96559117180D9001EB3B4 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61A11AD51168DB3700359010 /* DetailViewController.m */;
-		name = "DetailViewController.m: 42";
-		rLen = 5;
-		rLoc = 1555;
-		rType = 0;
-		vrLen = 640;
-		vrLoc = 0;
-	};
-	61D96591117182B1001EB3B4 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61A11AC01168D8B600359010 /* SplitViewRootController.m */;
-		name = "SplitViewRootController.m: 33";
-		rLen = 0;
-		rLoc = 1211;
-		rType = 0;
-		vrLen = 1367;
-		vrLoc = 551;
-	};
-	61E2F0811156B170002D33C1 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 617987F6114AA34C00BA94A9 /* uChat.pas */;
-		name = "uChat.pas: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 181;
-		vrLoc = 0;
-	};
-	61F6AB931177BE470013254C /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 61CE250C115E749A0098C467 /* OverlayViewController.m */;
-		name = "OverlayViewController.m: 7";
-		rLen = 0;
-		rLoc = 152;
-		rType = 0;
-		vrLen = 547;
-		vrLoc = 51;
-	};
-	61F6AB961177BE470013254C /* SDL_audiotypecvt.c */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = sourcecode.c.c;
-		name = SDL_audiotypecvt.c;
-		path = "/Users/vittorio/hedgewars/Library/SDL-1.3/SDL/src/audio/SDL_audiotypecvt.c";
-		sourceTree = "<absolute>";
-	};
-	61F8E0D6116E98A900108149 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 619C533D116E70050049FD84 /* FortsViewController.m */;
-		name = "FortsViewController.m: 152";
-		rLen = 1;
-		rLoc = 4986;
-		rType = 0;
-		vrLen = 430;
-		vrLoc = 4835;
-	};
-	61FE2AE4116D658700F76CDC /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 6179886E114AA4D000BA94A9 /* MainMenuViewController.h */;
-		name = "MainMenuViewController.h: 10";
-		rLen = 0;
-		rLoc = 172;
-		rType = 0;
-		vrLen = 80;
-		vrLoc = 148;
-	};
-	8D1107310486CEB800E47090 /* Info.plist */ = {
-		uiCtxt = {
-			sepNavWindowFrame = "{{777, 277}, {1058, 792}}";
-		};
-	};
-	928301160F10CAFC00CC5A3C /* fpc */ = {
-		activeExec = 0;
-	};
-}
--- a/project_files/HedgewarsMobile/HedgewarsMobile.xcodeproj/project.pbxproj	Thu Apr 29 17:21:10 2010 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1514 +0,0 @@
-// !$*UTF8*$!
-{
-	archiveVersion = 1;
-	classes = {
-	};
-	objectVersion = 45;
-	objects = {
-
-/* Begin PBXAggregateTarget section */
-		6179928B114AE0C800BA94A9 /* UpdateDataFolder */ = {
-			isa = PBXAggregateTarget;
-			buildConfigurationList = 61799290114AE0CD00BA94A9 /* Build configuration list for PBXAggregateTarget "UpdateDataFolder" */;
-			buildPhases = (
-				6179928A114AE0C800BA94A9 /* ShellScript */,
-			);
-			dependencies = (
-			);
-			name = UpdateDataFolder;
-			productName = UpdateDataFolder;
-		};
-/* End PBXAggregateTarget section */
-
-/* Begin PBXBuildFile section */
-		1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
-		1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
-		28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD14FF0DC6FC520079059D /* OpenGLES.framework */; };
-		28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; };
-		611B0AA1116B626E00112153 /* GeneralSettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 611B0AA0116B626E00112153 /* GeneralSettingsViewController.m */; };
-		611E127D117BACC60044B62F /* GameConfigViewController-iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 611E127C117BACC60044B62F /* GameConfigViewController-iPad.xib */; };
-		611E127F117BACCD0044B62F /* GameConfigViewController-iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 611E127E117BACCD0044B62F /* GameConfigViewController-iPhone.xib */; };
-		611E12FF117BBBDA0044B62F /* Entitlements-Development.plist in Resources */ = {isa = PBXBuildFile; fileRef = 611E12FE117BBBDA0044B62F /* Entitlements-Development.plist */; };
-		611E1316117BBE5A0044B62F /* WeaponSettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 611E1315117BBE5A0044B62F /* WeaponSettingsViewController.m */; };
-		611E1319117BBE700044B62F /* SchemeSettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 611E1318117BBE700044B62F /* SchemeSettingsViewController.m */; };
-		6122CD01116BECCA002648E9 /* Default-Landscape.png in Resources */ = {isa = PBXBuildFile; fileRef = 6122CD00116BECCA002648E9 /* Default-Landscape.png */; };
-		61272334117DF764005B90CF /* libSDL_image.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 61272333117DF752005B90CF /* libSDL_image.a */; };
-		61272339117DF778005B90CF /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61272338117DF778005B90CF /* MobileCoreServices.framework */; };
-		61272424117E17CF005B90CF /* TeamConfigViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61272423117E17CF005B90CF /* TeamConfigViewController.m */; };
-		612724D3117E28AF005B90CF /* HogButtonView.m in Sources */ = {isa = PBXBuildFile; fileRef = 612724D2117E28AF005B90CF /* HogButtonView.m */; };
-		61370653117B1D50004EE44A /* Entitlements-Distribution.plist in Resources */ = {isa = PBXBuildFile; fileRef = 61370652117B1D50004EE44A /* Entitlements-Distribution.plist */; };
-		61370676117B32EF004EE44A /* GameConfigViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61370674117B32EF004EE44A /* GameConfigViewController.m */; };
-		6151347E116C2803001F16D1 /* Icon-iPad.png in Resources */ = {isa = PBXBuildFile; fileRef = 6151347D116C2803001F16D1 /* Icon-iPad.png */; };
-		615134B1116C2C5F001F16D1 /* OverlayViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 615134B0116C2C5F001F16D1 /* OverlayViewController.xib */; };
-		615A92911183E31C006CA772 /* MapConfigViewController-iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 615A92901183E31C006CA772 /* MapConfigViewController-iPhone.xib */; };
-		617814E8118947A200C6A535 /* MapConfigViewController-iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 617814E7118947A200C6A535 /* MapConfigViewController-iPad.xib */; };
-		61798816114AA34C00BA94A9 /* hwengine.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987E7114AA34C00BA94A9 /* hwengine.pas */; };
-		61798818114AA34C00BA94A9 /* hwLibrary.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987E9114AA34C00BA94A9 /* hwLibrary.pas */; };
-		6179881B114AA34C00BA94A9 /* PascalExports.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987EC114AA34C00BA94A9 /* PascalExports.pas */; };
-		6179881C114AA34C00BA94A9 /* SDLh.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987ED114AA34C00BA94A9 /* SDLh.pas */; };
-		6179881F114AA34C00BA94A9 /* uAI.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F1114AA34C00BA94A9 /* uAI.pas */; };
-		61798820114AA34C00BA94A9 /* uAIActions.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F2114AA34C00BA94A9 /* uAIActions.pas */; };
-		61798821114AA34C00BA94A9 /* uAIAmmoTests.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F3114AA34C00BA94A9 /* uAIAmmoTests.pas */; };
-		61798822114AA34C00BA94A9 /* uAIMisc.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F4114AA34C00BA94A9 /* uAIMisc.pas */; };
-		61798823114AA34C00BA94A9 /* uAmmos.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F5114AA34C00BA94A9 /* uAmmos.pas */; };
-		61798824114AA34C00BA94A9 /* uChat.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F6114AA34C00BA94A9 /* uChat.pas */; };
-		61798825114AA34C00BA94A9 /* uCollisions.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F7114AA34C00BA94A9 /* uCollisions.pas */; };
-		61798826114AA34C00BA94A9 /* uConsole.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F8114AA34C00BA94A9 /* uConsole.pas */; };
-		61798827114AA34C00BA94A9 /* uConsts.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F9114AA34C00BA94A9 /* uConsts.pas */; };
-		61798828114AA34C00BA94A9 /* uFloat.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987FA114AA34C00BA94A9 /* uFloat.pas */; };
-		61798829114AA34C00BA94A9 /* uGame.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987FB114AA34C00BA94A9 /* uGame.pas */; };
-		6179882A114AA34C00BA94A9 /* uGears.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987FC114AA34C00BA94A9 /* uGears.pas */; };
-		6179882B114AA34C00BA94A9 /* uIO.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987FD114AA34C00BA94A9 /* uIO.pas */; };
-		6179882C114AA34C00BA94A9 /* uKeys.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987FE114AA34C00BA94A9 /* uKeys.pas */; };
-		6179882D114AA34C00BA94A9 /* uLand.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987FF114AA34C00BA94A9 /* uLand.pas */; };
-		6179882E114AA34C00BA94A9 /* uLandGraphics.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798800114AA34C00BA94A9 /* uLandGraphics.pas */; };
-		6179882F114AA34C00BA94A9 /* uLandObjects.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798801114AA34C00BA94A9 /* uLandObjects.pas */; };
-		61798830114AA34C00BA94A9 /* uLandTemplates.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798802114AA34C00BA94A9 /* uLandTemplates.pas */; };
-		61798831114AA34C00BA94A9 /* uLandTexture.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798803114AA34C00BA94A9 /* uLandTexture.pas */; };
-		61798832114AA34C00BA94A9 /* uLocale.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798804114AA34C00BA94A9 /* uLocale.pas */; };
-		61798833114AA34C00BA94A9 /* uMisc.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798805114AA34C00BA94A9 /* uMisc.pas */; };
-		61798834114AA34C00BA94A9 /* uRandom.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798806114AA34C00BA94A9 /* uRandom.pas */; };
-		61798835114AA34C00BA94A9 /* uScript.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798807114AA34C00BA94A9 /* uScript.pas */; };
-		61798836114AA34C00BA94A9 /* uSHA.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798808114AA34C00BA94A9 /* uSHA.pas */; };
-		61798837114AA34C00BA94A9 /* uSound.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798809114AA34C00BA94A9 /* uSound.pas */; };
-		61798838114AA34C00BA94A9 /* uStats.pas in Sources */ = {isa = PBXBuildFile; fileRef = 6179880A114AA34C00BA94A9 /* uStats.pas */; };
-		61798839114AA34C00BA94A9 /* uStore.pas in Sources */ = {isa = PBXBuildFile; fileRef = 6179880B114AA34C00BA94A9 /* uStore.pas */; };
-		6179883A114AA34C00BA94A9 /* uTeams.pas in Sources */ = {isa = PBXBuildFile; fileRef = 6179880C114AA34C00BA94A9 /* uTeams.pas */; };
-		6179883C114AA34C00BA94A9 /* uVisualGears.pas in Sources */ = {isa = PBXBuildFile; fileRef = 6179880E114AA34C00BA94A9 /* uVisualGears.pas */; };
-		6179883D114AA34C00BA94A9 /* uWorld.pas in Sources */ = {isa = PBXBuildFile; fileRef = 6179880F114AA34C00BA94A9 /* uWorld.pas */; };
-		6179885C114AA48A00BA94A9 /* CGPointUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = 61798856114AA48A00BA94A9 /* CGPointUtils.c */; };
-		61798869114AA4AA00BA94A9 /* SDL_uikitappdelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 61798864114AA4AA00BA94A9 /* SDL_uikitappdelegate.m */; };
-		6179886B114AA4AA00BA94A9 /* SDL_uikitwindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 61798868114AA4AA00BA94A9 /* SDL_uikitwindow.m */; };
-		6179887D114AA4D000BA94A9 /* MainMenuViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6179886F114AA4D000BA94A9 /* MainMenuViewController.m */; };
-		61798889114AA4E600BA94A9 /* GameSetup.m in Sources */ = {isa = PBXBuildFile; fileRef = 61798888114AA4E600BA94A9 /* GameSetup.m */; };
-		617988DB114AAA4200BA94A9 /* libSDLiPhoneOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 617988DA114AAA3900BA94A9 /* libSDLiPhoneOS.a */; };
-		6179891B114AAF2100BA94A9 /* libfreetype_arm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 61798916114AAF2100BA94A9 /* libfreetype_arm.a */; };
-		6179891C114AAF2100BA94A9 /* libfreetype_x86.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 61798917114AAF2100BA94A9 /* libfreetype_x86.a */; };
-		6179891F114AAF2100BA94A9 /* libvorbis_arm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6179891A114AAF2100BA94A9 /* libvorbis_arm.a */; };
-		61798935114AB25F00BA94A9 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61798934114AB25F00BA94A9 /* AudioToolbox.framework */; };
-		61798996114AB3FF00BA94A9 /* libSDL_mixer.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 61798993114AB3FA00BA94A9 /* libSDL_mixer.a */; };
-		617989BE114AB47A00BA94A9 /* libSDL_net.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 617989BB114AB47500BA94A9 /* libSDL_net.a */; };
-		61798A14114AB65C00BA94A9 /* libSDL_ttf.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 61798A13114AB65600BA94A9 /* libSDL_ttf.a */; };
-		61798A2C114ADD2600BA94A9 /* backgroundBottom.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A1E114ADD2600BA94A9 /* backgroundBottom.png */; };
-		61798A2D114ADD2600BA94A9 /* backgroundCenter.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A1F114ADD2600BA94A9 /* backgroundCenter.png */; };
-		61798A2E114ADD2600BA94A9 /* backgroundLeft.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A20114ADD2600BA94A9 /* backgroundLeft.png */; };
-		61798A2F114ADD2600BA94A9 /* backgroundRight.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A21114ADD2600BA94A9 /* backgroundRight.png */; };
-		61798A30114ADD2600BA94A9 /* backgroundTop.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A22114ADD2600BA94A9 /* backgroundTop.png */; };
-		61798A31114ADD2600BA94A9 /* borderBottom.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A23114ADD2600BA94A9 /* borderBottom.png */; };
-		61798A32114ADD2600BA94A9 /* borderTop.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A24114ADD2600BA94A9 /* borderTop.png */; };
-		61798A33114ADD2600BA94A9 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A25114ADD2600BA94A9 /* Default.png */; };
-		61798A34114ADD2600BA94A9 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A26114ADD2600BA94A9 /* Icon.png */; };
-		61798A35114ADD2600BA94A9 /* networkButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A27114ADD2600BA94A9 /* networkButton.png */; };
-		61798A36114ADD2600BA94A9 /* playButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A28114ADD2600BA94A9 /* playButton.png */; };
-		61798A37114ADD2600BA94A9 /* settingsButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A29114ADD2600BA94A9 /* settingsButton.png */; };
-		61798A38114ADD2600BA94A9 /* storeButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A2A114ADD2600BA94A9 /* storeButton.png */; };
-		61798A39114ADD2600BA94A9 /* title.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A2B114ADD2600BA94A9 /* title.png */; };
-		61799289114AE08700BA94A9 /* Data in Resources */ = {isa = PBXBuildFile; fileRef = 61798A5E114AE08600BA94A9 /* Data */; };
-		6179934F114BD5AB00BA94A9 /* menuCorner.png in Resources */ = {isa = PBXBuildFile; fileRef = 6179934E114BD5AB00BA94A9 /* menuCorner.png */; };
-		6179936B11501D3D00BA94A9 /* arrowDown.png in Resources */ = {isa = PBXBuildFile; fileRef = 6179936711501D3D00BA94A9 /* arrowDown.png */; };
-		6179936C11501D3D00BA94A9 /* arrowLeft.png in Resources */ = {isa = PBXBuildFile; fileRef = 6179936811501D3D00BA94A9 /* arrowLeft.png */; };
-		6179936D11501D3D00BA94A9 /* arrowRight.png in Resources */ = {isa = PBXBuildFile; fileRef = 6179936911501D3D00BA94A9 /* arrowRight.png */; };
-		6179936E11501D3D00BA94A9 /* arrowUp.png in Resources */ = {isa = PBXBuildFile; fileRef = 6179936A11501D3D00BA94A9 /* arrowUp.png */; };
-		617995321150403800BA94A9 /* joyPush.png in Resources */ = {isa = PBXBuildFile; fileRef = 617995311150403800BA94A9 /* joyPush.png */; };
-		6184DEA311795DBD00AF6EFA /* UIImageExtra.m in Sources */ = {isa = PBXBuildFile; fileRef = 6184DEA211795DBD00AF6EFA /* UIImageExtra.m */; };
-		618BE5931175126900F22556 /* LevelViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 618BE5921175126900F22556 /* LevelViewController.m */; };
-		618BE60311751F4F00F22556 /* GravesViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 618BE60211751F4F00F22556 /* GravesViewController.m */; };
-		618BE6A3117527CD00F22556 /* VoicesViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 618BE6A2117527CD00F22556 /* VoicesViewController.m */; };
-		619C51BF116E40FC0049FD84 /* CommodityFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = 619C51BE116E40FC0049FD84 /* CommodityFunctions.m */; };
-		619C5232116E4E810049FD84 /* FlagsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 619C5231116E4E810049FD84 /* FlagsViewController.m */; };
-		619C533E116E70050049FD84 /* FortsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 619C533D116E70050049FD84 /* FortsViewController.m */; };
-		61A1188511683A8C00359010 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61A117FE1168322700359010 /* CoreGraphics.framework */; };
-		61A118CA11683C7600359010 /* MainMenuViewController-iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 61A118C911683C7600359010 /* MainMenuViewController-iPad.xib */; };
-		61A118CC11683C7A00359010 /* MainMenuViewController-iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 61A118CB11683C7A00359010 /* MainMenuViewController-iPhone.xib */; };
-		61A118D211683CD100359010 /* Background.png in Resources */ = {isa = PBXBuildFile; fileRef = 611FD9C81155A1F200C2203D /* Background.png */; };
-		61A118D311683CD100359010 /* HedgewarsTitle.png in Resources */ = {isa = PBXBuildFile; fileRef = 611FD9CB1155A28C00C2203D /* HedgewarsTitle.png */; };
-		61A118D411683CD100359010 /* Multiplayer.png in Resources */ = {isa = PBXBuildFile; fileRef = 611FD9D11155A41000C2203D /* Multiplayer.png */; };
-		61A118D511683CD100359010 /* NetworkPlay.png in Resources */ = {isa = PBXBuildFile; fileRef = 611FD9CF1155A40700C2203D /* NetworkPlay.png */; };
-		61A11A4E1168D13600359010 /* PopoverMenuViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A11A4D1168D13600359010 /* PopoverMenuViewController.m */; };
-		61A11AC11168D8B600359010 /* SplitViewRootController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A11AC01168D8B600359010 /* SplitViewRootController.m */; };
-		61A11AC91168DA9400359010 /* MasterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A11AC81168DA9400359010 /* MasterViewController.m */; };
-		61A11ACF1168DB1B00359010 /* TeamSettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A11ACE1168DB1B00359010 /* TeamSettingsViewController.m */; };
-		61A11AD61168DB3700359010 /* DetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A11AD51168DB3700359010 /* DetailViewController.m */; };
-		61A11AE11168DC6E00359010 /* SingleTeamViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A11AE01168DC6E00359010 /* SingleTeamViewController.m */; };
-		61A11AE41168DC9400359010 /* HogHatViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A11AE31168DC9400359010 /* HogHatViewController.m */; };
-		61AA7ACA117FCC8200FDDD4D /* openalbridge_t.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AA7AC9117FCC8200FDDD4D /* openalbridge_t.h */; };
-		61B22E0F1180FBF400B2FCE0 /* MapConfigViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61B22E0D1180FBF400B2FCE0 /* MapConfigViewController.m */; };
-		61C325451179A336001E70B1 /* globals.h in Headers */ = {isa = PBXBuildFile; fileRef = 61C3253B1179A336001E70B1 /* globals.h */; };
-		61C325461179A336001E70B1 /* loaders.c in Sources */ = {isa = PBXBuildFile; fileRef = 61C3253C1179A336001E70B1 /* loaders.c */; };
-		61C325471179A336001E70B1 /* loaders.h in Headers */ = {isa = PBXBuildFile; fileRef = 61C3253D1179A336001E70B1 /* loaders.h */; };
-		61C325481179A336001E70B1 /* openalbridge.c in Sources */ = {isa = PBXBuildFile; fileRef = 61C3253E1179A336001E70B1 /* openalbridge.c */; };
-		61C325491179A336001E70B1 /* openalbridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 61C325401179A336001E70B1 /* openalbridge.h */; };
-		61C3254A1179A336001E70B1 /* wrappers.c in Sources */ = {isa = PBXBuildFile; fileRef = 61C325411179A336001E70B1 /* wrappers.c */; };
-		61C3254B1179A336001E70B1 /* wrappers.h in Headers */ = {isa = PBXBuildFile; fileRef = 61C325421179A336001E70B1 /* wrappers.h */; };
-		61C3255B1179A384001E70B1 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61C3255A1179A384001E70B1 /* OpenAL.framework */; };
-		61C325901179A732001E70B1 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61C3255A1179A384001E70B1 /* OpenAL.framework */; };
-		61C325A31179A7AD001E70B1 /* libopenalbridge.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 61C3251D1179A300001E70B1 /* libopenalbridge.a */; };
-		61CE250D115E749A0098C467 /* OverlayViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61CE250C115E749A0098C467 /* OverlayViewController.m */; };
-		61CF4971117E702F00BF05B7 /* SquareButtonView.m in Sources */ = {isa = PBXBuildFile; fileRef = 61CF4970117E702F00BF05B7 /* SquareButtonView.m */; };
-		922F64900F10F53100DC6EC0 /* libfpc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 928301170F10CAFC00CC5A3C /* libfpc.a */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXBuildRule section */
-		9283015B0F10E46D00CC5A3C /* PBXBuildRule */ = {
-			isa = PBXBuildRule;
-			compilerSpec = com.apple.compilers.proxy.script;
-			fileType = sourcecode.pascal;
-			isEditable = 1;
-			outputFiles = (
-				"$(DERIVED_SOURCES_DIR)-$(CURRENT_VARIANT)/$(CURRENT_ARCH)/$(INPUT_FILE_BASE).s",
-			);
-			script = "#!/bin/bash\n\n# Xcode's up-to-date checks are overzealous for us: a different SDK does not necessarily\n# mean we recompile all sources, because we do not have different units for different SDK\n# versions yet (and even if we did, not necessarily all files would be recompiled)...\n\ndestdir=\"${DERIVED_SOURCES_DIR}-${CURRENT_VARIANT}/${CURRENT_ARCH}\"\nif [ ! -f \"$destdir/compilefailed\" ]; then\n  # check whether the assembler code is newer than the source code\n  if [ \"$destdir/${INPUT_FILE_BASE}.s\" -nt \"$INPUT_FILE_PATH\" ]; then\n    # in this case we're ok, just touch the assembler file to avoid us getting here again next time\n    echo Updating assembler time stamp of \"$destdir/${INPUT_FILE_BASE}.s\"\n    touch \"$destdir/${INPUT_FILE_BASE}.s\"\n    exit 0\n  fi\n\n  echo File not found or not up-to-date: $destdir/${INPUT_FILE_BASE}.s\n  echo \"$INPUT_FILE_PATH:1: error: 1: \\\"$INPUT_FILE_PATH\\\" was not (re)compiled. If it is no longer used, please remove it from the \\\"Compile Sources\\\" phase of the \\\"$TARGETNAME\\\" target.\"\n  exit 1\nfi";
-		};
-/* End PBXBuildRule section */
-
-/* Begin PBXContainerItemProxy section */
-		61272332117DF752005B90CF /* PBXContainerItemProxy */ = {
-			isa = PBXContainerItemProxy;
-			containerPortal = 6127232E117DF752005B90CF /* SDL_image.xcodeproj */;
-			proxyType = 2;
-			remoteGlobalIDString = BE1FA74107AF4C45004B6283;
-			remoteInfo = "Static Library";
-		};
-		617988D9114AAA3900BA94A9 /* PBXContainerItemProxy */ = {
-			isa = PBXContainerItemProxy;
-			containerPortal = 617988D3114AAA3900BA94A9 /* SDLiPhoneOS.xcodeproj */;
-			proxyType = 2;
-			remoteGlobalIDString = FD6526630DE8FCCB002AD96B;
-			remoteInfo = StaticLibiPhoneOS;
-		};
-		61798992114AB3FA00BA94A9 /* PBXContainerItemProxy */ = {
-			isa = PBXContainerItemProxy;
-			containerPortal = 6179898B114AB3FA00BA94A9 /* SDL_mixer.xcodeproj */;
-			proxyType = 2;
-			remoteGlobalIDString = BE1FA95407AF96B2004B6283;
-			remoteInfo = "Static Library";
-		};
-		617989BA114AB47500BA94A9 /* PBXContainerItemProxy */ = {
-			isa = PBXContainerItemProxy;
-			containerPortal = 617989B3114AB47500BA94A9 /* SDL_net.xcodeproj */;
-			proxyType = 2;
-			remoteGlobalIDString = BE48FF6F07AFA9A900BB41DA;
-			remoteInfo = "Static Library";
-		};
-		61798A12114AB65600BA94A9 /* PBXContainerItemProxy */ = {
-			isa = PBXContainerItemProxy;
-			containerPortal = 61798A0B114AB65600BA94A9 /* SDL_ttf.xcodeproj */;
-			proxyType = 2;
-			remoteGlobalIDString = BE48FD6E07AFA17000BB41DA;
-			remoteInfo = "Static Library";
-		};
-		61C325201179A30E001E70B1 /* PBXContainerItemProxy */ = {
-			isa = PBXContainerItemProxy;
-			containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
-			proxyType = 1;
-			remoteGlobalIDString = 61C3251C1179A300001E70B1;
-			remoteInfo = openalbridge;
-		};
-		928301590F10E41300CC5A3C /* PBXContainerItemProxy */ = {
-			isa = PBXContainerItemProxy;
-			containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
-			proxyType = 1;
-			remoteGlobalIDString = 928301160F10CAFC00CC5A3C;
-			remoteInfo = fpc;
-		};
-/* End PBXContainerItemProxy section */
-
-/* Begin PBXFileReference section */
-		1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
-		1D6058910D05DD3D006BFB54 /* Hedgewars.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Hedgewars.app; sourceTree = BUILT_PRODUCTS_DIR; };
-		1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
-		28FD14FF0DC6FC520079059D /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
-		28FD15070DC6FC5B0079059D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
-		32CA4F630368D1EE00C91783 /* Hedgewars_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Hedgewars_Prefix.pch; sourceTree = "<group>"; };
-		611B0A9F116B626E00112153 /* GeneralSettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GeneralSettingsViewController.h; path = ../../cocoaTouch/GeneralSettingsViewController.h; sourceTree = SOURCE_ROOT; };
-		611B0AA0116B626E00112153 /* GeneralSettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GeneralSettingsViewController.m; path = ../../cocoaTouch/GeneralSettingsViewController.m; sourceTree = SOURCE_ROOT; };
-		611E127C117BACC60044B62F /* GameConfigViewController-iPad.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "GameConfigViewController-iPad.xib"; path = "../../cocoaTouch/xib/GameConfigViewController-iPad.xib"; sourceTree = SOURCE_ROOT; };
-		611E127E117BACCD0044B62F /* GameConfigViewController-iPhone.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "GameConfigViewController-iPhone.xib"; path = "../../cocoaTouch/xib/GameConfigViewController-iPhone.xib"; sourceTree = SOURCE_ROOT; };
-		611E12FE117BBBDA0044B62F /* Entitlements-Development.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Entitlements-Development.plist"; sourceTree = "<group>"; };
-		611E1314117BBE5A0044B62F /* WeaponSettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WeaponSettingsViewController.h; path = ../../cocoaTouch/WeaponSettingsViewController.h; sourceTree = SOURCE_ROOT; };
-		611E1315117BBE5A0044B62F /* WeaponSettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = WeaponSettingsViewController.m; path = ../../cocoaTouch/WeaponSettingsViewController.m; sourceTree = SOURCE_ROOT; };
-		611E1317117BBE700044B62F /* SchemeSettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SchemeSettingsViewController.h; path = ../../cocoaTouch/SchemeSettingsViewController.h; sourceTree = SOURCE_ROOT; };
-		611E1318117BBE700044B62F /* SchemeSettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SchemeSettingsViewController.m; path = ../../cocoaTouch/SchemeSettingsViewController.m; sourceTree = SOURCE_ROOT; };
-		611FD9C81155A1F200C2203D /* Background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Background.png; path = ../../QTfrontend/res/Background.png; sourceTree = SOURCE_ROOT; };
-		611FD9CB1155A28C00C2203D /* HedgewarsTitle.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = HedgewarsTitle.png; path = ../../QTfrontend/res/HedgewarsTitle.png; sourceTree = SOURCE_ROOT; };
-		611FD9CF1155A40700C2203D /* NetworkPlay.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = NetworkPlay.png; path = ../../QTfrontend/res/NetworkPlay.png; sourceTree = SOURCE_ROOT; };
-		611FD9D11155A41000C2203D /* Multiplayer.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Multiplayer.png; path = ../../QTfrontend/res/Multiplayer.png; sourceTree = SOURCE_ROOT; };
-		6122CD00116BECCA002648E9 /* Default-Landscape.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-Landscape.png"; path = "../../cocoaTouch/resources/Default-Landscape.png"; sourceTree = SOURCE_ROOT; };
-		6127232E117DF752005B90CF /* SDL_image.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL_image.xcodeproj; path = "../../../Library/SDL-1.3/SDL_image/Xcode_iPhone/SDL_image.xcodeproj"; sourceTree = SOURCE_ROOT; };
-		61272338117DF778005B90CF /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
-		61272422117E17CF005B90CF /* TeamConfigViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TeamConfigViewController.h; path = ../../cocoaTouch/TeamConfigViewController.h; sourceTree = SOURCE_ROOT; };
-		61272423117E17CF005B90CF /* TeamConfigViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TeamConfigViewController.m; path = ../../cocoaTouch/TeamConfigViewController.m; sourceTree = SOURCE_ROOT; };
-		612724D1117E28AF005B90CF /* HogButtonView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HogButtonView.h; path = ../../cocoaTouch/otherSrc/HogButtonView.h; sourceTree = SOURCE_ROOT; };
-		612724D2117E28AF005B90CF /* HogButtonView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HogButtonView.m; path = ../../cocoaTouch/otherSrc/HogButtonView.m; sourceTree = SOURCE_ROOT; };
-		61370652117B1D50004EE44A /* Entitlements-Distribution.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Entitlements-Distribution.plist"; sourceTree = "<group>"; };
-		61370673117B32EF004EE44A /* GameConfigViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GameConfigViewController.h; path = ../../cocoaTouch/GameConfigViewController.h; sourceTree = SOURCE_ROOT; };
-		61370674117B32EF004EE44A /* GameConfigViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GameConfigViewController.m; path = ../../cocoaTouch/GameConfigViewController.m; sourceTree = SOURCE_ROOT; };
-		6151347D116C2803001F16D1 /* Icon-iPad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-iPad.png"; path = "../../cocoaTouch/resources/Icon-iPad.png"; sourceTree = SOURCE_ROOT; };
-		615134B0116C2C5F001F16D1 /* OverlayViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = OverlayViewController.xib; path = ../../cocoaTouch/xib/OverlayViewController.xib; sourceTree = SOURCE_ROOT; };
-		615A92901183E31C006CA772 /* MapConfigViewController-iPhone.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "MapConfigViewController-iPhone.xib"; path = "../../cocoaTouch/xib/MapConfigViewController-iPhone.xib"; sourceTree = SOURCE_ROOT; };
-		617814E7118947A200C6A535 /* MapConfigViewController-iPad.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "MapConfigViewController-iPad.xib"; path = "../../cocoaTouch/xib/MapConfigViewController-iPad.xib"; sourceTree = SOURCE_ROOT; };
-		617987E1114AA34C00BA94A9 /* CCHandlers.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = CCHandlers.inc; path = ../../hedgewars/CCHandlers.inc; sourceTree = SOURCE_ROOT; };
-		617987E4114AA34C00BA94A9 /* GSHandlers.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = GSHandlers.inc; path = ../../hedgewars/GSHandlers.inc; sourceTree = SOURCE_ROOT; };
-		617987E5114AA34C00BA94A9 /* HHHandlers.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = HHHandlers.inc; path = ../../hedgewars/HHHandlers.inc; sourceTree = SOURCE_ROOT; };
-		617987E7114AA34C00BA94A9 /* hwengine.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = hwengine.pas; path = ../../hedgewars/hwengine.pas; sourceTree = SOURCE_ROOT; };
-		617987E9114AA34C00BA94A9 /* hwLibrary.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = hwLibrary.pas; path = ../../hedgewars/hwLibrary.pas; sourceTree = SOURCE_ROOT; };
-		617987EB114AA34C00BA94A9 /* options.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = options.inc; path = ../../hedgewars/options.inc; sourceTree = SOURCE_ROOT; };
-		617987EC114AA34C00BA94A9 /* PascalExports.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = PascalExports.pas; path = ../../hedgewars/PascalExports.pas; sourceTree = SOURCE_ROOT; };
-		617987ED114AA34C00BA94A9 /* SDLh.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = SDLh.pas; path = ../../hedgewars/SDLh.pas; sourceTree = SOURCE_ROOT; };
-		617987F0114AA34C00BA94A9 /* SinTable.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = SinTable.inc; path = ../../hedgewars/SinTable.inc; sourceTree = SOURCE_ROOT; };
-		617987F1114AA34C00BA94A9 /* uAI.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uAI.pas; path = ../../hedgewars/uAI.pas; sourceTree = SOURCE_ROOT; };
-		617987F2114AA34C00BA94A9 /* uAIActions.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uAIActions.pas; path = ../../hedgewars/uAIActions.pas; sourceTree = SOURCE_ROOT; };
-		617987F3114AA34C00BA94A9 /* uAIAmmoTests.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uAIAmmoTests.pas; path = ../../hedgewars/uAIAmmoTests.pas; sourceTree = SOURCE_ROOT; };
-		617987F4114AA34C00BA94A9 /* uAIMisc.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uAIMisc.pas; path = ../../hedgewars/uAIMisc.pas; sourceTree = SOURCE_ROOT; };
-		617987F5114AA34C00BA94A9 /* uAmmos.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uAmmos.pas; path = ../../hedgewars/uAmmos.pas; sourceTree = SOURCE_ROOT; };
-		617987F6114AA34C00BA94A9 /* uChat.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uChat.pas; path = ../../hedgewars/uChat.pas; sourceTree = SOURCE_ROOT; };
-		617987F7114AA34C00BA94A9 /* uCollisions.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uCollisions.pas; path = ../../hedgewars/uCollisions.pas; sourceTree = SOURCE_ROOT; };
-		617987F8114AA34C00BA94A9 /* uConsole.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uConsole.pas; path = ../../hedgewars/uConsole.pas; sourceTree = SOURCE_ROOT; };
-		617987F9114AA34C00BA94A9 /* uConsts.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uConsts.pas; path = ../../hedgewars/uConsts.pas; sourceTree = SOURCE_ROOT; };
-		617987FA114AA34C00BA94A9 /* uFloat.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uFloat.pas; path = ../../hedgewars/uFloat.pas; sourceTree = SOURCE_ROOT; };
-		617987FB114AA34C00BA94A9 /* uGame.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uGame.pas; path = ../../hedgewars/uGame.pas; sourceTree = SOURCE_ROOT; };
-		617987FC114AA34C00BA94A9 /* uGears.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uGears.pas; path = ../../hedgewars/uGears.pas; sourceTree = SOURCE_ROOT; };
-		617987FD114AA34C00BA94A9 /* uIO.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uIO.pas; path = ../../hedgewars/uIO.pas; sourceTree = SOURCE_ROOT; };
-		617987FE114AA34C00BA94A9 /* uKeys.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uKeys.pas; path = ../../hedgewars/uKeys.pas; sourceTree = SOURCE_ROOT; };
-		617987FF114AA34C00BA94A9 /* uLand.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uLand.pas; path = ../../hedgewars/uLand.pas; sourceTree = SOURCE_ROOT; };
-		61798800114AA34C00BA94A9 /* uLandGraphics.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uLandGraphics.pas; path = ../../hedgewars/uLandGraphics.pas; sourceTree = SOURCE_ROOT; };
-		61798801114AA34C00BA94A9 /* uLandObjects.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uLandObjects.pas; path = ../../hedgewars/uLandObjects.pas; sourceTree = SOURCE_ROOT; };
-		61798802114AA34C00BA94A9 /* uLandTemplates.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uLandTemplates.pas; path = ../../hedgewars/uLandTemplates.pas; sourceTree = SOURCE_ROOT; };
-		61798803114AA34C00BA94A9 /* uLandTexture.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uLandTexture.pas; path = ../../hedgewars/uLandTexture.pas; sourceTree = SOURCE_ROOT; };
-		61798804114AA34C00BA94A9 /* uLocale.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uLocale.pas; path = ../../hedgewars/uLocale.pas; sourceTree = SOURCE_ROOT; };
-		61798805114AA34C00BA94A9 /* uMisc.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uMisc.pas; path = ../../hedgewars/uMisc.pas; sourceTree = SOURCE_ROOT; };
-		61798806114AA34C00BA94A9 /* uRandom.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uRandom.pas; path = ../../hedgewars/uRandom.pas; sourceTree = SOURCE_ROOT; };
-		61798807114AA34C00BA94A9 /* uScript.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uScript.pas; path = ../../hedgewars/uScript.pas; sourceTree = SOURCE_ROOT; };
-		61798808114AA34C00BA94A9 /* uSHA.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uSHA.pas; path = ../../hedgewars/uSHA.pas; sourceTree = SOURCE_ROOT; };
-		61798809114AA34C00BA94A9 /* uSound.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uSound.pas; path = ../../hedgewars/uSound.pas; sourceTree = SOURCE_ROOT; };
-		6179880A114AA34C00BA94A9 /* uStats.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uStats.pas; path = ../../hedgewars/uStats.pas; sourceTree = SOURCE_ROOT; };
-		6179880B114AA34C00BA94A9 /* uStore.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uStore.pas; path = ../../hedgewars/uStore.pas; sourceTree = SOURCE_ROOT; };
-		6179880C114AA34C00BA94A9 /* uTeams.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uTeams.pas; path = ../../hedgewars/uTeams.pas; sourceTree = SOURCE_ROOT; };
-		6179880E114AA34C00BA94A9 /* uVisualGears.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uVisualGears.pas; path = ../../hedgewars/uVisualGears.pas; sourceTree = SOURCE_ROOT; };
-		6179880F114AA34C00BA94A9 /* uWorld.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uWorld.pas; path = ../../hedgewars/uWorld.pas; sourceTree = SOURCE_ROOT; };
-		61798852114AA44900BA94A9 /* config.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = config.inc; path = ../../hedgewars/config.inc; sourceTree = SOURCE_ROOT; };
-		61798856114AA48A00BA94A9 /* CGPointUtils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = CGPointUtils.c; path = ../../cocoaTouch/otherSrc/CGPointUtils.c; sourceTree = SOURCE_ROOT; };
-		61798857114AA48A00BA94A9 /* CGPointUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CGPointUtils.h; path = ../../cocoaTouch/otherSrc/CGPointUtils.h; sourceTree = SOURCE_ROOT; };
-		6179885A114AA48A00BA94A9 /* PascalImports.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PascalImports.h; path = ../../cocoaTouch/otherSrc/PascalImports.h; sourceTree = SOURCE_ROOT; };
-		61798863114AA4AA00BA94A9 /* SDL_uikitappdelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_uikitappdelegate.h; path = ../../cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h; sourceTree = SOURCE_ROOT; };
-		61798864114AA4AA00BA94A9 /* SDL_uikitappdelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDL_uikitappdelegate.m; path = ../../cocoaTouch/SDLOverrides/SDL_uikitappdelegate.m; sourceTree = SOURCE_ROOT; };
-		61798867114AA4AA00BA94A9 /* SDL_uikitwindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_uikitwindow.h; path = ../../cocoaTouch/SDLOverrides/SDL_uikitwindow.h; sourceTree = SOURCE_ROOT; };
-		61798868114AA4AA00BA94A9 /* SDL_uikitwindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDL_uikitwindow.m; path = ../../cocoaTouch/SDLOverrides/SDL_uikitwindow.m; sourceTree = SOURCE_ROOT; };
-		6179886E114AA4D000BA94A9 /* MainMenuViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MainMenuViewController.h; path = ../../cocoaTouch/MainMenuViewController.h; sourceTree = SOURCE_ROOT; };
-		6179886F114AA4D000BA94A9 /* MainMenuViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MainMenuViewController.m; path = ../../cocoaTouch/MainMenuViewController.m; sourceTree = SOURCE_ROOT; };
-		61798887114AA4E600BA94A9 /* GameSetup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GameSetup.h; path = ../../cocoaTouch/GameSetup.h; sourceTree = SOURCE_ROOT; };
-		61798888114AA4E600BA94A9 /* GameSetup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GameSetup.m; path = ../../cocoaTouch/GameSetup.m; sourceTree = SOURCE_ROOT; };
-		617988D3114AAA3900BA94A9 /* SDLiPhoneOS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDLiPhoneOS.xcodeproj; path = "../../../Library/SDL-1.3/SDL/Xcode-iPhoneOS/SDL/SDLiPhoneOS.xcodeproj"; sourceTree = SOURCE_ROOT; };
-		61798916114AAF2100BA94A9 /* libfreetype_arm.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libfreetype_arm.a; sourceTree = "<group>"; };
-		61798917114AAF2100BA94A9 /* libfreetype_x86.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libfreetype_x86.a; sourceTree = "<group>"; };
-		6179891A114AAF2100BA94A9 /* libvorbis_arm.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libvorbis_arm.a; sourceTree = "<group>"; };
-		61798934114AB25F00BA94A9 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
-		6179898B114AB3FA00BA94A9 /* SDL_mixer.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL_mixer.xcodeproj; path = "../../../Library/SDL-1.3/SDL_mixer/Xcode-iPhoneOS/SDL_mixer.xcodeproj"; sourceTree = SOURCE_ROOT; };
-		617989B3114AB47500BA94A9 /* SDL_net.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL_net.xcodeproj; path = "../../../Library/SDL-1.3/SDL_net/Xcode-iPhoneOS/SDL_net.xcodeproj"; sourceTree = SOURCE_ROOT; };
-		61798A0B114AB65600BA94A9 /* SDL_ttf.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL_ttf.xcodeproj; path = "../../../Library/SDL-1.3/SDL_ttf/Xcode-iPhoneOS/SDL_ttf.xcodeproj"; sourceTree = SOURCE_ROOT; };
-		61798A1E114ADD2600BA94A9 /* backgroundBottom.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundBottom.png; path = ../../cocoaTouch/resources/backgroundBottom.png; sourceTree = SOURCE_ROOT; };
-		61798A1F114ADD2600BA94A9 /* backgroundCenter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundCenter.png; path = ../../cocoaTouch/resources/backgroundCenter.png; sourceTree = SOURCE_ROOT; };
-		61798A20114ADD2600BA94A9 /* backgroundLeft.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundLeft.png; path = ../../cocoaTouch/resources/backgroundLeft.png; sourceTree = SOURCE_ROOT; };
-		61798A21114ADD2600BA94A9 /* backgroundRight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundRight.png; path = ../../cocoaTouch/resources/backgroundRight.png; sourceTree = SOURCE_ROOT; };
-		61798A22114ADD2600BA94A9 /* backgroundTop.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundTop.png; path = ../../cocoaTouch/resources/backgroundTop.png; sourceTree = SOURCE_ROOT; };
-		61798A23114ADD2600BA94A9 /* borderBottom.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = borderBottom.png; path = ../../cocoaTouch/resources/borderBottom.png; sourceTree = SOURCE_ROOT; };
-		61798A24114ADD2600BA94A9 /* borderTop.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = borderTop.png; path = ../../cocoaTouch/resources/borderTop.png; sourceTree = SOURCE_ROOT; };
-		61798A25114ADD2600BA94A9 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Default.png; path = ../../cocoaTouch/resources/Default.png; sourceTree = SOURCE_ROOT; };
-		61798A26114ADD2600BA94A9 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Icon.png; path = ../../cocoaTouch/resources/Icon.png; sourceTree = SOURCE_ROOT; };
-		61798A27114ADD2600BA94A9 /* networkButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = networkButton.png; path = ../../cocoaTouch/resources/networkButton.png; sourceTree = SOURCE_ROOT; };
-		61798A28114ADD2600BA94A9 /* playButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = playButton.png; path = ../../cocoaTouch/resources/playButton.png; sourceTree = SOURCE_ROOT; };
-		61798A29114ADD2600BA94A9 /* settingsButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = settingsButton.png; path = ../../cocoaTouch/resources/settingsButton.png; sourceTree = SOURCE_ROOT; };
-		61798A2A114ADD2600BA94A9 /* storeButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = storeButton.png; path = ../../cocoaTouch/resources/storeButton.png; sourceTree = SOURCE_ROOT; };
-		61798A2B114ADD2600BA94A9 /* title.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = title.png; path = ../../cocoaTouch/resources/title.png; sourceTree = SOURCE_ROOT; };
-		61798A5E114AE08600BA94A9 /* Data */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Data; sourceTree = "<group>"; };
-		6179934E114BD5AB00BA94A9 /* menuCorner.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = menuCorner.png; path = ../../cocoaTouch/resources/menuCorner.png; sourceTree = SOURCE_ROOT; };
-		6179936711501D3D00BA94A9 /* arrowDown.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = arrowDown.png; path = ../../cocoaTouch/resources/arrowDown.png; sourceTree = SOURCE_ROOT; };
-		6179936811501D3D00BA94A9 /* arrowLeft.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = arrowLeft.png; path = ../../cocoaTouch/resources/arrowLeft.png; sourceTree = SOURCE_ROOT; };
-		6179936911501D3D00BA94A9 /* arrowRight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = arrowRight.png; path = ../../cocoaTouch/resources/arrowRight.png; sourceTree = SOURCE_ROOT; };
-		6179936A11501D3D00BA94A9 /* arrowUp.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = arrowUp.png; path = ../../cocoaTouch/resources/arrowUp.png; sourceTree = SOURCE_ROOT; };
-		617995311150403800BA94A9 /* joyPush.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = joyPush.png; path = ../../cocoaTouch/resources/joyPush.png; sourceTree = SOURCE_ROOT; };
-		6184DEA111795DBD00AF6EFA /* UIImageExtra.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UIImageExtra.h; path = ../../cocoaTouch/otherSrc/UIImageExtra.h; sourceTree = SOURCE_ROOT; };
-		6184DEA211795DBD00AF6EFA /* UIImageExtra.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = UIImageExtra.m; path = ../../cocoaTouch/otherSrc/UIImageExtra.m; sourceTree = SOURCE_ROOT; };
-		618BE5911175126900F22556 /* LevelViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LevelViewController.h; path = ../../cocoaTouch/LevelViewController.h; sourceTree = SOURCE_ROOT; };
-		618BE5921175126900F22556 /* LevelViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = LevelViewController.m; path = ../../cocoaTouch/LevelViewController.m; sourceTree = SOURCE_ROOT; };
-		618BE60111751F4F00F22556 /* GravesViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GravesViewController.h; path = ../../cocoaTouch/GravesViewController.h; sourceTree = SOURCE_ROOT; };
-		618BE60211751F4F00F22556 /* GravesViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GravesViewController.m; path = ../../cocoaTouch/GravesViewController.m; sourceTree = SOURCE_ROOT; };
-		618BE6A1117527CD00F22556 /* VoicesViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VoicesViewController.h; path = ../../cocoaTouch/VoicesViewController.h; sourceTree = SOURCE_ROOT; };
-		618BE6A2117527CD00F22556 /* VoicesViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VoicesViewController.m; path = ../../cocoaTouch/VoicesViewController.m; sourceTree = SOURCE_ROOT; };
-		619C51BD116E40FC0049FD84 /* CommodityFunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommodityFunctions.h; path = ../../cocoaTouch/otherSrc/CommodityFunctions.h; sourceTree = SOURCE_ROOT; };
-		619C51BE116E40FC0049FD84 /* CommodityFunctions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommodityFunctions.m; path = ../../cocoaTouch/otherSrc/CommodityFunctions.m; sourceTree = SOURCE_ROOT; };
-		619C5230116E4E800049FD84 /* FlagsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FlagsViewController.h; path = ../../cocoaTouch/FlagsViewController.h; sourceTree = SOURCE_ROOT; };
-		619C5231116E4E810049FD84 /* FlagsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FlagsViewController.m; path = ../../cocoaTouch/FlagsViewController.m; sourceTree = SOURCE_ROOT; };
-		619C533C116E70050049FD84 /* FortsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FortsViewController.h; path = ../../cocoaTouch/FortsViewController.h; sourceTree = SOURCE_ROOT; };
-		619C533D116E70050049FD84 /* FortsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FortsViewController.m; path = ../../cocoaTouch/FortsViewController.m; sourceTree = SOURCE_ROOT; };
-		61A117FE1168322700359010 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
-		61A118C911683C7600359010 /* MainMenuViewController-iPad.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "MainMenuViewController-iPad.xib"; path = "../../cocoaTouch/xib/MainMenuViewController-iPad.xib"; sourceTree = SOURCE_ROOT; };
-		61A118CB11683C7A00359010 /* MainMenuViewController-iPhone.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "MainMenuViewController-iPhone.xib"; path = "../../cocoaTouch/xib/MainMenuViewController-iPhone.xib"; sourceTree = SOURCE_ROOT; };
-		61A11A4C1168D13600359010 /* PopoverMenuViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PopoverMenuViewController.h; path = ../../cocoaTouch/PopoverMenuViewController.h; sourceTree = SOURCE_ROOT; };
-		61A11A4D1168D13600359010 /* PopoverMenuViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PopoverMenuViewController.m; path = ../../cocoaTouch/PopoverMenuViewController.m; sourceTree = SOURCE_ROOT; };
-		61A11ABF1168D8B600359010 /* SplitViewRootController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SplitViewRootController.h; path = ../../cocoaTouch/SplitViewRootController.h; sourceTree = SOURCE_ROOT; };
-		61A11AC01168D8B600359010 /* SplitViewRootController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SplitViewRootController.m; path = ../../cocoaTouch/SplitViewRootController.m; sourceTree = SOURCE_ROOT; };
-		61A11AC71168DA9400359010 /* MasterViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MasterViewController.h; path = ../../cocoaTouch/MasterViewController.h; sourceTree = SOURCE_ROOT; };
-		61A11AC81168DA9400359010 /* MasterViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MasterViewController.m; path = ../../cocoaTouch/MasterViewController.m; sourceTree = SOURCE_ROOT; };
-		61A11ACD1168DB1B00359010 /* TeamSettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TeamSettingsViewController.h; path = ../../cocoaTouch/TeamSettingsViewController.h; sourceTree = SOURCE_ROOT; };
-		61A11ACE1168DB1B00359010 /* TeamSettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TeamSettingsViewController.m; path = ../../cocoaTouch/TeamSettingsViewController.m; sourceTree = SOURCE_ROOT; };
-		61A11AD41168DB3700359010 /* DetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetailViewController.h; path = ../../cocoaTouch/DetailViewController.h; sourceTree = SOURCE_ROOT; };
-		61A11AD51168DB3700359010 /* DetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DetailViewController.m; path = ../../cocoaTouch/DetailViewController.m; sourceTree = SOURCE_ROOT; };
-		61A11ADF1168DC6E00359010 /* SingleTeamViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SingleTeamViewController.h; path = ../../cocoaTouch/SingleTeamViewController.h; sourceTree = SOURCE_ROOT; };
-		61A11AE01168DC6E00359010 /* SingleTeamViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SingleTeamViewController.m; path = ../../cocoaTouch/SingleTeamViewController.m; sourceTree = SOURCE_ROOT; };
-		61A11AE21168DC9400359010 /* HogHatViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HogHatViewController.h; path = ../../cocoaTouch/HogHatViewController.h; sourceTree = SOURCE_ROOT; };
-		61A11AE31168DC9400359010 /* HogHatViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HogHatViewController.m; path = ../../cocoaTouch/HogHatViewController.m; sourceTree = SOURCE_ROOT; };
-		61AA7AC9117FCC8200FDDD4D /* openalbridge_t.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = openalbridge_t.h; path = ../../misc/openalbridge/openalbridge_t.h; sourceTree = SOURCE_ROOT; };
-		61B22E0C1180FBF400B2FCE0 /* MapConfigViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MapConfigViewController.h; path = ../../cocoaTouch/MapConfigViewController.h; sourceTree = SOURCE_ROOT; };
-		61B22E0D1180FBF400B2FCE0 /* MapConfigViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MapConfigViewController.m; path = ../../cocoaTouch/MapConfigViewController.m; sourceTree = SOURCE_ROOT; };
-		61C3251D1179A300001E70B1 /* libopenalbridge.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libopenalbridge.a; sourceTree = BUILT_PRODUCTS_DIR; };
-		61C3253B1179A336001E70B1 /* globals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = globals.h; path = ../../misc/openalbridge/globals.h; sourceTree = SOURCE_ROOT; };
-		61C3253C1179A336001E70B1 /* loaders.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = loaders.c; path = ../../misc/openalbridge/loaders.c; sourceTree = SOURCE_ROOT; };
-		61C3253D1179A336001E70B1 /* loaders.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = loaders.h; path = ../../misc/openalbridge/loaders.h; sourceTree = SOURCE_ROOT; };
-		61C3253E1179A336001E70B1 /* openalbridge.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = openalbridge.c; path = ../../misc/openalbridge/openalbridge.c; sourceTree = SOURCE_ROOT; };
-		61C325401179A336001E70B1 /* openalbridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = openalbridge.h; path = ../../misc/openalbridge/openalbridge.h; sourceTree = SOURCE_ROOT; };
-		61C325411179A336001E70B1 /* wrappers.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wrappers.c; path = ../../misc/openalbridge/wrappers.c; sourceTree = SOURCE_ROOT; };
-		61C325421179A336001E70B1 /* wrappers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wrappers.h; path = ../../misc/openalbridge/wrappers.h; sourceTree = SOURCE_ROOT; };
-		61C3255A1179A384001E70B1 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; };
-		61CE250B115E749A0098C467 /* OverlayViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OverlayViewController.h; path = ../../cocoaTouch/OverlayViewController.h; sourceTree = SOURCE_ROOT; };
-		61CE250C115E749A0098C467 /* OverlayViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OverlayViewController.m; path = ../../cocoaTouch/OverlayViewController.m; sourceTree = SOURCE_ROOT; };
-		61CF496F117E702F00BF05B7 /* SquareButtonView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SquareButtonView.h; path = ../../cocoaTouch/otherSrc/SquareButtonView.h; sourceTree = SOURCE_ROOT; };
-		61CF4970117E702F00BF05B7 /* SquareButtonView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SquareButtonView.m; path = ../../cocoaTouch/otherSrc/SquareButtonView.m; sourceTree = SOURCE_ROOT; };
-		8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
-		928301170F10CAFC00CC5A3C /* libfpc.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libfpc.a; sourceTree = BUILT_PRODUCTS_DIR; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
-		1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
-			isa = PBXFrameworksBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				61272334117DF764005B90CF /* libSDL_image.a in Frameworks */,
-				61C325901179A732001E70B1 /* OpenAL.framework in Frameworks */,
-				61A1188511683A8C00359010 /* CoreGraphics.framework in Frameworks */,
-				61798A14114AB65C00BA94A9 /* libSDL_ttf.a in Frameworks */,
-				617989BE114AB47A00BA94A9 /* libSDL_net.a in Frameworks */,
-				617988DB114AAA4200BA94A9 /* libSDLiPhoneOS.a in Frameworks */,
-				61798996114AB3FF00BA94A9 /* libSDL_mixer.a in Frameworks */,
-				922F64900F10F53100DC6EC0 /* libfpc.a in Frameworks */,
-				61C325A31179A7AD001E70B1 /* libopenalbridge.a in Frameworks */,
-				1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
-				1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
-				28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */,
-				28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */,
-				6179891B114AAF2100BA94A9 /* libfreetype_arm.a in Frameworks */,
-				6179891C114AAF2100BA94A9 /* libfreetype_x86.a in Frameworks */,
-				6179891F114AAF2100BA94A9 /* libvorbis_arm.a in Frameworks */,
-				61798935114AB25F00BA94A9 /* AudioToolbox.framework in Frameworks */,
-				61272339117DF778005B90CF /* MobileCoreServices.framework in Frameworks */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-		61C3251B1179A300001E70B1 /* Frameworks */ = {
-			isa = PBXFrameworksBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				61C3255B1179A384001E70B1 /* OpenAL.framework in Frameworks */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
-		080E96DDFE201D6D7F000001 /* Classes */ = {
-			isa = PBXGroup;
-			children = (
-				61798860114AA49D00BA94A9 /* SDLOverrides */,
-				61A118481168371400359010 /* Frontend */,
-				61798887114AA4E600BA94A9 /* GameSetup.h */,
-				61798888114AA4E600BA94A9 /* GameSetup.m */,
-			);
-			path = Classes;
-			sourceTree = "<group>";
-		};
-		19C28FACFE9D520D11CA2CBB /* Products */ = {
-			isa = PBXGroup;
-			children = (
-				1D6058910D05DD3D006BFB54 /* Hedgewars.app */,
-				928301170F10CAFC00CC5A3C /* libfpc.a */,
-				61C3251D1179A300001E70B1 /* libopenalbridge.a */,
-			);
-			name = Products;
-			sourceTree = "<group>";
-		};
-		29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
-			isa = PBXGroup;
-			children = (
-				9283015C0F10E48900CC5A3C /* Pascal Sources */,
-				080E96DDFE201D6D7F000001 /* Classes */,
-				29B97315FDCFA39411CA2CEA /* Other Sources */,
-				29B97323FDCFA39411CA2CEA /* Frameworks */,
-				29B97317FDCFA39411CA2CEA /* Resources */,
-				19C28FACFE9D520D11CA2CBB /* Products */,
-				61370652117B1D50004EE44A /* Entitlements-Distribution.plist */,
-				611E12FE117BBBDA0044B62F /* Entitlements-Development.plist */,
-			);
-			name = CustomTemplate;
-			sourceTree = "<group>";
-		};
-		29B97315FDCFA39411CA2CEA /* Other Sources */ = {
-			isa = PBXGroup;
-			children = (
-				61C325371179A325001E70B1 /* openalbridge */,
-				612724D1117E28AF005B90CF /* HogButtonView.h */,
-				612724D2117E28AF005B90CF /* HogButtonView.m */,
-				61CF496F117E702F00BF05B7 /* SquareButtonView.h */,
-				61CF4970117E702F00BF05B7 /* SquareButtonView.m */,
-				6184DEA111795DBD00AF6EFA /* UIImageExtra.h */,
-				6184DEA211795DBD00AF6EFA /* UIImageExtra.m */,
-				61798857114AA48A00BA94A9 /* CGPointUtils.h */,
-				61798856114AA48A00BA94A9 /* CGPointUtils.c */,
-				619C51BD116E40FC0049FD84 /* CommodityFunctions.h */,
-				619C51BE116E40FC0049FD84 /* CommodityFunctions.m */,
-				6179885A114AA48A00BA94A9 /* PascalImports.h */,
-				32CA4F630368D1EE00C91783 /* Hedgewars_Prefix.pch */,
-			);
-			name = "Other Sources";
-			sourceTree = "<group>";
-		};
-		29B97317FDCFA39411CA2CEA /* Resources */ = {
-			isa = PBXGroup;
-			children = (
-				6100DAD4115446B000F455E0 /* Resources-iPad */,
-				6100DB1711544E8400F455E0 /* XIB */,
-				6179937011501D5800BA94A9 /* buttons */,
-				6179936F11501D4100BA94A9 /* back panels */,
-				6179936611501D1E00BA94A9 /* joystick */,
-				61798A5E114AE08600BA94A9 /* Data */,
-				6179934E114BD5AB00BA94A9 /* menuCorner.png */,
-				61798A25114ADD2600BA94A9 /* Default.png */,
-				61798A26114ADD2600BA94A9 /* Icon.png */,
-				61798A2B114ADD2600BA94A9 /* title.png */,
-				8D1107310486CEB800E47090 /* Info.plist */,
-			);
-			name = Resources;
-			sourceTree = "<group>";
-		};
-		29B97323FDCFA39411CA2CEA /* Frameworks */ = {
-			isa = PBXGroup;
-			children = (
-				6127232E117DF752005B90CF /* SDL_image.xcodeproj */,
-				617988D3114AAA3900BA94A9 /* SDLiPhoneOS.xcodeproj */,
-				617989B3114AB47500BA94A9 /* SDL_net.xcodeproj */,
-				6179898B114AB3FA00BA94A9 /* SDL_mixer.xcodeproj */,
-				61798A0B114AB65600BA94A9 /* SDL_ttf.xcodeproj */,
-				61798934114AB25F00BA94A9 /* AudioToolbox.framework */,
-				61A117FE1168322700359010 /* CoreGraphics.framework */,
-				1D30AB110D05D00D00671497 /* Foundation.framework */,
-				28FD14FF0DC6FC520079059D /* OpenGLES.framework */,
-				28FD15070DC6FC5B0079059D /* QuartzCore.framework */,
-				1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
-				61C3255A1179A384001E70B1 /* OpenAL.framework */,
-				61798916114AAF2100BA94A9 /* libfreetype_arm.a */,
-				61798917114AAF2100BA94A9 /* libfreetype_x86.a */,
-				6179891A114AAF2100BA94A9 /* libvorbis_arm.a */,
-				61272338117DF778005B90CF /* MobileCoreServices.framework */,
-			);
-			name = Frameworks;
-			sourceTree = "<group>";
-		};
-		6100DAD4115446B000F455E0 /* Resources-iPad */ = {
-			isa = PBXGroup;
-			children = (
-				6151347D116C2803001F16D1 /* Icon-iPad.png */,
-				6122CD00116BECCA002648E9 /* Default-Landscape.png */,
-				611FD9C81155A1F200C2203D /* Background.png */,
-				611FD9CB1155A28C00C2203D /* HedgewarsTitle.png */,
-				611FD9D11155A41000C2203D /* Multiplayer.png */,
-				611FD9CF1155A40700C2203D /* NetworkPlay.png */,
-			);
-			name = "Resources-iPad";
-			sourceTree = "<group>";
-		};
-		6100DB1711544E8400F455E0 /* XIB */ = {
-			isa = PBXGroup;
-			children = (
-				617814E7118947A200C6A535 /* MapConfigViewController-iPad.xib */,
-				615A92901183E31C006CA772 /* MapConfigViewController-iPhone.xib */,
-				611E127C117BACC60044B62F /* GameConfigViewController-iPad.xib */,
-				61A118C911683C7600359010 /* MainMenuViewController-iPad.xib */,
-				611E127E117BACCD0044B62F /* GameConfigViewController-iPhone.xib */,
-				615134B0116C2C5F001F16D1 /* OverlayViewController.xib */,
-				61A118CB11683C7A00359010 /* MainMenuViewController-iPhone.xib */,
-			);
-			name = XIB;
-			path = Classes;
-			sourceTree = "<group>";
-		};
-		611B0A94116B621600112153 /* first level */ = {
-			isa = PBXGroup;
-			children = (
-				611B0A9F116B626E00112153 /* GeneralSettingsViewController.h */,
-				611B0AA0116B626E00112153 /* GeneralSettingsViewController.m */,
-				61A11ACD1168DB1B00359010 /* TeamSettingsViewController.h */,
-				61A11ACE1168DB1B00359010 /* TeamSettingsViewController.m */,
-				611E1314117BBE5A0044B62F /* WeaponSettingsViewController.h */,
-				611E1315117BBE5A0044B62F /* WeaponSettingsViewController.m */,
-				611E1317117BBE700044B62F /* SchemeSettingsViewController.h */,
-				611E1318117BBE700044B62F /* SchemeSettingsViewController.m */,
-			);
-			name = "first level";
-			sourceTree = "<group>";
-		};
-		6127232F117DF752005B90CF /* Products */ = {
-			isa = PBXGroup;
-			children = (
-				61272333117DF752005B90CF /* libSDL_image.a */,
-			);
-			name = Products;
-			sourceTree = "<group>";
-		};
-		61370672117B32A3004EE44A /* Game Config */ = {
-			isa = PBXGroup;
-			children = (
-				61370673117B32EF004EE44A /* GameConfigViewController.h */,
-				61370674117B32EF004EE44A /* GameConfigViewController.m */,
-				61B22E0C1180FBF400B2FCE0 /* MapConfigViewController.h */,
-				61B22E0D1180FBF400B2FCE0 /* MapConfigViewController.m */,
-				61272422117E17CF005B90CF /* TeamConfigViewController.h */,
-				61272423117E17CF005B90CF /* TeamConfigViewController.m */,
-			);
-			name = "Game Config";
-			sourceTree = "<group>";
-		};
-		61798860114AA49D00BA94A9 /* SDLOverrides */ = {
-			isa = PBXGroup;
-			children = (
-				61798863114AA4AA00BA94A9 /* SDL_uikitappdelegate.h */,
-				61798864114AA4AA00BA94A9 /* SDL_uikitappdelegate.m */,
-				61798867114AA4AA00BA94A9 /* SDL_uikitwindow.h */,
-				61798868114AA4AA00BA94A9 /* SDL_uikitwindow.m */,
-			);
-			name = SDLOverrides;
-			sourceTree = "<group>";
-		};
-		61798892114AA56300BA94A9 /* inc */ = {
-			isa = PBXGroup;
-			children = (
-				61798852114AA44900BA94A9 /* config.inc */,
-				617987E1114AA34C00BA94A9 /* CCHandlers.inc */,
-				617987E4114AA34C00BA94A9 /* GSHandlers.inc */,
-				617987E5114AA34C00BA94A9 /* HHHandlers.inc */,
-				617987EB114AA34C00BA94A9 /* options.inc */,
-				617987F0114AA34C00BA94A9 /* SinTable.inc */,
-			);
-			name = inc;
-			sourceTree = "<group>";
-		};
-		617988D4114AAA3900BA94A9 /* Products */ = {
-			isa = PBXGroup;
-			children = (
-				617988DA114AAA3900BA94A9 /* libSDLiPhoneOS.a */,
-			);
-			name = Products;
-			sourceTree = "<group>";
-		};
-		6179898C114AB3FA00BA94A9 /* Products */ = {
-			isa = PBXGroup;
-			children = (
-				61798993114AB3FA00BA94A9 /* libSDL_mixer.a */,
-			);
-			name = Products;
-			sourceTree = "<group>";
-		};
-		617989B4114AB47500BA94A9 /* Products */ = {
-			isa = PBXGroup;
-			children = (
-				617989BB114AB47500BA94A9 /* libSDL_net.a */,
-			);
-			name = Products;
-			sourceTree = "<group>";
-		};
-		61798A0C114AB65600BA94A9 /* Products */ = {
-			isa = PBXGroup;
-			children = (
-				61798A13114AB65600BA94A9 /* libSDL_ttf.a */,
-			);
-			name = Products;
-			sourceTree = "<group>";
-		};
-		6179936611501D1E00BA94A9 /* joystick */ = {
-			isa = PBXGroup;
-			children = (
-				617995311150403800BA94A9 /* joyPush.png */,
-				6179936711501D3D00BA94A9 /* arrowDown.png */,
-				6179936811501D3D00BA94A9 /* arrowLeft.png */,
-				6179936911501D3D00BA94A9 /* arrowRight.png */,
-				6179936A11501D3D00BA94A9 /* arrowUp.png */,
-			);
-			name = joystick;
-			sourceTree = "<group>";
-		};
-		6179936F11501D4100BA94A9 /* back panels */ = {
-			isa = PBXGroup;
-			children = (
-				61798A1E114ADD2600BA94A9 /* backgroundBottom.png */,
-				61798A1F114ADD2600BA94A9 /* backgroundCenter.png */,
-				61798A20114ADD2600BA94A9 /* backgroundLeft.png */,
-				61798A21114ADD2600BA94A9 /* backgroundRight.png */,
-				61798A22114ADD2600BA94A9 /* backgroundTop.png */,
-				61798A23114ADD2600BA94A9 /* borderBottom.png */,
-				61798A24114ADD2600BA94A9 /* borderTop.png */,
-			);
-			name = "back panels";
-			sourceTree = "<group>";
-		};
-		6179937011501D5800BA94A9 /* buttons */ = {
-			isa = PBXGroup;
-			children = (
-				61798A27114ADD2600BA94A9 /* networkButton.png */,
-				61798A28114ADD2600BA94A9 /* playButton.png */,
-				61798A29114ADD2600BA94A9 /* settingsButton.png */,
-				61798A2A114ADD2600BA94A9 /* storeButton.png */,
-			);
-			name = buttons;
-			sourceTree = "<group>";
-		};
-		618BE596117512A300F22556 /* third level */ = {
-			isa = PBXGroup;
-			children = (
-				61A11AE21168DC9400359010 /* HogHatViewController.h */,
-				61A11AE31168DC9400359010 /* HogHatViewController.m */,
-				618BE60111751F4F00F22556 /* GravesViewController.h */,
-				618BE60211751F4F00F22556 /* GravesViewController.m */,
-				618BE6A1117527CD00F22556 /* VoicesViewController.h */,
-				618BE6A2117527CD00F22556 /* VoicesViewController.m */,
-				619C533C116E70050049FD84 /* FortsViewController.h */,
-				619C533D116E70050049FD84 /* FortsViewController.m */,
-				619C5230116E4E800049FD84 /* FlagsViewController.h */,
-				619C5231116E4E810049FD84 /* FlagsViewController.m */,
-				618BE5911175126900F22556 /* LevelViewController.h */,
-				618BE5921175126900F22556 /* LevelViewController.m */,
-			);
-			name = "third level";
-			sourceTree = "<group>";
-		};
-		61A118481168371400359010 /* Frontend */ = {
-			isa = PBXGroup;
-			children = (
-				61370672117B32A3004EE44A /* Game Config */,
-				61A11AC31168DA2B00359010 /* Settings */,
-				6179886E114AA4D000BA94A9 /* MainMenuViewController.h */,
-				6179886F114AA4D000BA94A9 /* MainMenuViewController.m */,
-				61CE250B115E749A0098C467 /* OverlayViewController.h */,
-				61CE250C115E749A0098C467 /* OverlayViewController.m */,
-				61A11A4C1168D13600359010 /* PopoverMenuViewController.h */,
-				61A11A4D1168D13600359010 /* PopoverMenuViewController.m */,
-			);
-			name = Frontend;
-			sourceTree = "<group>";
-		};
-		61A11AC31168DA2B00359010 /* Settings */ = {
-			isa = PBXGroup;
-			children = (
-				61A11ABF1168D8B600359010 /* SplitViewRootController.h */,
-				61A11AC01168D8B600359010 /* SplitViewRootController.m */,
-				61A11AC71168DA9400359010 /* MasterViewController.h */,
-				61A11AC81168DA9400359010 /* MasterViewController.m */,
-				61A11AD41168DB3700359010 /* DetailViewController.h */,
-				61A11AD51168DB3700359010 /* DetailViewController.m */,
-				611B0A94116B621600112153 /* first level */,
-				61A11AD01168DB1F00359010 /* second level */,
-				618BE596117512A300F22556 /* third level */,
-			);
-			name = Settings;
-			sourceTree = "<group>";
-		};
-		61A11AD01168DB1F00359010 /* second level */ = {
-			isa = PBXGroup;
-			children = (
-				61A11ADF1168DC6E00359010 /* SingleTeamViewController.h */,
-				61A11AE01168DC6E00359010 /* SingleTeamViewController.m */,
-			);
-			name = "second level";
-			sourceTree = "<group>";
-		};
-		61C325371179A325001E70B1 /* openalbridge */ = {
-			isa = PBXGroup;
-			children = (
-				61AA7AC9117FCC8200FDDD4D /* openalbridge_t.h */,
-				61C3253B1179A336001E70B1 /* globals.h */,
-				61C3253C1179A336001E70B1 /* loaders.c */,
-				61C3253D1179A336001E70B1 /* loaders.h */,
-				61C3253E1179A336001E70B1 /* openalbridge.c */,
-				61C325401179A336001E70B1 /* openalbridge.h */,
-				61C325411179A336001E70B1 /* wrappers.c */,
-				61C325421179A336001E70B1 /* wrappers.h */,
-			);
-			name = openalbridge;
-			sourceTree = "<group>";
-		};
-		9283015C0F10E48900CC5A3C /* Pascal Sources */ = {
-			isa = PBXGroup;
-			children = (
-				61798892114AA56300BA94A9 /* inc */,
-				617987E7114AA34C00BA94A9 /* hwengine.pas */,
-				617987E9114AA34C00BA94A9 /* hwLibrary.pas */,
-				617987EC114AA34C00BA94A9 /* PascalExports.pas */,
-				617987ED114AA34C00BA94A9 /* SDLh.pas */,
-				617987F1114AA34C00BA94A9 /* uAI.pas */,
-				617987F2114AA34C00BA94A9 /* uAIActions.pas */,
-				617987F3114AA34C00BA94A9 /* uAIAmmoTests.pas */,
-				617987F4114AA34C00BA94A9 /* uAIMisc.pas */,
-				617987F5114AA34C00BA94A9 /* uAmmos.pas */,
-				617987F6114AA34C00BA94A9 /* uChat.pas */,
-				617987F7114AA34C00BA94A9 /* uCollisions.pas */,
-				617987F8114AA34C00BA94A9 /* uConsole.pas */,
-				617987F9114AA34C00BA94A9 /* uConsts.pas */,
-				617987FA114AA34C00BA94A9 /* uFloat.pas */,
-				617987FB114AA34C00BA94A9 /* uGame.pas */,
-				617987FC114AA34C00BA94A9 /* uGears.pas */,
-				617987FD114AA34C00BA94A9 /* uIO.pas */,
-				617987FE114AA34C00BA94A9 /* uKeys.pas */,
-				617987FF114AA34C00BA94A9 /* uLand.pas */,
-				61798800114AA34C00BA94A9 /* uLandGraphics.pas */,
-				61798801114AA34C00BA94A9 /* uLandObjects.pas */,
-				61798802114AA34C00BA94A9 /* uLandTemplates.pas */,
-				61798803114AA34C00BA94A9 /* uLandTexture.pas */,
-				61798804114AA34C00BA94A9 /* uLocale.pas */,
-				61798805114AA34C00BA94A9 /* uMisc.pas */,
-				61798806114AA34C00BA94A9 /* uRandom.pas */,
-				61798807114AA34C00BA94A9 /* uScript.pas */,
-				61798808114AA34C00BA94A9 /* uSHA.pas */,
-				61798809114AA34C00BA94A9 /* uSound.pas */,
-				6179880A114AA34C00BA94A9 /* uStats.pas */,
-				6179880B114AA34C00BA94A9 /* uStore.pas */,
-				6179880C114AA34C00BA94A9 /* uTeams.pas */,
-				6179880E114AA34C00BA94A9 /* uVisualGears.pas */,
-				6179880F114AA34C00BA94A9 /* uWorld.pas */,
-			);
-			name = "Pascal Sources";
-			sourceTree = "<group>";
-		};
-/* End PBXGroup section */
-
-/* Begin PBXHeadersBuildPhase section */
-		61C325191179A300001E70B1 /* Headers */ = {
-			isa = PBXHeadersBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				61C325451179A336001E70B1 /* globals.h in Headers */,
-				61C325471179A336001E70B1 /* loaders.h in Headers */,
-				61C325491179A336001E70B1 /* openalbridge.h in Headers */,
-				61C3254B1179A336001E70B1 /* wrappers.h in Headers */,
-				61AA7ACA117FCC8200FDDD4D /* openalbridge_t.h in Headers */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-/* End PBXHeadersBuildPhase section */
-
-/* Begin PBXNativeTarget section */
-		1D6058900D05DD3D006BFB54 /* Hedgewars */ = {
-			isa = PBXNativeTarget;
-			buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Hedgewars" */;
-			buildPhases = (
-				1D60588D0D05DD3D006BFB54 /* Resources */,
-				1D60588E0D05DD3D006BFB54 /* Sources */,
-				1D60588F0D05DD3D006BFB54 /* Frameworks */,
-			);
-			buildRules = (
-				9283015B0F10E46D00CC5A3C /* PBXBuildRule */,
-			);
-			dependencies = (
-				61C325211179A30E001E70B1 /* PBXTargetDependency */,
-				9283015A0F10E41300CC5A3C /* PBXTargetDependency */,
-			);
-			name = Hedgewars;
-			productName = HedgewarsMobile;
-			productReference = 1D6058910D05DD3D006BFB54 /* Hedgewars.app */;
-			productType = "com.apple.product-type.application";
-		};
-		61C3251C1179A300001E70B1 /* openalbridge */ = {
-			isa = PBXNativeTarget;
-			buildConfigurationList = 61C325351179A314001E70B1 /* Build configuration list for PBXNativeTarget "openalbridge" */;
-			buildPhases = (
-				61C325191179A300001E70B1 /* Headers */,
-				61C3251A1179A300001E70B1 /* Sources */,
-				61C3251B1179A300001E70B1 /* Frameworks */,
-			);
-			buildRules = (
-			);
-			dependencies = (
-			);
-			name = openalbridge;
-			productName = openalbridge;
-			productReference = 61C3251D1179A300001E70B1 /* libopenalbridge.a */;
-			productType = "com.apple.product-type.library.static";
-		};
-		928301160F10CAFC00CC5A3C /* fpc */ = {
-			isa = PBXNativeTarget;
-			buildConfigurationList = 9283011C0F10CB4B00CC5A3C /* Build configuration list for PBXNativeTarget "fpc" */;
-			buildPhases = (
-				9283011B0F10CB2D00CC5A3C /* Build libfpc.a */,
-				928301560F10E04C00CC5A3C /* Compile Pascal Sources */,
-			);
-			buildRules = (
-			);
-			dependencies = (
-			);
-			name = fpc;
-			productName = fpc;
-			productReference = 928301170F10CAFC00CC5A3C /* libfpc.a */;
-			productType = "com.apple.product-type.library.static";
-		};
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
-		29B97313FDCFA39411CA2CEA /* Project object */ = {
-			isa = PBXProject;
-			attributes = {
-				BuildIndependentTargetsInParallel = YES;
-			};
-			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Hedgewars" */;
-			compatibilityVersion = "Xcode 3.1";
-			hasScannedForEncodings = 1;
-			mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
-			projectDirPath = "";
-			projectReferences = (
-				{
-					ProductGroup = 6127232F117DF752005B90CF /* Products */;
-					ProjectRef = 6127232E117DF752005B90CF /* SDL_image.xcodeproj */;
-				},
-				{
-					ProductGroup = 6179898C114AB3FA00BA94A9 /* Products */;
-					ProjectRef = 6179898B114AB3FA00BA94A9 /* SDL_mixer.xcodeproj */;
-				},
-				{
-					ProductGroup = 617989B4114AB47500BA94A9 /* Products */;
-					ProjectRef = 617989B3114AB47500BA94A9 /* SDL_net.xcodeproj */;
-				},
-				{
-					ProductGroup = 61798A0C114AB65600BA94A9 /* Products */;
-					ProjectRef = 61798A0B114AB65600BA94A9 /* SDL_ttf.xcodeproj */;
-				},
-				{
-					ProductGroup = 617988D4114AAA3900BA94A9 /* Products */;
-					ProjectRef = 617988D3114AAA3900BA94A9 /* SDLiPhoneOS.xcodeproj */;
-				},
-			);
-			projectRoot = "";
-			targets = (
-				1D6058900D05DD3D006BFB54 /* Hedgewars */,
-				928301160F10CAFC00CC5A3C /* fpc */,
-				61C3251C1179A300001E70B1 /* openalbridge */,
-				6179928B114AE0C800BA94A9 /* UpdateDataFolder */,
-			);
-		};
-/* End PBXProject section */
-
-/* Begin PBXReferenceProxy section */
-		61272333117DF752005B90CF /* libSDL_image.a */ = {
-			isa = PBXReferenceProxy;
-			fileType = archive.ar;
-			path = libSDL_image.a;
-			remoteRef = 61272332117DF752005B90CF /* PBXContainerItemProxy */;
-			sourceTree = BUILT_PRODUCTS_DIR;
-		};
-		617988DA114AAA3900BA94A9 /* libSDLiPhoneOS.a */ = {
-			isa = PBXReferenceProxy;
-			fileType = archive.ar;
-			path = libSDLiPhoneOS.a;
-			remoteRef = 617988D9114AAA3900BA94A9 /* PBXContainerItemProxy */;
-			sourceTree = BUILT_PRODUCTS_DIR;
-		};
-		61798993114AB3FA00BA94A9 /* libSDL_mixer.a */ = {
-			isa = PBXReferenceProxy;
-			fileType = archive.ar;
-			path = libSDL_mixer.a;
-			remoteRef = 61798992114AB3FA00BA94A9 /* PBXContainerItemProxy */;
-			sourceTree = BUILT_PRODUCTS_DIR;
-		};
-		617989BB114AB47500BA94A9 /* libSDL_net.a */ = {
-			isa = PBXReferenceProxy;
-			fileType = archive.ar;
-			path = libSDL_net.a;
-			remoteRef = 617989BA114AB47500BA94A9 /* PBXContainerItemProxy */;
-			sourceTree = BUILT_PRODUCTS_DIR;
-		};
-		61798A13114AB65600BA94A9 /* libSDL_ttf.a */ = {
-			isa = PBXReferenceProxy;
-			fileType = archive.ar;
-			path = libSDL_ttf.a;
-			remoteRef = 61798A12114AB65600BA94A9 /* PBXContainerItemProxy */;
-			sourceTree = BUILT_PRODUCTS_DIR;
-		};
-/* End PBXReferenceProxy section */
-
-/* Begin PBXResourcesBuildPhase section */
-		1D60588D0D05DD3D006BFB54 /* Resources */ = {
-			isa = PBXResourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				61A118D211683CD100359010 /* Background.png in Resources */,
-				61A118D311683CD100359010 /* HedgewarsTitle.png in Resources */,
-				61A118D411683CD100359010 /* Multiplayer.png in Resources */,
-				61A118D511683CD100359010 /* NetworkPlay.png in Resources */,
-				61798A2C114ADD2600BA94A9 /* backgroundBottom.png in Resources */,
-				61798A2D114ADD2600BA94A9 /* backgroundCenter.png in Resources */,
-				61798A2E114ADD2600BA94A9 /* backgroundLeft.png in Resources */,
-				61798A2F114ADD2600BA94A9 /* backgroundRight.png in Resources */,
-				61798A30114ADD2600BA94A9 /* backgroundTop.png in Resources */,
-				61798A31114ADD2600BA94A9 /* borderBottom.png in Resources */,
-				61798A32114ADD2600BA94A9 /* borderTop.png in Resources */,
-				61798A33114ADD2600BA94A9 /* Default.png in Resources */,
-				61798A34114ADD2600BA94A9 /* Icon.png in Resources */,
-				61798A35114ADD2600BA94A9 /* networkButton.png in Resources */,
-				61798A36114ADD2600BA94A9 /* playButton.png in Resources */,
-				61798A37114ADD2600BA94A9 /* settingsButton.png in Resources */,
-				61798A38114ADD2600BA94A9 /* storeButton.png in Resources */,
-				61798A39114ADD2600BA94A9 /* title.png in Resources */,
-				61799289114AE08700BA94A9 /* Data in Resources */,
-				6179934F114BD5AB00BA94A9 /* menuCorner.png in Resources */,
-				6179936B11501D3D00BA94A9 /* arrowDown.png in Resources */,
-				6179936C11501D3D00BA94A9 /* arrowLeft.png in Resources */,
-				6179936D11501D3D00BA94A9 /* arrowRight.png in Resources */,
-				6179936E11501D3D00BA94A9 /* arrowUp.png in Resources */,
-				617995321150403800BA94A9 /* joyPush.png in Resources */,
-				61A118CA11683C7600359010 /* MainMenuViewController-iPad.xib in Resources */,
-				61A118CC11683C7A00359010 /* MainMenuViewController-iPhone.xib in Resources */,
-				6122CD01116BECCA002648E9 /* Default-Landscape.png in Resources */,
-				6151347E116C2803001F16D1 /* Icon-iPad.png in Resources */,
-				615134B1116C2C5F001F16D1 /* OverlayViewController.xib in Resources */,
-				61370653117B1D50004EE44A /* Entitlements-Distribution.plist in Resources */,
-				611E127D117BACC60044B62F /* GameConfigViewController-iPad.xib in Resources */,
-				611E127F117BACCD0044B62F /* GameConfigViewController-iPhone.xib in Resources */,
-				611E12FF117BBBDA0044B62F /* Entitlements-Development.plist in Resources */,
-				615A92911183E31C006CA772 /* MapConfigViewController-iPhone.xib in Resources */,
-				617814E8118947A200C6A535 /* MapConfigViewController-iPad.xib in Resources */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-/* End PBXResourcesBuildPhase section */
-
-/* Begin PBXShellScriptBuildPhase section */
-		6179928A114AE0C800BA94A9 /* ShellScript */ = {
-			isa = PBXShellScriptBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-			);
-			inputPaths = (
-			);
-			outputPaths = (
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-			shellPath = /bin/sh;
-			shellScript = "#copy new stuff over old stuff\nrm -rf ${PROJECT_DIR}/Data\nsvn export --force ${PROJECT_DIR}/../../share/hedgewars/Data ${PROJECT_DIR}/Data\ncp -R ${PROJECT_DIR}/../../QTfrontend/res/botlevels ${PROJECT_DIR}/Data/Graphics/Hedgehog/botlevels\nrm -rf ${PROJECT_DIR}/Data/Graphics/Hedgehog/botlevels/.svn*\n\n#delete all CMakeLists.txt and image source files\nfind ${PROJECT_DIR}/Data -name CMakeLists.txt -delete\nfind ${PROJECT_DIR}/Data -name *.svg -delete\nfind ${PROJECT_DIR}/Data -name *.sifz -delete\nfind ${PROJECT_DIR}/Data -name *.xcf -delete\n\n#delete desktop frontend translation\nrm -rf ${PROJECT_DIR}/Data/Locale/hedgewars_*\n\n#delete dummy maps\nrm -rf ${PROJECT_DIR}/Data/Maps/{test*,KnockBall,Ruler,BasketBall}\n\n#the following ones must be removed when their support is implemented\n\n#delete some voices\nrm -rf ${PROJECT_DIR}/Data/Sounds/voices/{Classic,British,Mobster,Pirate,Robot,Russian,Singer,Surfer}\n\n#delete all names\nrm -rf ${PROJECT_DIR}/Data/Names/\n\n#delete all missions\nrm -rf ${PROJECT_DIR}/Data/Missions/\n\n#delete all reserved hats\nrm -rf ${PROJECT_DIR}/Data/Graphics/Hats/Reserved/";
-			showEnvVarsInLog = 0;
-		};
-		9283011B0F10CB2D00CC5A3C /* Build libfpc.a */ = {
-			isa = PBXShellScriptBuildPhase;
-			buildActionMask = 2147483647;
-			comments = "The current FPC runtime is distributed as (a massive) collection of .o files. This run script combines the .o files into an archive, making linking (a lot) easier since we don't have to think about what to link with (i.e the linker will extract what's needed from the archive).";
-			files = (
-			);
-			inputPaths = (
-			);
-			name = "Build libfpc.a";
-			outputPaths = (
-				"$(TARGET_BUILD_DIR)/libfpc.a",
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-			shellPath = /bin/sh;
-			shellScript = "# Build libfpc.a\n# 9 July 2006 (Jonas Maebe)\n#   * original version\n# 15 September 2006 (Erling Johansen)\n#   * simplified\n# 26 April 2007 (Jonas Maebe)\n#  * added support for ppc64/x86_64 (future proofing)\n# 4 August 2007 (Jonas Maebe)\n#  * call ranlib after ar so the toc of the library is up-to-date\n# 3 January 2009 (Jonas Maebe)\n#  * support for ARM\n# 24 October 2009 (Jonas Maebe)\n#  * don't hardcode version 2.3.1 anymore under certain circumstances\n#  * use the FPC_RTL_UNITS_BASE setting\n# 13 December 2009 (Jonas Maebe)\n#  * use new FPC_COMPILER_BINARY_DIR setting to make it easier to change the used FPC version\n\nrm -f \"$TARGET_TEMP_DIR\"/*.a\nnarch=\n\nfor arch in $ARCHS\ndo\n\tcase $arch in\n\t\tppc) fpc_arch=ppc; fpc_rtl=powerpc ;;\n\t\ti386) fpc_arch=386; fpc_rtl=i386 ;;\n\t\tppc64) fpc_arch=ppc64; fpc_rtl=powerpc64 ;;\n\t\tx86_64) fpc_arch=x64; fpc_rtl=x86_64 ;;\n\t\tarm*) fpc_arch=arm; fpc_rtl=arm ;;\n\t\t*) continue\n\tesac\n\tif test -e \"${FPC_COMPILER_BINARY_DIR}\"/ppc${fpc_arch}\n\tthen\n\t\tupath=\"$FPC_RTL_UNITS_BASE\"/`\"${FPC_COMPILER_BINARY_DIR}\"/ppc${fpc_arch} -iV`/units/${fpc_rtl}-darwin\n\t\tar -q \"$TARGET_TEMP_DIR\"/libfpc${narch}.a `ls \"$upath\"/*/*.o | grep -v 'darwin/fv/'`\n\t\tranlib \"$TARGET_TEMP_DIR\"/libfpc${narch}.a\n\t\tnarch=${narch}x\n\telse\n\t\techo error: can\\'t build libfpc.a for $arch \\(${FPC_COMPILER_BINARY_DIR}/ppc${fpc_arch} not found, derived from FPC_COMPILER_BINARY_DIR project setting\\)\n\tfi\ndone\n\nif test ${#narch} -gt 1\nthen\n\tlipo -create \"$TARGET_TEMP_DIR\"/libfpc*.a -output \"$TARGET_BUILD_DIR\"/libfpc.a\n\trm -f \"$TARGET_TEMP_DIR\"/*.a\nelse\n\tmv \"$TARGET_TEMP_DIR\"/libfpc.a \"$TARGET_BUILD_DIR\"\nfi\n";
-		};
-		928301560F10E04C00CC5A3C /* Compile Pascal Sources */ = {
-			isa = PBXShellScriptBuildPhase;
-			buildActionMask = 2147483647;
-			comments = "This run script compiles (all) pascal sources into assembler by calling FPC with the main program (only) as argument. FPC will in turn compile dependent units as necessary. The Compile Sources build phase will detect the outdated .o files and assemble the modified sources (because the Pascal source files rule states that output from pascal compilation is assembler files in derived source folders).   ";
-			files = (
-			);
-			inputPaths = (
-			);
-			name = "Compile Pascal Sources";
-			outputPaths = (
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-			shellPath = /bin/sh;
-			shellScript = "# Compile Pascal Sources\n# 15sep06,ejo  written.\n# 26 April 2007 - Jonas Maebe\n#  * support for ppc64 and x86_64\n#  * don't run when cleaning (in case running scripts when cleaning is ever fixed by Apple)\n#  * split the options in FPC_COMMON_FLAGS (common to all configurations) and FPC_CFG_SPECIFIC_FLAGS (per configuration)\n# 4 January 2009 - Jonas Maebe\n#  * support for ARM\n# 24 October 2009 - Jonas Maebe\n#  * don't hardcode 2.3.1 in some cases anymore\n# 13 December 2009 (Jonas Maebe)\n#  * use new FPC_COMPILER_BINARY_DIR setting to make it easier to change the used FPC version\n\nif [ x\"$ACTION\" != \"xbuild\" ]; then\n  # in case running scripts during cleaning gets fixed\n  exit 0\nfi\n\nif test ! -e \"$FPC_MAIN_FILE\"\nthen\n\techo error: FPC_MAIN_FILE not found \\($FPC_MAIN_FILE\\)\n\texit 2\nfi\n\nfor variant in $BUILD_VARIANTS\ndo\n\tfor arch in $ARCHS\n\tdo\n\t\tcase $arch in\n\t\t\tppc) fpc_arch=ppc; fpc_rtl=powerpc ;;\n\t\t\ti386) fpc_arch=386; fpc_rtl=i386 ;;\n\t\t\tppc64) fpc_arch=ppc64; fpc_rtl=powerpc64 ;;\n\t\t\tx86_64) fpc_arch=x64; fpc_rtl=x86_64 ;;\n\t\t\tarm*) fpc_arch=arm; fpc_rtl=arm ;;\n\t\t\t*) continue\n\t\tesac\n\n\t\tapp_target_temp_dir=$CONFIGURATION_TEMP_DIR/`basename \"$PROJECT_TEMP_DIR\"`\n\t\tout_dir=$app_target_temp_dir/`basename \"$DERIVED_SOURCES_DIR\"`-$variant/$arch\n\t\tfpccompiler=\"${FPC_COMPILER_BINARY_DIR}/ppc${fpc_arch}\"\n\t\tif test -e \"$fpccompiler\"\n\t\tthen\n\t\t\tfpcversion=`\"$fpccompiler\" -iV`\n\t\t\tmainunitdir=\"$FPC_RTL_UNITS_BASE/$fpcversion/units/${fpc_rtl}-darwin/\"\n\t\t\tmkdir -p \"$out_dir\"\n\t\t\tcd \"$out_dir\"\n\t\t\techo \"Compiling to $out_dir\"\n\t\t\trm -f compilefailed\n\t\n\t\t\t# delete any ppu files for which the \".s\" file was somehow deleted (Xcode does that sometimes in case of errors),\n\t\t\t# so that FPC will recompile the unit\n\t\t\tfor file in *.ppu\n\t\t\tdo\n\t\t\t\tasmname=`basename \"$file\" ppu`s\n\t\t\t\tif [ ! -f \"$asmname\" ]; then\n\t\t\t\t\t# can fail in case there are no .ppu files, since then it will try to erase the file with name '*.ppu'\n\t\t\t\t\t# -> use -f so it won't give an error message\n\t\t\t\t\trm -f \"$file\"\n\t\t\t\tfi\n\t\t\tdone\n\n\t\t\techo $fpccompiler -n -l -viwn -a -s -vbr -FE. $FPC_COMMON_OPTIONS $FPC_SPECIFIC_OPTIONS '\\' >ppccmd.sh\n\t\t\techo -Fi\\\"`dirname \"$FPC_MAIN_FILE\"`\\\" '\\' >>ppccmd.sh\n\t\t\techo -Fu\"$mainunitdir/*\" -Fu\"$mainunitdir/rtl\" '\\' >>ppccmd.sh\n\t\t\t# allow FPC_UNIT_PATHS to override default search directory\n\t\t\techo $FPC_UNIT_PATHS '\\' >>ppccmd.sh\n\t\t\techo \\\"$FPC_MAIN_FILE\\\" >>ppccmd.sh\n\t\t\t# cat ppccmd.sh\n\n\t\t\t/bin/sh ppccmd.sh\n\t\t\tif [ $? != 0 ]; then\n\t\t\t\ttouch \"$out_dir\"/compilefailed\n\t\t\t\texit 1\n\t\t\tfi\n\t\telse\n\t\t\ttouch \"$out_dir\"/compilefailed\n\t\t\techo $FPC_MAIN_FILE:1: error: 1: can\\'t compile for $arch \\(ppc${fpc_arch} not found\\)\n\t\t\texit 2\n\t\tfi\n\tdone\ndone\n";
-		};
-/* End PBXShellScriptBuildPhase section */
-
-/* Begin PBXSourcesBuildPhase section */
-		1D60588E0D05DD3D006BFB54 /* Sources */ = {
-			isa = PBXSourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				61798816114AA34C00BA94A9 /* hwengine.pas in Sources */,
-				61798818114AA34C00BA94A9 /* hwLibrary.pas in Sources */,
-				6179881B114AA34C00BA94A9 /* PascalExports.pas in Sources */,
-				6179881C114AA34C00BA94A9 /* SDLh.pas in Sources */,
-				6179881F114AA34C00BA94A9 /* uAI.pas in Sources */,
-				61798820114AA34C00BA94A9 /* uAIActions.pas in Sources */,
-				61798821114AA34C00BA94A9 /* uAIAmmoTests.pas in Sources */,
-				61798822114AA34C00BA94A9 /* uAIMisc.pas in Sources */,
-				61798823114AA34C00BA94A9 /* uAmmos.pas in Sources */,
-				61798824114AA34C00BA94A9 /* uChat.pas in Sources */,
-				61798825114AA34C00BA94A9 /* uCollisions.pas in Sources */,
-				61798826114AA34C00BA94A9 /* uConsole.pas in Sources */,
-				61798827114AA34C00BA94A9 /* uConsts.pas in Sources */,
-				61798828114AA34C00BA94A9 /* uFloat.pas in Sources */,
-				61798829114AA34C00BA94A9 /* uGame.pas in Sources */,
-				6179882A114AA34C00BA94A9 /* uGears.pas in Sources */,
-				6179882B114AA34C00BA94A9 /* uIO.pas in Sources */,
-				6179882C114AA34C00BA94A9 /* uKeys.pas in Sources */,
-				6179882D114AA34C00BA94A9 /* uLand.pas in Sources */,
-				6179882E114AA34C00BA94A9 /* uLandGraphics.pas in Sources */,
-				6179882F114AA34C00BA94A9 /* uLandObjects.pas in Sources */,
-				61798830114AA34C00BA94A9 /* uLandTemplates.pas in Sources */,
-				61798831114AA34C00BA94A9 /* uLandTexture.pas in Sources */,
-				61798832114AA34C00BA94A9 /* uLocale.pas in Sources */,
-				61798833114AA34C00BA94A9 /* uMisc.pas in Sources */,
-				61798834114AA34C00BA94A9 /* uRandom.pas in Sources */,
-				61798835114AA34C00BA94A9 /* uScript.pas in Sources */,
-				61798836114AA34C00BA94A9 /* uSHA.pas in Sources */,
-				61798837114AA34C00BA94A9 /* uSound.pas in Sources */,
-				61798838114AA34C00BA94A9 /* uStats.pas in Sources */,
-				61798839114AA34C00BA94A9 /* uStore.pas in Sources */,
-				6179883A114AA34C00BA94A9 /* uTeams.pas in Sources */,
-				6179883C114AA34C00BA94A9 /* uVisualGears.pas in Sources */,
-				6179883D114AA34C00BA94A9 /* uWorld.pas in Sources */,
-				6179885C114AA48A00BA94A9 /* CGPointUtils.c in Sources */,
-				61798869114AA4AA00BA94A9 /* SDL_uikitappdelegate.m in Sources */,
-				6179886B114AA4AA00BA94A9 /* SDL_uikitwindow.m in Sources */,
-				6179887D114AA4D000BA94A9 /* MainMenuViewController.m in Sources */,
-				61798889114AA4E600BA94A9 /* GameSetup.m in Sources */,
-				61CE250D115E749A0098C467 /* OverlayViewController.m in Sources */,
-				61A11A4E1168D13600359010 /* PopoverMenuViewController.m in Sources */,
-				61A11AC11168D8B600359010 /* SplitViewRootController.m in Sources */,
-				61A11AC91168DA9400359010 /* MasterViewController.m in Sources */,
-				61A11ACF1168DB1B00359010 /* TeamSettingsViewController.m in Sources */,
-				61A11AD61168DB3700359010 /* DetailViewController.m in Sources */,
-				61A11AE11168DC6E00359010 /* SingleTeamViewController.m in Sources */,
-				61A11AE41168DC9400359010 /* HogHatViewController.m in Sources */,
-				611B0AA1116B626E00112153 /* GeneralSettingsViewController.m in Sources */,
-				619C51BF116E40FC0049FD84 /* CommodityFunctions.m in Sources */,
-				619C5232116E4E810049FD84 /* FlagsViewController.m in Sources */,
-				619C533E116E70050049FD84 /* FortsViewController.m in Sources */,
-				618BE5931175126900F22556 /* LevelViewController.m in Sources */,
-				618BE60311751F4F00F22556 /* GravesViewController.m in Sources */,
-				618BE6A3117527CD00F22556 /* VoicesViewController.m in Sources */,
-				6184DEA311795DBD00AF6EFA /* UIImageExtra.m in Sources */,
-				61370676117B32EF004EE44A /* GameConfigViewController.m in Sources */,
-				611E1316117BBE5A0044B62F /* WeaponSettingsViewController.m in Sources */,
-				611E1319117BBE700044B62F /* SchemeSettingsViewController.m in Sources */,
-				61272424117E17CF005B90CF /* TeamConfigViewController.m in Sources */,
-				612724D3117E28AF005B90CF /* HogButtonView.m in Sources */,
-				61CF4971117E702F00BF05B7 /* SquareButtonView.m in Sources */,
-				61B22E0F1180FBF400B2FCE0 /* MapConfigViewController.m in Sources */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-		61C3251A1179A300001E70B1 /* Sources */ = {
-			isa = PBXSourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				61C325461179A336001E70B1 /* loaders.c in Sources */,
-				61C325481179A336001E70B1 /* openalbridge.c in Sources */,
-				61C3254A1179A336001E70B1 /* wrappers.c in Sources */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-/* End PBXSourcesBuildPhase section */
-
-/* Begin PBXTargetDependency section */
-		61C325211179A30E001E70B1 /* PBXTargetDependency */ = {
-			isa = PBXTargetDependency;
-			target = 61C3251C1179A300001E70B1 /* openalbridge */;
-			targetProxy = 61C325201179A30E001E70B1 /* PBXContainerItemProxy */;
-		};
-		9283015A0F10E41300CC5A3C /* PBXTargetDependency */ = {
-			isa = PBXTargetDependency;
-			target = 928301160F10CAFC00CC5A3C /* fpc */;
-			targetProxy = 928301590F10E41300CC5A3C /* PBXContainerItemProxy */;
-		};
-/* End PBXTargetDependency section */
-
-/* Begin XCBuildConfiguration section */
-		1D6058940D05DD3E006BFB54 /* Debug */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				COPY_PHASE_STRIP = NO;
-				GCC_DYNAMIC_NO_PIC = NO;
-				GCC_OPTIMIZATION_LEVEL = 0;
-				GCC_PRECOMPILE_PREFIX_HEADER = YES;
-				GCC_PREFIX_HEADER = Hedgewars_Prefix.pch;
-				INFOPLIST_FILE = Info.plist;
-				LIBRARY_SEARCH_PATHS = (
-					"$(inherited)",
-					"\"$(SRCROOT)\"",
-				);
-				PRODUCT_NAME = Hedgewars;
-				TARGETED_DEVICE_FAMILY = "1,2";
-			};
-			name = Debug;
-		};
-		1D6058950D05DD3E006BFB54 /* Release */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				CODE_SIGN_ENTITLEMENTS = "Entitlements-Development.plist";
-				CODE_SIGN_IDENTITY = "iPhone Developer";
-				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
-				COPY_PHASE_STRIP = YES;
-				GCC_PRECOMPILE_PREFIX_HEADER = YES;
-				GCC_PREFIX_HEADER = Hedgewars_Prefix.pch;
-				INFOPLIST_FILE = Info.plist;
-				LIBRARY_SEARCH_PATHS = (
-					"$(inherited)",
-					"\"$(SRCROOT)\"",
-				);
-				PRODUCT_NAME = Hedgewars;
-				PROVISIONING_PROFILE = "";
-				"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
-				TARGETED_DEVICE_FAMILY = "1,2";
-			};
-			name = Release;
-		};
-		6137064B117B1CB3004EE44A /* Distribution */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
-				CODE_SIGN_ENTITLEMENTS = "Entitlements-Distribution.plist";
-				CODE_SIGN_IDENTITY = "iPhone Distribution";
-				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
-				FPC_COMMON_OPTIONS = "-dIPHONEOS -Cs2000000 -vwi -B  -Sgix";
-				FPC_COMPILER_BINARY_DIR = /usr/local/lib/fpc/2.5.1;
-				FPC_MAIN_FILE = "$(PROJECT_DIR)/../../hedgewars/hwLibrary.pas";
-				FPC_RTL_UNITS_BASE = /usr/local/lib/fpc;
-				FPC_SPECIFIC_OPTIONS = "-Ci- -Cr- -Co- -O-2 -Xs  -Cfvfpv2";
-				FPC_UNITS_PATH = "-Fu\"$(PROJECT_DIR)\"";
-				GCC_C_LANGUAGE_STANDARD = c99;
-				GCC_DEBUGGING_SYMBOLS = default;
-				GCC_FAST_MATH = YES;
-				GCC_OPTIMIZATION_LEVEL = 2;
-				GCC_THUMB_SUPPORT = NO;
-				GCC_WARN_ABOUT_RETURN_TYPE = YES;
-				GCC_WARN_UNUSED_VARIABLE = YES;
-				HEADER_SEARCH_PATHS = (
-					/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers,
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/include\"/**",
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/src\"/**",
-					"\"$(SRCROOT)/../../../Library/lpng141\"",
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net\"",
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_mixer\"",
-				);
-				IPHONEOS_DEPLOYMENT_TARGET = 3.0;
-				ONLY_ACTIVE_ARCH = NO;
-				OTHER_LDFLAGS = (
-					"-lz",
-					"-Wl,-no_order_inits",
-				);
-				PREBINDING = NO;
-				PROVISIONING_PROFILE = "";
-				"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
-				SDKROOT = iphoneos3.2;
-				TARGETED_DEVICE_FAMILY = "1,2";
-			};
-			name = Distribution;
-		};
-		6137064C117B1CB3004EE44A /* Distribution */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
-				CODE_SIGN_ENTITLEMENTS = "Entitlements-Distribution.plist";
-				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
-				COPY_PHASE_STRIP = YES;
-				GCC_PRECOMPILE_PREFIX_HEADER = YES;
-				GCC_PREFIX_HEADER = Hedgewars_Prefix.pch;
-				INFOPLIST_FILE = Info.plist;
-				LIBRARY_SEARCH_PATHS = (
-					"$(inherited)",
-					"\"$(SRCROOT)\"",
-				);
-				PRODUCT_NAME = Hedgewars;
-				"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
-				TARGETED_DEVICE_FAMILY = "1,2";
-			};
-			name = Distribution;
-		};
-		6137064D117B1CB3004EE44A /* Distribution */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				COPY_PHASE_STRIP = YES;
-				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
-				GCC_ENABLE_FIX_AND_CONTINUE = NO;
-				PREBINDING = NO;
-				PRODUCT_NAME = fpc;
-				ZERO_LINK = NO;
-			};
-			name = Distribution;
-		};
-		6137064E117B1CB3004EE44A /* Distribution */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				COPY_PHASE_STRIP = YES;
-				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
-				GCC_ENABLE_FIX_AND_CONTINUE = NO;
-				HEADER_SEARCH_PATHS = (
-					/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers,
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/include\"/**",
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/src\"/**",
-					"\"$(SRCROOT)/../../../Library/lpng141\"",
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net\"",
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_mixer\"",
-					"\"$(SRCROOT)/../../../Library/libvorbis-1.3.1/include\"",
-					"\"$(SRCROOT)/../../../Library/libogg-1.2.0/include\"",
-				);
-				OTHER_LDFLAGS = "";
-				PREBINDING = NO;
-				PRODUCT_NAME = openalbridge;
-				ZERO_LINK = NO;
-			};
-			name = Distribution;
-		};
-		6137064F117B1CB3004EE44A /* Distribution */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				COPY_PHASE_STRIP = YES;
-				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
-				GCC_ENABLE_FIX_AND_CONTINUE = NO;
-				PRODUCT_NAME = UpdateDataFolder;
-				ZERO_LINK = NO;
-			};
-			name = Distribution;
-		};
-		6179928C114AE0C800BA94A9 /* Debug */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				COPY_PHASE_STRIP = NO;
-				GCC_DYNAMIC_NO_PIC = NO;
-				GCC_OPTIMIZATION_LEVEL = 0;
-				PRODUCT_NAME = UpdateDataFolder;
-			};
-			name = Debug;
-		};
-		6179928D114AE0C800BA94A9 /* Release */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				COPY_PHASE_STRIP = YES;
-				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
-				GCC_ENABLE_FIX_AND_CONTINUE = NO;
-				PRODUCT_NAME = UpdateDataFolder;
-				ZERO_LINK = NO;
-			};
-			name = Release;
-		};
-		61C3251E1179A300001E70B1 /* Debug */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				COPY_PHASE_STRIP = NO;
-				GCC_DYNAMIC_NO_PIC = NO;
-				GCC_OPTIMIZATION_LEVEL = 0;
-				HEADER_SEARCH_PATHS = (
-					/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers,
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/include\"/**",
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/src\"/**",
-					"\"$(SRCROOT)/../../../Library/lpng141\"",
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net\"",
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_mixer\"",
-					"\"$(SRCROOT)/../../../Library/libvorbis-1.3.1/include\"",
-					"\"$(SRCROOT)/../../../Library/libogg-1.2.0/include\"",
-				);
-				OTHER_LDFLAGS = "";
-				PREBINDING = NO;
-				PRODUCT_NAME = openalbridge;
-			};
-			name = Debug;
-		};
-		61C3251F1179A300001E70B1 /* Release */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				COPY_PHASE_STRIP = YES;
-				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
-				GCC_ENABLE_FIX_AND_CONTINUE = NO;
-				HEADER_SEARCH_PATHS = (
-					/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers,
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/include\"/**",
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/src\"/**",
-					"\"$(SRCROOT)/../../../Library/lpng141\"",
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net\"",
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_mixer\"",
-					"\"$(SRCROOT)/../../../Library/libvorbis-1.3.1/include\"",
-					"\"$(SRCROOT)/../../../Library/libogg-1.2.0/include\"",
-				);
-				OTHER_LDFLAGS = "";
-				PREBINDING = NO;
-				PRODUCT_NAME = openalbridge;
-				ZERO_LINK = NO;
-			};
-			name = Release;
-		};
-		928301180F10CAFD00CC5A3C /* Debug */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				COPY_PHASE_STRIP = NO;
-				GCC_DYNAMIC_NO_PIC = NO;
-				GCC_OPTIMIZATION_LEVEL = 0;
-				PREBINDING = NO;
-				PRODUCT_NAME = fpc;
-			};
-			name = Debug;
-		};
-		928301190F10CAFD00CC5A3C /* Release */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				COPY_PHASE_STRIP = YES;
-				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
-				GCC_ENABLE_FIX_AND_CONTINUE = NO;
-				PREBINDING = NO;
-				PRODUCT_NAME = fpc;
-				ZERO_LINK = NO;
-			};
-			name = Release;
-		};
-		C01FCF4F08A954540054247B /* Debug */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
-				CODE_SIGN_IDENTITY = "iPhone Developer: Vittorio Giovara (DC2BRETXAC)";
-				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Vittorio Giovara (DC2BRETXAC)";
-				DEBUG_INFORMATION_FORMAT = stabs;
-				FPC_COMMON_OPTIONS = "-dIPHONEOS -Cs2000000 -vwi -B  -Sgix";
-				FPC_COMPILER_BINARY_DIR = /usr/local/lib/fpc/2.5.1;
-				FPC_MAIN_FILE = "$(PROJECT_DIR)/../../hedgewars/hwLibrary.pas";
-				FPC_RTL_UNITS_BASE = /usr/local/lib/fpc;
-				FPC_SPECIFIC_OPTIONS = "-dDEBUGFILE -O- -gl -gw2 -gs -gt -ghttt -Xs-";
-				FPC_UNITS_PATH = "-Fu\"$(PROJECT_DIR)\"";
-				GCC_C_LANGUAGE_STANDARD = c99;
-				GCC_DEBUGGING_SYMBOLS = full;
-				GCC_FAST_MATH = NO;
-				GCC_OPTIMIZATION_LEVEL = 0;
-				GCC_THUMB_SUPPORT = NO;
-				GCC_WARN_ABOUT_RETURN_TYPE = YES;
-				GCC_WARN_UNUSED_VARIABLE = YES;
-				HEADER_SEARCH_PATHS = (
-					/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers,
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/include\"/**",
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/src\"/**",
-					"\"$(SRCROOT)/../../../Library/lpng141\"",
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net\"",
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_mixer\"",
-				);
-				IPHONEOS_DEPLOYMENT_TARGET = 3.0;
-				ONLY_ACTIVE_ARCH = NO;
-				OTHER_LDFLAGS = (
-					"-lz",
-					"-Wl,-no_order_inits",
-				);
-				PREBINDING = NO;
-				SDKROOT = iphoneos3.2;
-				TARGETED_DEVICE_FAMILY = "1,2";
-			};
-			name = Debug;
-		};
-		C01FCF5008A954540054247B /* Release */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
-				CODE_SIGN_IDENTITY = "iPhone Developer";
-				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
-				FPC_COMMON_OPTIONS = "-dIPHONEOS -Cs2000000 -vwi -B  -Sgix";
-				FPC_COMPILER_BINARY_DIR = /usr/local/lib/fpc/2.5.1;
-				FPC_MAIN_FILE = "$(PROJECT_DIR)/../../hedgewars/hwLibrary.pas";
-				FPC_RTL_UNITS_BASE = /usr/local/lib/fpc;
-				FPC_SPECIFIC_OPTIONS = "-Ci- -Cr- -Co- -O-2 -Xs  -Cfvfpv2";
-				FPC_UNITS_PATH = "-Fu\"$(PROJECT_DIR)\"";
-				GCC_C_LANGUAGE_STANDARD = c99;
-				GCC_DEBUGGING_SYMBOLS = default;
-				GCC_FAST_MATH = YES;
-				GCC_OPTIMIZATION_LEVEL = 2;
-				GCC_THUMB_SUPPORT = NO;
-				GCC_WARN_ABOUT_RETURN_TYPE = YES;
-				GCC_WARN_UNUSED_VARIABLE = YES;
-				HEADER_SEARCH_PATHS = (
-					/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers,
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/include\"/**",
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/src\"/**",
-					"\"$(SRCROOT)/../../../Library/lpng141\"",
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net\"",
-					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_mixer\"",
-				);
-				IPHONEOS_DEPLOYMENT_TARGET = 3.0;
-				ONLY_ACTIVE_ARCH = NO;
-				OTHER_LDFLAGS = (
-					"-lz",
-					"-Wl,-no_order_inits",
-				);
-				PREBINDING = NO;
-				PROVISIONING_PROFILE = "";
-				"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
-				SDKROOT = iphoneos3.2;
-				TARGETED_DEVICE_FAMILY = "1,2";
-			};
-			name = Release;
-		};
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
-		1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Hedgewars" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				1D6058940D05DD3E006BFB54 /* Debug */,
-				1D6058950D05DD3E006BFB54 /* Release */,
-				6137064C117B1CB3004EE44A /* Distribution */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Release;
-		};
-		61799290114AE0CD00BA94A9 /* Build configuration list for PBXAggregateTarget "UpdateDataFolder" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				6179928C114AE0C800BA94A9 /* Debug */,
-				6179928D114AE0C800BA94A9 /* Release */,
-				6137064F117B1CB3004EE44A /* Distribution */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Release;
-		};
-		61C325351179A314001E70B1 /* Build configuration list for PBXNativeTarget "openalbridge" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				61C3251E1179A300001E70B1 /* Debug */,
-				61C3251F1179A300001E70B1 /* Release */,
-				6137064E117B1CB3004EE44A /* Distribution */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Release;
-		};
-		9283011C0F10CB4B00CC5A3C /* Build configuration list for PBXNativeTarget "fpc" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				928301180F10CAFD00CC5A3C /* Debug */,
-				928301190F10CAFD00CC5A3C /* Release */,
-				6137064D117B1CB3004EE44A /* Distribution */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Release;
-		};
-		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Hedgewars" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				C01FCF4F08A954540054247B /* Debug */,
-				C01FCF5008A954540054247B /* Release */,
-				6137064B117B1CB3004EE44A /* Distribution */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Release;
-		};
-/* End XCConfigurationList section */
-	};
-	rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
-}