project_files/HedgewarsMobile/Hedgewars.xcodeproj/project.pbxproj
author koda
Sun, 04 Jul 2010 01:27:41 +0200
changeset 3623 f14db208f2fa
parent 3621 a8ddf681ba7d
child 3624 304c6d32383a
permissions -rw-r--r--
graphics applied and fixes here and there
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
     1
// !$*UTF8*$!
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
     2
{
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
     3
	archiveVersion = 1;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
     4
	classes = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
     5
	};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
     6
	objectVersion = 45;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
     7
	objects = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
     8
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
     9
/* Begin PBXAggregateTarget section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    10
		6179928B114AE0C800BA94A9 /* UpdateDataFolder */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    11
			isa = PBXAggregateTarget;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    12
			buildConfigurationList = 61799290114AE0CD00BA94A9 /* Build configuration list for PBXAggregateTarget "UpdateDataFolder" */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    13
			buildPhases = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    14
				6179928A114AE0C800BA94A9 /* ShellScript */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    15
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    16
			dependencies = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    17
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    18
			name = UpdateDataFolder;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    19
			productName = UpdateDataFolder;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    20
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    21
/* End PBXAggregateTarget section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    22
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    23
/* Begin PBXBuildFile section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    24
		1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
    25
		1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    26
		28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD14FF0DC6FC520079059D /* OpenGLES.framework */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    27
		28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    28
		611E12FF117BBBDA0044B62F /* Entitlements-Development.plist in Resources */ = {isa = PBXBuildFile; fileRef = 611E12FE117BBBDA0044B62F /* Entitlements-Development.plist */; };
3487
b1d00f1950c8 add some memory aware code
koda
parents: 3479
diff changeset
    29
		611F4D4B11B27A9900F9759A /* uScript.pas in Sources */ = {isa = PBXBuildFile; fileRef = 611F4D4A11B27A9900F9759A /* uScript.pas */; };
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    30
		6122CD01116BECCA002648E9 /* Default-Landscape.png in Resources */ = {isa = PBXBuildFile; fileRef = 6122CD00116BECCA002648E9 /* Default-Landscape.png */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    31
		61272334117DF764005B90CF /* libSDL_image.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 61272333117DF752005B90CF /* libSDL_image.a */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    32
		61272339117DF778005B90CF /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61272338117DF778005B90CF /* MobileCoreServices.framework */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    33
		61370653117B1D50004EE44A /* Entitlements-Distribution.plist in Resources */ = {isa = PBXBuildFile; fileRef = 61370652117B1D50004EE44A /* Entitlements-Distribution.plist */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    34
		6151347E116C2803001F16D1 /* Icon-iPad.png in Resources */ = {isa = PBXBuildFile; fileRef = 6151347D116C2803001F16D1 /* Icon-iPad.png */; };
3525
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
    35
		61536CCF11CE836E00D87A7E /* libfreetype_x86.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 61798917114AAF2100BA94A9 /* libfreetype_x86.a */; };
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
    36
		61536DF411CEAE7100D87A7E /* GameConfigViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6165924A11CA9CB400D6E256 /* GameConfigViewController.xib */; };
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
    37
		6163EE7E11CC2600001C0453 /* SingleWeaponViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6163EE7D11CC2600001C0453 /* SingleWeaponViewController.m */; };
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    38
		6165920C11CA9BA200D6E256 /* DetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591DF11CA9BA200D6E256 /* DetailViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    39
		6165920D11CA9BA200D6E256 /* FlagsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591E111CA9BA200D6E256 /* FlagsViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    40
		6165920E11CA9BA200D6E256 /* FortsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591E311CA9BA200D6E256 /* FortsViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    41
		6165920F11CA9BA200D6E256 /* GameConfigViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591E511CA9BA200D6E256 /* GameConfigViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    42
		6165921011CA9BA200D6E256 /* GameSetup.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591E711CA9BA200D6E256 /* GameSetup.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    43
		6165921111CA9BA200D6E256 /* GeneralSettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591E911CA9BA200D6E256 /* GeneralSettingsViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    44
		6165921211CA9BA200D6E256 /* GravesViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591EB11CA9BA200D6E256 /* GravesViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    45
		6165921311CA9BA200D6E256 /* HogHatViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591ED11CA9BA200D6E256 /* HogHatViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    46
		6165921411CA9BA200D6E256 /* LevelViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591EF11CA9BA200D6E256 /* LevelViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    47
		6165921511CA9BA200D6E256 /* MainMenuViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591F111CA9BA200D6E256 /* MainMenuViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    48
		6165921611CA9BA200D6E256 /* MapConfigViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591F311CA9BA200D6E256 /* MapConfigViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    49
		6165921711CA9BA200D6E256 /* MasterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591F511CA9BA200D6E256 /* MasterViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    50
		6165921811CA9BA200D6E256 /* OverlayViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591F711CA9BA200D6E256 /* OverlayViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    51
		6165921911CA9BA200D6E256 /* PopoverMenuViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591F911CA9BA200D6E256 /* PopoverMenuViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    52
		6165921A11CA9BA200D6E256 /* SchemeSettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591FB11CA9BA200D6E256 /* SchemeSettingsViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    53
		6165921B11CA9BA200D6E256 /* SchemeWeaponConfigViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591FD11CA9BA200D6E256 /* SchemeWeaponConfigViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    54
		6165921C11CA9BA200D6E256 /* SingleSchemeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591FF11CA9BA200D6E256 /* SingleSchemeViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    55
		6165921D11CA9BA200D6E256 /* SingleTeamViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6165920111CA9BA200D6E256 /* SingleTeamViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    56
		6165921E11CA9BA200D6E256 /* SplitViewRootController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6165920311CA9BA200D6E256 /* SplitViewRootController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    57
		6165921F11CA9BA200D6E256 /* TeamConfigViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6165920511CA9BA200D6E256 /* TeamConfigViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    58
		6165922011CA9BA200D6E256 /* TeamSettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6165920711CA9BA200D6E256 /* TeamSettingsViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    59
		6165922111CA9BA200D6E256 /* VoicesViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6165920911CA9BA200D6E256 /* VoicesViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    60
		6165922211CA9BA200D6E256 /* WeaponSettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6165920B11CA9BA200D6E256 /* WeaponSettingsViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    61
		6165922E11CA9BD500D6E256 /* CGPointUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = 6165922311CA9BD500D6E256 /* CGPointUtils.c */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    62
		6165922F11CA9BD500D6E256 /* CommodityFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6165922611CA9BD500D6E256 /* CommodityFunctions.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    63
		6165923011CA9BD500D6E256 /* HogButtonView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6165922811CA9BD500D6E256 /* HogButtonView.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    64
		6165923111CA9BD500D6E256 /* SquareButtonView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6165922B11CA9BD500D6E256 /* SquareButtonView.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    65
		6165923211CA9BD500D6E256 /* UIImageExtra.m in Sources */ = {isa = PBXBuildFile; fileRef = 6165922D11CA9BD500D6E256 /* UIImageExtra.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    66
		6165923D11CA9C4600D6E256 /* commands.c in Sources */ = {isa = PBXBuildFile; fileRef = 6165923311CA9C4600D6E256 /* commands.c */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    67
		6165923E11CA9C4600D6E256 /* commands.h in Headers */ = {isa = PBXBuildFile; fileRef = 6165923411CA9C4600D6E256 /* commands.h */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    68
		6165923F11CA9C4600D6E256 /* globals.h in Headers */ = {isa = PBXBuildFile; fileRef = 6165923511CA9C4600D6E256 /* globals.h */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    69
		6165924011CA9C4600D6E256 /* loaders.c in Sources */ = {isa = PBXBuildFile; fileRef = 6165923611CA9C4600D6E256 /* loaders.c */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    70
		6165924111CA9C4600D6E256 /* loaders.h in Headers */ = {isa = PBXBuildFile; fileRef = 6165923711CA9C4600D6E256 /* loaders.h */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    71
		6165924211CA9C4600D6E256 /* openalbridge_t.h in Headers */ = {isa = PBXBuildFile; fileRef = 6165923811CA9C4600D6E256 /* openalbridge_t.h */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    72
		6165924311CA9C4600D6E256 /* openalbridge.c in Sources */ = {isa = PBXBuildFile; fileRef = 6165923911CA9C4600D6E256 /* openalbridge.c */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    73
		6165924411CA9C4600D6E256 /* openalbridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 6165923A11CA9C4600D6E256 /* openalbridge.h */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    74
		6165924511CA9C4600D6E256 /* wrappers.c in Sources */ = {isa = PBXBuildFile; fileRef = 6165923B11CA9C4600D6E256 /* wrappers.c */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    75
		6165924611CA9C4600D6E256 /* wrappers.h in Headers */ = {isa = PBXBuildFile; fileRef = 6165923C11CA9C4600D6E256 /* wrappers.h */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    76
		6165925311CA9CB400D6E256 /* MainMenuViewController-iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6165924B11CA9CB400D6E256 /* MainMenuViewController-iPad.xib */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    77
		6165925411CA9CB400D6E256 /* MainMenuViewController-iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6165924C11CA9CB400D6E256 /* MainMenuViewController-iPhone.xib */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    78
		6165925511CA9CB400D6E256 /* MapConfigViewController-iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6165924D11CA9CB400D6E256 /* MapConfigViewController-iPad.xib */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    79
		6165925611CA9CB400D6E256 /* MapConfigViewController-iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6165924E11CA9CB400D6E256 /* MapConfigViewController-iPhone.xib */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    80
		6165925811CA9CB400D6E256 /* OverlayViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6165925011CA9CB400D6E256 /* OverlayViewController.xib */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    81
		6165927F11CA9D3200D6E256 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 6165927B11CA9D3200D6E256 /* Default.png */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    82
		6165928011CA9D3200D6E256 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 6165927C11CA9D3200D6E256 /* Icon.png */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    83
		6165929E11CA9E2F00D6E256 /* SDL_uikitappdelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6165929D11CA9E2F00D6E256 /* SDL_uikitappdelegate.m */; };
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    84
		61798816114AA34C00BA94A9 /* hwengine.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987E7114AA34C00BA94A9 /* hwengine.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    85
		61798818114AA34C00BA94A9 /* hwLibrary.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987E9114AA34C00BA94A9 /* hwLibrary.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    86
		6179881B114AA34C00BA94A9 /* PascalExports.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987EC114AA34C00BA94A9 /* PascalExports.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    87
		6179881C114AA34C00BA94A9 /* SDLh.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987ED114AA34C00BA94A9 /* SDLh.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    88
		6179881F114AA34C00BA94A9 /* uAI.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F1114AA34C00BA94A9 /* uAI.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    89
		61798820114AA34C00BA94A9 /* uAIActions.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F2114AA34C00BA94A9 /* uAIActions.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    90
		61798821114AA34C00BA94A9 /* uAIAmmoTests.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F3114AA34C00BA94A9 /* uAIAmmoTests.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    91
		61798822114AA34C00BA94A9 /* uAIMisc.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F4114AA34C00BA94A9 /* uAIMisc.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    92
		61798823114AA34C00BA94A9 /* uAmmos.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F5114AA34C00BA94A9 /* uAmmos.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    93
		61798824114AA34C00BA94A9 /* uChat.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F6114AA34C00BA94A9 /* uChat.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    94
		61798825114AA34C00BA94A9 /* uCollisions.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F7114AA34C00BA94A9 /* uCollisions.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    95
		61798826114AA34C00BA94A9 /* uConsole.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F8114AA34C00BA94A9 /* uConsole.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    96
		61798827114AA34C00BA94A9 /* uConsts.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F9114AA34C00BA94A9 /* uConsts.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    97
		61798828114AA34C00BA94A9 /* uFloat.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987FA114AA34C00BA94A9 /* uFloat.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    98
		61798829114AA34C00BA94A9 /* uGame.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987FB114AA34C00BA94A9 /* uGame.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    99
		6179882A114AA34C00BA94A9 /* uGears.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987FC114AA34C00BA94A9 /* uGears.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   100
		6179882B114AA34C00BA94A9 /* uIO.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987FD114AA34C00BA94A9 /* uIO.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   101
		6179882C114AA34C00BA94A9 /* uKeys.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987FE114AA34C00BA94A9 /* uKeys.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   102
		6179882D114AA34C00BA94A9 /* uLand.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987FF114AA34C00BA94A9 /* uLand.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   103
		6179882E114AA34C00BA94A9 /* uLandGraphics.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798800114AA34C00BA94A9 /* uLandGraphics.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   104
		6179882F114AA34C00BA94A9 /* uLandObjects.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798801114AA34C00BA94A9 /* uLandObjects.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   105
		61798830114AA34C00BA94A9 /* uLandTemplates.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798802114AA34C00BA94A9 /* uLandTemplates.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   106
		61798831114AA34C00BA94A9 /* uLandTexture.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798803114AA34C00BA94A9 /* uLandTexture.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   107
		61798832114AA34C00BA94A9 /* uLocale.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798804114AA34C00BA94A9 /* uLocale.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   108
		61798833114AA34C00BA94A9 /* uMisc.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798805114AA34C00BA94A9 /* uMisc.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   109
		61798834114AA34C00BA94A9 /* uRandom.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798806114AA34C00BA94A9 /* uRandom.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   110
		61798837114AA34C00BA94A9 /* uSound.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798809114AA34C00BA94A9 /* uSound.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   111
		61798838114AA34C00BA94A9 /* uStats.pas in Sources */ = {isa = PBXBuildFile; fileRef = 6179880A114AA34C00BA94A9 /* uStats.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   112
		61798839114AA34C00BA94A9 /* uStore.pas in Sources */ = {isa = PBXBuildFile; fileRef = 6179880B114AA34C00BA94A9 /* uStore.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   113
		6179883A114AA34C00BA94A9 /* uTeams.pas in Sources */ = {isa = PBXBuildFile; fileRef = 6179880C114AA34C00BA94A9 /* uTeams.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   114
		6179883C114AA34C00BA94A9 /* uVisualGears.pas in Sources */ = {isa = PBXBuildFile; fileRef = 6179880E114AA34C00BA94A9 /* uVisualGears.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   115
		6179883D114AA34C00BA94A9 /* uWorld.pas in Sources */ = {isa = PBXBuildFile; fileRef = 6179880F114AA34C00BA94A9 /* uWorld.pas */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   116
		617988DB114AAA4200BA94A9 /* libSDLiPhoneOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 617988DA114AAA3900BA94A9 /* libSDLiPhoneOS.a */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   117
		6179891B114AAF2100BA94A9 /* libfreetype_arm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 61798916114AAF2100BA94A9 /* libfreetype_arm.a */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   118
		6179891F114AAF2100BA94A9 /* libvorbis_arm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6179891A114AAF2100BA94A9 /* libvorbis_arm.a */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   119
		61798935114AB25F00BA94A9 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61798934114AB25F00BA94A9 /* AudioToolbox.framework */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   120
		61798996114AB3FF00BA94A9 /* libSDL_mixer.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 61798993114AB3FA00BA94A9 /* libSDL_mixer.a */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   121
		617989BE114AB47A00BA94A9 /* libSDL_net.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 617989BB114AB47500BA94A9 /* libSDL_net.a */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   122
		61798A14114AB65C00BA94A9 /* libSDL_ttf.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 61798A13114AB65600BA94A9 /* libSDL_ttf.a */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   123
		61799289114AE08700BA94A9 /* Data in Resources */ = {isa = PBXBuildFile; fileRef = 61798A5E114AE08600BA94A9 /* Data */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   124
		61A1188511683A8C00359010 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61A117FE1168322700359010 /* CoreGraphics.framework */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   125
		61A118D311683CD100359010 /* HedgewarsTitle.png in Resources */ = {isa = PBXBuildFile; fileRef = 611FD9CB1155A28C00C2203D /* HedgewarsTitle.png */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   126
		61C3255B1179A384001E70B1 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61C3255A1179A384001E70B1 /* OpenAL.framework */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   127
		61C325901179A732001E70B1 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61C3255A1179A384001E70B1 /* OpenAL.framework */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   128
		61C325A31179A7AD001E70B1 /* libopenalbridge.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 61C3251D1179A300001E70B1 /* libopenalbridge.a */; };
3532
04e2fea3e83a merge+smallupdate
koda
parents: 3525
diff changeset
   129
		61E1F4F811D004240016A5AA /* adler32.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61E1F4F711D004240016A5AA /* adler32.pas */; };
3623
f14db208f2fa graphics applied and fixes here and there
koda
parents: 3621
diff changeset
   130
		61EBA62911DFF2BC0048B68A /* bricks.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EBA62711DFF2BC0048B68A /* bricks.png */; };
f14db208f2fa graphics applied and fixes here and there
koda
parents: 3621
diff changeset
   131
		61EBA62A11DFF2BC0048B68A /* title.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EBA62811DFF2BC0048B68A /* title.png */; };
f14db208f2fa graphics applied and fixes here and there
koda
parents: 3621
diff changeset
   132
		61EBA62D11DFF3310048B68A /* backgroundAndTitle.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EBA62C11DFF3310048B68A /* backgroundAndTitle.png */; };
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   133
		61EF920E11DF57AC003441C4 /* arrowDown.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EF920511DF57AC003441C4 /* arrowDown.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   134
		61EF920F11DF57AC003441C4 /* arrowLeft.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EF920611DF57AC003441C4 /* arrowLeft.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   135
		61EF921011DF57AC003441C4 /* arrowRight.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EF920711DF57AC003441C4 /* arrowRight.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   136
		61EF921111DF57AC003441C4 /* arrowUp.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EF920811DF57AC003441C4 /* arrowUp.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   137
		61EF921211DF57AC003441C4 /* joyButton_attack.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EF920911DF57AC003441C4 /* joyButton_attack.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   138
		61EF921311DF57AC003441C4 /* joyButton_backjump.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EF920A11DF57AC003441C4 /* joyButton_backjump.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   139
		61EF921411DF57AC003441C4 /* joyButton_forwardjump.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EF920B11DF57AC003441C4 /* joyButton_forwardjump.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   140
		61EF921611DF57AC003441C4 /* menuCorner.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EF920D11DF57AC003441C4 /* menuCorner.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   141
		61F903EF11DF58550068B24D /* backgroundBottom.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903E411DF58550068B24D /* backgroundBottom.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   142
		61F903F011DF58550068B24D /* backgroundCenter.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903E511DF58550068B24D /* backgroundCenter.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   143
		61F903F111DF58550068B24D /* backgroundLeft.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903E611DF58550068B24D /* backgroundLeft.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   144
		61F903F211DF58550068B24D /* backgroundRight.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903E711DF58550068B24D /* backgroundRight.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   145
		61F903F311DF58550068B24D /* backgroundTop.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903E811DF58550068B24D /* backgroundTop.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   146
		61F903F411DF58550068B24D /* borderBottom.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903E911DF58550068B24D /* borderBottom.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   147
		61F903F511DF58550068B24D /* borderTop.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903EA11DF58550068B24D /* borderTop.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   148
		61F903F611DF58550068B24D /* networkButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903EB11DF58550068B24D /* networkButton.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   149
		61F903F711DF58550068B24D /* playButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903EC11DF58550068B24D /* playButton.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   150
		61F903F811DF58550068B24D /* storeButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903ED11DF58550068B24D /* storeButton.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   151
		61F9040911DF58B00068B24D /* settingsButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F9040811DF58B00068B24D /* settingsButton.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   152
		61F9040B11DF59370068B24D /* background.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F9040A11DF59370068B24D /* background.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   153
		61F9040E11DF59D10068B24D /* localplayButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F9040C11DF59D10068B24D /* localplayButton.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   154
		61F9040F11DF59D10068B24D /* netplayButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F9040D11DF59D10068B24D /* netplayButton.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   155
		61F9041411DF5E9B0068B24D /* toolbarBackground.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F9041311DF5E9B0068B24D /* toolbarBackground.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   156
		61F9043A11DF64E20068B24D /* bluebox.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F9043911DF64E20068B24D /* bluebox.png */; };
3621
a8ddf681ba7d initial support for customizing weaponset
koda
parents: 3619
diff changeset
   157
		61F904D711DF7DA30068B24D /* WeaponCellView.m in Sources */ = {isa = PBXBuildFile; fileRef = 61F904D611DF7DA30068B24D /* WeaponCellView.m */; };
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   158
		922F64900F10F53100DC6EC0 /* libfpc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 928301170F10CAFC00CC5A3C /* libfpc.a */; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   159
/* End PBXBuildFile section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   160
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   161
/* Begin PBXBuildRule section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   162
		9283015B0F10E46D00CC5A3C /* PBXBuildRule */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   163
			isa = PBXBuildRule;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   164
			compilerSpec = com.apple.compilers.proxy.script;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   165
			fileType = sourcecode.pascal;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   166
			isEditable = 1;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   167
			outputFiles = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   168
				"$(DERIVED_SOURCES_DIR)-$(CURRENT_VARIANT)/$(CURRENT_ARCH)/$(INPUT_FILE_BASE).s",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   169
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   170
			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";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   171
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   172
/* End PBXBuildRule section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   173
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   174
/* Begin PBXContainerItemProxy section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   175
		61272332117DF752005B90CF /* PBXContainerItemProxy */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   176
			isa = PBXContainerItemProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   177
			containerPortal = 6127232E117DF752005B90CF /* SDL_image.xcodeproj */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   178
			proxyType = 2;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   179
			remoteGlobalIDString = BE1FA74107AF4C45004B6283;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   180
			remoteInfo = "Static Library";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   181
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   182
		617988D9114AAA3900BA94A9 /* PBXContainerItemProxy */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   183
			isa = PBXContainerItemProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   184
			containerPortal = 617988D3114AAA3900BA94A9 /* SDLiPhoneOS.xcodeproj */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   185
			proxyType = 2;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   186
			remoteGlobalIDString = FD6526630DE8FCCB002AD96B;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   187
			remoteInfo = StaticLibiPhoneOS;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   188
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   189
		61798992114AB3FA00BA94A9 /* PBXContainerItemProxy */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   190
			isa = PBXContainerItemProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   191
			containerPortal = 6179898B114AB3FA00BA94A9 /* SDL_mixer.xcodeproj */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   192
			proxyType = 2;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   193
			remoteGlobalIDString = BE1FA95407AF96B2004B6283;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   194
			remoteInfo = "Static Library";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   195
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   196
		617989BA114AB47500BA94A9 /* PBXContainerItemProxy */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   197
			isa = PBXContainerItemProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   198
			containerPortal = 617989B3114AB47500BA94A9 /* SDL_net.xcodeproj */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   199
			proxyType = 2;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   200
			remoteGlobalIDString = BE48FF6F07AFA9A900BB41DA;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   201
			remoteInfo = "Static Library";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   202
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   203
		61798A12114AB65600BA94A9 /* PBXContainerItemProxy */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   204
			isa = PBXContainerItemProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   205
			containerPortal = 61798A0B114AB65600BA94A9 /* SDL_ttf.xcodeproj */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   206
			proxyType = 2;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   207
			remoteGlobalIDString = BE48FD6E07AFA17000BB41DA;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   208
			remoteInfo = "Static Library";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   209
		};
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   210
		6184608B11DA8BF3000E1314 /* PBXContainerItemProxy */ = {
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   211
			isa = PBXContainerItemProxy;
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   212
			containerPortal = 617988D3114AAA3900BA94A9 /* SDLiPhoneOS.xcodeproj */;
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   213
			proxyType = 2;
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   214
			remoteGlobalIDString = 006E982211955059001DE610;
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   215
			remoteInfo = testsdl;
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   216
		};
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   217
		61C325201179A30E001E70B1 /* PBXContainerItemProxy */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   218
			isa = PBXContainerItemProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   219
			containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   220
			proxyType = 1;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   221
			remoteGlobalIDString = 61C3251C1179A300001E70B1;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   222
			remoteInfo = openalbridge;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   223
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   224
		928301590F10E41300CC5A3C /* PBXContainerItemProxy */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   225
			isa = PBXContainerItemProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   226
			containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   227
			proxyType = 1;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   228
			remoteGlobalIDString = 928301160F10CAFC00CC5A3C;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   229
			remoteInfo = fpc;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   230
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   231
/* End PBXContainerItemProxy section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   232
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   233
/* Begin PBXFileReference section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   234
		1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   235
		1D6058910D05DD3D006BFB54 /* Hedgewars.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Hedgewars.app; sourceTree = BUILT_PRODUCTS_DIR; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   236
		1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   237
		28FD14FF0DC6FC520079059D /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   238
		28FD15070DC6FC5B0079059D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   239
		32CA4F630368D1EE00C91783 /* Hedgewars_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Hedgewars_Prefix.pch; sourceTree = "<group>"; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   240
		611E12FE117BBBDA0044B62F /* Entitlements-Development.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Entitlements-Development.plist"; sourceTree = "<group>"; };
3487
b1d00f1950c8 add some memory aware code
koda
parents: 3479
diff changeset
   241
		611F4D4A11B27A9900F9759A /* uScript.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uScript.pas; path = ../../hedgewars/uScript.pas; sourceTree = SOURCE_ROOT; };
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   242
		611FD9CB1155A28C00C2203D /* HedgewarsTitle.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = HedgewarsTitle.png; path = ../../QTfrontend/res/HedgewarsTitle.png; sourceTree = SOURCE_ROOT; };
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   243
		6122CD00116BECCA002648E9 /* Default-Landscape.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-Landscape.png"; path = "Resources/Default-Landscape.png"; sourceTree = "<group>"; };
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   244
		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; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   245
		61272338117DF778005B90CF /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   246
		61370652117B1D50004EE44A /* Entitlements-Distribution.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Entitlements-Distribution.plist"; sourceTree = "<group>"; };
3611
ed00aa2b339e interpret parameters before initializing everything
koda
parents: 3598
diff changeset
   247
		614E333D11DE9A93009DBA4E /* VGSHandlers.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = VGSHandlers.inc; path = ../../hedgewars/VGSHandlers.inc; sourceTree = SOURCE_ROOT; };
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   248
		6151347D116C2803001F16D1 /* Icon-iPad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-iPad.png"; path = "Resources/Icon-iPad.png"; sourceTree = "<group>"; };
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   249
		6163EE7C11CC2600001C0453 /* SingleWeaponViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SingleWeaponViewController.h; sourceTree = "<group>"; };
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   250
		6163EE7D11CC2600001C0453 /* SingleWeaponViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SingleWeaponViewController.m; sourceTree = "<group>"; };
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   251
		616591DE11CA9BA200D6E256 /* DetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DetailViewController.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   252
		616591DF11CA9BA200D6E256 /* DetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DetailViewController.m; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   253
		616591E011CA9BA200D6E256 /* FlagsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FlagsViewController.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   254
		616591E111CA9BA200D6E256 /* FlagsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FlagsViewController.m; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   255
		616591E211CA9BA200D6E256 /* FortsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FortsViewController.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   256
		616591E311CA9BA200D6E256 /* FortsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FortsViewController.m; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   257
		616591E411CA9BA200D6E256 /* GameConfigViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GameConfigViewController.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   258
		616591E511CA9BA200D6E256 /* GameConfigViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GameConfigViewController.m; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   259
		616591E611CA9BA200D6E256 /* GameSetup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GameSetup.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   260
		616591E711CA9BA200D6E256 /* GameSetup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GameSetup.m; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   261
		616591E811CA9BA200D6E256 /* GeneralSettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GeneralSettingsViewController.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   262
		616591E911CA9BA200D6E256 /* GeneralSettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneralSettingsViewController.m; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   263
		616591EA11CA9BA200D6E256 /* GravesViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GravesViewController.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   264
		616591EB11CA9BA200D6E256 /* GravesViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GravesViewController.m; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   265
		616591EC11CA9BA200D6E256 /* HogHatViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HogHatViewController.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   266
		616591ED11CA9BA200D6E256 /* HogHatViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HogHatViewController.m; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   267
		616591EE11CA9BA200D6E256 /* LevelViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LevelViewController.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   268
		616591EF11CA9BA200D6E256 /* LevelViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LevelViewController.m; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   269
		616591F011CA9BA200D6E256 /* MainMenuViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainMenuViewController.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   270
		616591F111CA9BA200D6E256 /* MainMenuViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainMenuViewController.m; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   271
		616591F211CA9BA200D6E256 /* MapConfigViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MapConfigViewController.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   272
		616591F311CA9BA200D6E256 /* MapConfigViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MapConfigViewController.m; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   273
		616591F411CA9BA200D6E256 /* MasterViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MasterViewController.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   274
		616591F511CA9BA200D6E256 /* MasterViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MasterViewController.m; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   275
		616591F611CA9BA200D6E256 /* OverlayViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OverlayViewController.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   276
		616591F711CA9BA200D6E256 /* OverlayViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OverlayViewController.m; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   277
		616591F811CA9BA200D6E256 /* PopoverMenuViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PopoverMenuViewController.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   278
		616591F911CA9BA200D6E256 /* PopoverMenuViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PopoverMenuViewController.m; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   279
		616591FA11CA9BA200D6E256 /* SchemeSettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SchemeSettingsViewController.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   280
		616591FB11CA9BA200D6E256 /* SchemeSettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SchemeSettingsViewController.m; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   281
		616591FC11CA9BA200D6E256 /* SchemeWeaponConfigViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SchemeWeaponConfigViewController.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   282
		616591FD11CA9BA200D6E256 /* SchemeWeaponConfigViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SchemeWeaponConfigViewController.m; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   283
		616591FE11CA9BA200D6E256 /* SingleSchemeViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SingleSchemeViewController.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   284
		616591FF11CA9BA200D6E256 /* SingleSchemeViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SingleSchemeViewController.m; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   285
		6165920011CA9BA200D6E256 /* SingleTeamViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SingleTeamViewController.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   286
		6165920111CA9BA200D6E256 /* SingleTeamViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SingleTeamViewController.m; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   287
		6165920211CA9BA200D6E256 /* SplitViewRootController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SplitViewRootController.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   288
		6165920311CA9BA200D6E256 /* SplitViewRootController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SplitViewRootController.m; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   289
		6165920411CA9BA200D6E256 /* TeamConfigViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TeamConfigViewController.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   290
		6165920511CA9BA200D6E256 /* TeamConfigViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TeamConfigViewController.m; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   291
		6165920611CA9BA200D6E256 /* TeamSettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TeamSettingsViewController.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   292
		6165920711CA9BA200D6E256 /* TeamSettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TeamSettingsViewController.m; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   293
		6165920811CA9BA200D6E256 /* VoicesViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VoicesViewController.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   294
		6165920911CA9BA200D6E256 /* VoicesViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VoicesViewController.m; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   295
		6165920A11CA9BA200D6E256 /* WeaponSettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WeaponSettingsViewController.h; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   296
		6165920B11CA9BA200D6E256 /* WeaponSettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WeaponSettingsViewController.m; sourceTree = "<group>"; };
3548
4d220ee7c75f server somewhat simplified and correct sporadic crasher
koda
parents: 3532
diff changeset
   297
		6165922311CA9BD500D6E256 /* CGPointUtils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = CGPointUtils.c; path = Classes/CGPointUtils.c; sourceTree = "<group>"; };
4d220ee7c75f server somewhat simplified and correct sporadic crasher
koda
parents: 3532
diff changeset
   298
		6165922411CA9BD500D6E256 /* CGPointUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CGPointUtils.h; path = Classes/CGPointUtils.h; sourceTree = "<group>"; };
4d220ee7c75f server somewhat simplified and correct sporadic crasher
koda
parents: 3532
diff changeset
   299
		6165922511CA9BD500D6E256 /* CommodityFunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommodityFunctions.h; path = Classes/CommodityFunctions.h; sourceTree = "<group>"; };
4d220ee7c75f server somewhat simplified and correct sporadic crasher
koda
parents: 3532
diff changeset
   300
		6165922611CA9BD500D6E256 /* CommodityFunctions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommodityFunctions.m; path = Classes/CommodityFunctions.m; sourceTree = "<group>"; };
4d220ee7c75f server somewhat simplified and correct sporadic crasher
koda
parents: 3532
diff changeset
   301
		6165922711CA9BD500D6E256 /* HogButtonView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HogButtonView.h; path = Classes/HogButtonView.h; sourceTree = "<group>"; };
4d220ee7c75f server somewhat simplified and correct sporadic crasher
koda
parents: 3532
diff changeset
   302
		6165922811CA9BD500D6E256 /* HogButtonView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HogButtonView.m; path = Classes/HogButtonView.m; sourceTree = "<group>"; };
4d220ee7c75f server somewhat simplified and correct sporadic crasher
koda
parents: 3532
diff changeset
   303
		6165922911CA9BD500D6E256 /* PascalImports.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PascalImports.h; path = Classes/PascalImports.h; sourceTree = "<group>"; };
4d220ee7c75f server somewhat simplified and correct sporadic crasher
koda
parents: 3532
diff changeset
   304
		6165922A11CA9BD500D6E256 /* SquareButtonView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SquareButtonView.h; path = Classes/SquareButtonView.h; sourceTree = "<group>"; };
4d220ee7c75f server somewhat simplified and correct sporadic crasher
koda
parents: 3532
diff changeset
   305
		6165922B11CA9BD500D6E256 /* SquareButtonView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SquareButtonView.m; path = Classes/SquareButtonView.m; sourceTree = "<group>"; };
4d220ee7c75f server somewhat simplified and correct sporadic crasher
koda
parents: 3532
diff changeset
   306
		6165922C11CA9BD500D6E256 /* UIImageExtra.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UIImageExtra.h; path = Classes/UIImageExtra.h; sourceTree = "<group>"; };
4d220ee7c75f server somewhat simplified and correct sporadic crasher
koda
parents: 3532
diff changeset
   307
		6165922D11CA9BD500D6E256 /* UIImageExtra.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = UIImageExtra.m; path = Classes/UIImageExtra.m; sourceTree = "<group>"; };
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   308
		6165923311CA9C4600D6E256 /* commands.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = commands.c; path = ../../misc/libopenalbridge/commands.c; sourceTree = SOURCE_ROOT; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   309
		6165923411CA9C4600D6E256 /* commands.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = commands.h; path = ../../misc/libopenalbridge/commands.h; sourceTree = SOURCE_ROOT; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   310
		6165923511CA9C4600D6E256 /* globals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = globals.h; path = ../../misc/libopenalbridge/globals.h; sourceTree = SOURCE_ROOT; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   311
		6165923611CA9C4600D6E256 /* loaders.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = loaders.c; path = ../../misc/libopenalbridge/loaders.c; sourceTree = SOURCE_ROOT; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   312
		6165923711CA9C4600D6E256 /* loaders.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = loaders.h; path = ../../misc/libopenalbridge/loaders.h; sourceTree = SOURCE_ROOT; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   313
		6165923811CA9C4600D6E256 /* openalbridge_t.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = openalbridge_t.h; path = ../../misc/libopenalbridge/openalbridge_t.h; sourceTree = SOURCE_ROOT; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   314
		6165923911CA9C4600D6E256 /* openalbridge.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = openalbridge.c; path = ../../misc/libopenalbridge/openalbridge.c; sourceTree = SOURCE_ROOT; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   315
		6165923A11CA9C4600D6E256 /* openalbridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = openalbridge.h; path = ../../misc/libopenalbridge/openalbridge.h; sourceTree = SOURCE_ROOT; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   316
		6165923B11CA9C4600D6E256 /* wrappers.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wrappers.c; path = ../../misc/libopenalbridge/wrappers.c; sourceTree = SOURCE_ROOT; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   317
		6165923C11CA9C4600D6E256 /* wrappers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wrappers.h; path = ../../misc/libopenalbridge/wrappers.h; sourceTree = SOURCE_ROOT; };
3525
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
   318
		6165924A11CA9CB400D6E256 /* GameConfigViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = GameConfigViewController.xib; path = Resources/GameConfigViewController.xib; sourceTree = SOURCE_ROOT; };
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   319
		6165924B11CA9CB400D6E256 /* MainMenuViewController-iPad.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "MainMenuViewController-iPad.xib"; path = "Resources/MainMenuViewController-iPad.xib"; sourceTree = SOURCE_ROOT; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   320
		6165924C11CA9CB400D6E256 /* MainMenuViewController-iPhone.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "MainMenuViewController-iPhone.xib"; path = "Resources/MainMenuViewController-iPhone.xib"; sourceTree = SOURCE_ROOT; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   321
		6165924D11CA9CB400D6E256 /* MapConfigViewController-iPad.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "MapConfigViewController-iPad.xib"; path = "Resources/MapConfigViewController-iPad.xib"; sourceTree = SOURCE_ROOT; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   322
		6165924E11CA9CB400D6E256 /* MapConfigViewController-iPhone.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "MapConfigViewController-iPhone.xib"; path = "Resources/MapConfigViewController-iPhone.xib"; sourceTree = SOURCE_ROOT; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   323
		6165925011CA9CB400D6E256 /* OverlayViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = OverlayViewController.xib; path = Resources/OverlayViewController.xib; sourceTree = SOURCE_ROOT; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   324
		6165927B11CA9D3200D6E256 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Default.png; path = Resources/Default.png; sourceTree = "<group>"; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   325
		6165927C11CA9D3200D6E256 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Icon.png; path = Resources/Icon.png; sourceTree = "<group>"; };
3548
4d220ee7c75f server somewhat simplified and correct sporadic crasher
koda
parents: 3532
diff changeset
   326
		6165929C11CA9E2F00D6E256 /* SDL_uikitappdelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_uikitappdelegate.h; path = Classes/SDL_uikitappdelegate.h; sourceTree = "<group>"; };
4d220ee7c75f server somewhat simplified and correct sporadic crasher
koda
parents: 3532
diff changeset
   327
		6165929D11CA9E2F00D6E256 /* SDL_uikitappdelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDL_uikitappdelegate.m; path = Classes/SDL_uikitappdelegate.m; sourceTree = "<group>"; };
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   328
		617987E1114AA34C00BA94A9 /* CCHandlers.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = CCHandlers.inc; path = ../../hedgewars/CCHandlers.inc; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   329
		617987E4114AA34C00BA94A9 /* GSHandlers.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = GSHandlers.inc; path = ../../hedgewars/GSHandlers.inc; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   330
		617987E5114AA34C00BA94A9 /* HHHandlers.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = HHHandlers.inc; path = ../../hedgewars/HHHandlers.inc; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   331
		617987E7114AA34C00BA94A9 /* hwengine.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = hwengine.pas; path = ../../hedgewars/hwengine.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   332
		617987E9114AA34C00BA94A9 /* hwLibrary.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = hwLibrary.pas; path = ../../hedgewars/hwLibrary.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   333
		617987EB114AA34C00BA94A9 /* options.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = options.inc; path = ../../hedgewars/options.inc; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   334
		617987EC114AA34C00BA94A9 /* PascalExports.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = PascalExports.pas; path = ../../hedgewars/PascalExports.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   335
		617987ED114AA34C00BA94A9 /* SDLh.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = SDLh.pas; path = ../../hedgewars/SDLh.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   336
		617987F0114AA34C00BA94A9 /* SinTable.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = SinTable.inc; path = ../../hedgewars/SinTable.inc; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   337
		617987F1114AA34C00BA94A9 /* uAI.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uAI.pas; path = ../../hedgewars/uAI.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   338
		617987F2114AA34C00BA94A9 /* uAIActions.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uAIActions.pas; path = ../../hedgewars/uAIActions.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   339
		617987F3114AA34C00BA94A9 /* uAIAmmoTests.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uAIAmmoTests.pas; path = ../../hedgewars/uAIAmmoTests.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   340
		617987F4114AA34C00BA94A9 /* uAIMisc.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uAIMisc.pas; path = ../../hedgewars/uAIMisc.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   341
		617987F5114AA34C00BA94A9 /* uAmmos.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uAmmos.pas; path = ../../hedgewars/uAmmos.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   342
		617987F6114AA34C00BA94A9 /* uChat.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uChat.pas; path = ../../hedgewars/uChat.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   343
		617987F7114AA34C00BA94A9 /* uCollisions.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uCollisions.pas; path = ../../hedgewars/uCollisions.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   344
		617987F8114AA34C00BA94A9 /* uConsole.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uConsole.pas; path = ../../hedgewars/uConsole.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   345
		617987F9114AA34C00BA94A9 /* uConsts.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uConsts.pas; path = ../../hedgewars/uConsts.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   346
		617987FA114AA34C00BA94A9 /* uFloat.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uFloat.pas; path = ../../hedgewars/uFloat.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   347
		617987FB114AA34C00BA94A9 /* uGame.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uGame.pas; path = ../../hedgewars/uGame.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   348
		617987FC114AA34C00BA94A9 /* uGears.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uGears.pas; path = ../../hedgewars/uGears.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   349
		617987FD114AA34C00BA94A9 /* uIO.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uIO.pas; path = ../../hedgewars/uIO.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   350
		617987FE114AA34C00BA94A9 /* uKeys.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uKeys.pas; path = ../../hedgewars/uKeys.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   351
		617987FF114AA34C00BA94A9 /* uLand.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uLand.pas; path = ../../hedgewars/uLand.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   352
		61798800114AA34C00BA94A9 /* uLandGraphics.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uLandGraphics.pas; path = ../../hedgewars/uLandGraphics.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   353
		61798801114AA34C00BA94A9 /* uLandObjects.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uLandObjects.pas; path = ../../hedgewars/uLandObjects.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   354
		61798802114AA34C00BA94A9 /* uLandTemplates.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uLandTemplates.pas; path = ../../hedgewars/uLandTemplates.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   355
		61798803114AA34C00BA94A9 /* uLandTexture.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uLandTexture.pas; path = ../../hedgewars/uLandTexture.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   356
		61798804114AA34C00BA94A9 /* uLocale.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uLocale.pas; path = ../../hedgewars/uLocale.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   357
		61798805114AA34C00BA94A9 /* uMisc.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uMisc.pas; path = ../../hedgewars/uMisc.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   358
		61798806114AA34C00BA94A9 /* uRandom.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uRandom.pas; path = ../../hedgewars/uRandom.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   359
		61798809114AA34C00BA94A9 /* uSound.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uSound.pas; path = ../../hedgewars/uSound.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   360
		6179880A114AA34C00BA94A9 /* uStats.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uStats.pas; path = ../../hedgewars/uStats.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   361
		6179880B114AA34C00BA94A9 /* uStore.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uStore.pas; path = ../../hedgewars/uStore.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   362
		6179880C114AA34C00BA94A9 /* uTeams.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uTeams.pas; path = ../../hedgewars/uTeams.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   363
		6179880E114AA34C00BA94A9 /* uVisualGears.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uVisualGears.pas; path = ../../hedgewars/uVisualGears.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   364
		6179880F114AA34C00BA94A9 /* uWorld.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uWorld.pas; path = ../../hedgewars/uWorld.pas; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   365
		61798852114AA44900BA94A9 /* config.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = config.inc; path = ../../hedgewars/config.inc; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   366
		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; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   367
		61798916114AAF2100BA94A9 /* libfreetype_arm.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libfreetype_arm.a; sourceTree = "<group>"; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   368
		61798917114AAF2100BA94A9 /* libfreetype_x86.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libfreetype_x86.a; sourceTree = "<group>"; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   369
		6179891A114AAF2100BA94A9 /* libvorbis_arm.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libvorbis_arm.a; sourceTree = "<group>"; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   370
		61798934114AB25F00BA94A9 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   371
		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; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   372
		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; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   373
		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; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   374
		61798A5E114AE08600BA94A9 /* Data */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Data; sourceTree = "<group>"; };
3395
095273ad0e08 adding a somewhat working autoration for ipad (uStore.pas and uWorld.pas got mixed in the last two commits)
koda
parents: 3385
diff changeset
   375
		618736B8118CA28600123B23 /* GearDrawing.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = GearDrawing.inc; path = ../../hedgewars/GearDrawing.inc; sourceTree = SOURCE_ROOT; };
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   376
		61A117FE1168322700359010 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   377
		61C3251D1179A300001E70B1 /* libopenalbridge.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libopenalbridge.a; sourceTree = BUILT_PRODUCTS_DIR; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   378
		61C3255A1179A384001E70B1 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; };
3532
04e2fea3e83a merge+smallupdate
koda
parents: 3525
diff changeset
   379
		61E1F4F711D004240016A5AA /* adler32.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = adler32.pas; path = ../../hedgewars/adler32.pas; sourceTree = SOURCE_ROOT; };
3623
f14db208f2fa graphics applied and fixes here and there
koda
parents: 3621
diff changeset
   380
		61EBA62711DFF2BC0048B68A /* bricks.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = bricks.png; path = "Resources/Frontend-iPad/bricks.png"; sourceTree = "<group>"; };
f14db208f2fa graphics applied and fixes here and there
koda
parents: 3621
diff changeset
   381
		61EBA62811DFF2BC0048B68A /* title.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = title.png; path = "Resources/Frontend-iPad/title.png"; sourceTree = "<group>"; };
f14db208f2fa graphics applied and fixes here and there
koda
parents: 3621
diff changeset
   382
		61EBA62C11DFF3310048B68A /* backgroundAndTitle.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundAndTitle.png; path = "Resources/Frontend-iPad/backgroundAndTitle.png"; sourceTree = "<group>"; };
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   383
		61EF920511DF57AC003441C4 /* arrowDown.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = arrowDown.png; path = Resources/Overlay/arrowDown.png; sourceTree = "<group>"; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   384
		61EF920611DF57AC003441C4 /* arrowLeft.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = arrowLeft.png; path = Resources/Overlay/arrowLeft.png; sourceTree = "<group>"; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   385
		61EF920711DF57AC003441C4 /* arrowRight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = arrowRight.png; path = Resources/Overlay/arrowRight.png; sourceTree = "<group>"; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   386
		61EF920811DF57AC003441C4 /* arrowUp.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = arrowUp.png; path = Resources/Overlay/arrowUp.png; sourceTree = "<group>"; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   387
		61EF920911DF57AC003441C4 /* joyButton_attack.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = joyButton_attack.png; path = Resources/Overlay/joyButton_attack.png; sourceTree = "<group>"; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   388
		61EF920A11DF57AC003441C4 /* joyButton_backjump.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = joyButton_backjump.png; path = Resources/Overlay/joyButton_backjump.png; sourceTree = "<group>"; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   389
		61EF920B11DF57AC003441C4 /* joyButton_forwardjump.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = joyButton_forwardjump.png; path = Resources/Overlay/joyButton_forwardjump.png; sourceTree = "<group>"; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   390
		61EF920D11DF57AC003441C4 /* menuCorner.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = menuCorner.png; path = Resources/Overlay/menuCorner.png; sourceTree = "<group>"; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   391
		61F903E411DF58550068B24D /* backgroundBottom.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundBottom.png; path = "Resources/Frontend-iPhone/backgroundBottom.png"; sourceTree = "<group>"; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   392
		61F903E511DF58550068B24D /* backgroundCenter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundCenter.png; path = "Resources/Frontend-iPhone/backgroundCenter.png"; sourceTree = "<group>"; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   393
		61F903E611DF58550068B24D /* backgroundLeft.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundLeft.png; path = "Resources/Frontend-iPhone/backgroundLeft.png"; sourceTree = "<group>"; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   394
		61F903E711DF58550068B24D /* backgroundRight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundRight.png; path = "Resources/Frontend-iPhone/backgroundRight.png"; sourceTree = "<group>"; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   395
		61F903E811DF58550068B24D /* backgroundTop.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundTop.png; path = "Resources/Frontend-iPhone/backgroundTop.png"; sourceTree = "<group>"; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   396
		61F903E911DF58550068B24D /* borderBottom.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = borderBottom.png; path = "Resources/Frontend-iPhone/borderBottom.png"; sourceTree = "<group>"; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   397
		61F903EA11DF58550068B24D /* borderTop.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = borderTop.png; path = "Resources/Frontend-iPhone/borderTop.png"; sourceTree = "<group>"; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   398
		61F903EB11DF58550068B24D /* networkButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = networkButton.png; path = "Resources/Frontend-iPhone/networkButton.png"; sourceTree = "<group>"; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   399
		61F903EC11DF58550068B24D /* playButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = playButton.png; path = "Resources/Frontend-iPhone/playButton.png"; sourceTree = "<group>"; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   400
		61F903ED11DF58550068B24D /* storeButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = storeButton.png; path = "Resources/Frontend-iPhone/storeButton.png"; sourceTree = "<group>"; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   401
		61F9040811DF58B00068B24D /* settingsButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = settingsButton.png; path = Resources/settingsButton.png; sourceTree = "<group>"; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   402
		61F9040A11DF59370068B24D /* background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = background.png; path = "Resources/Frontend-iPad/background.png"; sourceTree = "<group>"; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   403
		61F9040C11DF59D10068B24D /* localplayButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = localplayButton.png; path = "../../../../Desktop/ForKoda/Main Menu/localplayButton.png"; sourceTree = SOURCE_ROOT; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   404
		61F9040D11DF59D10068B24D /* netplayButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = netplayButton.png; path = "../../../../Desktop/ForKoda/Main Menu/netplayButton.png"; sourceTree = SOURCE_ROOT; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   405
		61F9041311DF5E9B0068B24D /* toolbarBackground.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = toolbarBackground.png; path = "Resources/Frontend-iPad/toolbarBackground.png"; sourceTree = "<group>"; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   406
		61F9043911DF64E20068B24D /* bluebox.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = bluebox.png; path = "Resources/Frontend-iPad/bluebox.png"; sourceTree = "<group>"; };
3621
a8ddf681ba7d initial support for customizing weaponset
koda
parents: 3619
diff changeset
   407
		61F904D511DF7DA30068B24D /* WeaponCellView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WeaponCellView.h; sourceTree = "<group>"; };
a8ddf681ba7d initial support for customizing weaponset
koda
parents: 3619
diff changeset
   408
		61F904D611DF7DA30068B24D /* WeaponCellView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WeaponCellView.m; sourceTree = "<group>"; };
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   409
		8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   410
		928301170F10CAFC00CC5A3C /* libfpc.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libfpc.a; sourceTree = BUILT_PRODUCTS_DIR; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   411
/* End PBXFileReference section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   412
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   413
/* Begin PBXFrameworksBuildPhase section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   414
		1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   415
			isa = PBXFrameworksBuildPhase;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   416
			buildActionMask = 2147483647;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   417
			files = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   418
				61798A14114AB65C00BA94A9 /* libSDL_ttf.a in Frameworks */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   419
				617989BE114AB47A00BA94A9 /* libSDL_net.a in Frameworks */,
3525
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
   420
				61272334117DF764005B90CF /* libSDL_image.a in Frameworks */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   421
				61798996114AB3FF00BA94A9 /* libSDL_mixer.a in Frameworks */,
3525
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
   422
				617988DB114AAA4200BA94A9 /* libSDLiPhoneOS.a in Frameworks */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   423
				922F64900F10F53100DC6EC0 /* libfpc.a in Frameworks */,
3525
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
   424
				61536CCF11CE836E00D87A7E /* libfreetype_x86.a in Frameworks */,
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
   425
				6179891B114AAF2100BA94A9 /* libfreetype_arm.a in Frameworks */,
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
   426
				6179891F114AAF2100BA94A9 /* libvorbis_arm.a in Frameworks */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   427
				61C325A31179A7AD001E70B1 /* libopenalbridge.a in Frameworks */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   428
				1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
3525
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
   429
				61A1188511683A8C00359010 /* CoreGraphics.framework in Frameworks */,
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
   430
				61C325901179A732001E70B1 /* OpenAL.framework in Frameworks */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   431
				1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   432
				28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   433
				28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   434
				61798935114AB25F00BA94A9 /* AudioToolbox.framework in Frameworks */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   435
				61272339117DF778005B90CF /* MobileCoreServices.framework in Frameworks */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   436
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   437
			runOnlyForDeploymentPostprocessing = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   438
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   439
		61C3251B1179A300001E70B1 /* Frameworks */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   440
			isa = PBXFrameworksBuildPhase;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   441
			buildActionMask = 2147483647;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   442
			files = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   443
				61C3255B1179A384001E70B1 /* OpenAL.framework in Frameworks */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   444
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   445
			runOnlyForDeploymentPostprocessing = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   446
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   447
/* End PBXFrameworksBuildPhase section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   448
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   449
/* Begin PBXGroup section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   450
		080E96DDFE201D6D7F000001 /* Classes */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   451
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   452
			children = (
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   453
				6163EE4D11CC247D001C0453 /* Game Config */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   454
				6163EE4C11CC2478001C0453 /* Settings Pages */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   455
				6163EE6C11CC253F001C0453 /* Overlay */,
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   456
				616591F011CA9BA200D6E256 /* MainMenuViewController.h */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   457
				616591F111CA9BA200D6E256 /* MainMenuViewController.m */,
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   458
				6165924B11CA9CB400D6E256 /* MainMenuViewController-iPad.xib */,
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   459
				6165924C11CA9CB400D6E256 /* MainMenuViewController-iPhone.xib */,
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   460
				616591E611CA9BA200D6E256 /* GameSetup.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   461
				616591E711CA9BA200D6E256 /* GameSetup.m */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   462
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   463
			path = Classes;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   464
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   465
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   466
		19C28FACFE9D520D11CA2CBB /* Products */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   467
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   468
			children = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   469
				1D6058910D05DD3D006BFB54 /* Hedgewars.app */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   470
				928301170F10CAFC00CC5A3C /* libfpc.a */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   471
				61C3251D1179A300001E70B1 /* libopenalbridge.a */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   472
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   473
			name = Products;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   474
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   475
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   476
		29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   477
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   478
			children = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   479
				9283015C0F10E48900CC5A3C /* Pascal Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   480
				080E96DDFE201D6D7F000001 /* Classes */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   481
				29B97315FDCFA39411CA2CEA /* Other Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   482
				29B97323FDCFA39411CA2CEA /* Frameworks */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   483
				29B97317FDCFA39411CA2CEA /* Resources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   484
				19C28FACFE9D520D11CA2CBB /* Products */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   485
				61370652117B1D50004EE44A /* Entitlements-Distribution.plist */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   486
				611E12FE117BBBDA0044B62F /* Entitlements-Development.plist */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   487
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   488
			name = CustomTemplate;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   489
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   490
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   491
		29B97315FDCFA39411CA2CEA /* Other Sources */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   492
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   493
			children = (
3548
4d220ee7c75f server somewhat simplified and correct sporadic crasher
koda
parents: 3532
diff changeset
   494
				32CA4F630368D1EE00C91783 /* Hedgewars_Prefix.pch */,
4d220ee7c75f server somewhat simplified and correct sporadic crasher
koda
parents: 3532
diff changeset
   495
				6165922911CA9BD500D6E256 /* PascalImports.h */,
4d220ee7c75f server somewhat simplified and correct sporadic crasher
koda
parents: 3532
diff changeset
   496
				6165924811CA9C4B00D6E256 /* libopenalbridge */,
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   497
				6165929C11CA9E2F00D6E256 /* SDL_uikitappdelegate.h */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   498
				6165929D11CA9E2F00D6E256 /* SDL_uikitappdelegate.m */,
3548
4d220ee7c75f server somewhat simplified and correct sporadic crasher
koda
parents: 3532
diff changeset
   499
				6165922411CA9BD500D6E256 /* CGPointUtils.h */,
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   500
				6165922311CA9BD500D6E256 /* CGPointUtils.c */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   501
				6165922511CA9BD500D6E256 /* CommodityFunctions.h */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   502
				6165922611CA9BD500D6E256 /* CommodityFunctions.m */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   503
				6165922711CA9BD500D6E256 /* HogButtonView.h */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   504
				6165922811CA9BD500D6E256 /* HogButtonView.m */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   505
				6165922A11CA9BD500D6E256 /* SquareButtonView.h */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   506
				6165922B11CA9BD500D6E256 /* SquareButtonView.m */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   507
				6165922C11CA9BD500D6E256 /* UIImageExtra.h */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   508
				6165922D11CA9BD500D6E256 /* UIImageExtra.m */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   509
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   510
			name = "Other Sources";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   511
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   512
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   513
		29B97317FDCFA39411CA2CEA /* Resources */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   514
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   515
			children = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   516
				6100DAD4115446B000F455E0 /* Resources-iPad */,
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   517
				61F903FA11DF58680068B24D /* Frontend-iPad */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   518
				61F903E311DF584D0068B24D /* Frontend-iPhone */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   519
				6179936611501D1E00BA94A9 /* Overlay */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   520
				61798A5E114AE08600BA94A9 /* Data */,
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   521
				6165927B11CA9D3200D6E256 /* Default.png */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   522
				6165927C11CA9D3200D6E256 /* Icon.png */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   523
				8D1107310486CEB800E47090 /* Info.plist */,
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   524
				61F9040811DF58B00068B24D /* settingsButton.png */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   525
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   526
			name = Resources;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   527
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   528
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   529
		29B97323FDCFA39411CA2CEA /* Frameworks */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   530
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   531
			children = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   532
				6127232E117DF752005B90CF /* SDL_image.xcodeproj */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   533
				617988D3114AAA3900BA94A9 /* SDLiPhoneOS.xcodeproj */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   534
				617989B3114AB47500BA94A9 /* SDL_net.xcodeproj */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   535
				6179898B114AB3FA00BA94A9 /* SDL_mixer.xcodeproj */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   536
				61798A0B114AB65600BA94A9 /* SDL_ttf.xcodeproj */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   537
				61798934114AB25F00BA94A9 /* AudioToolbox.framework */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   538
				61A117FE1168322700359010 /* CoreGraphics.framework */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   539
				1D30AB110D05D00D00671497 /* Foundation.framework */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   540
				28FD14FF0DC6FC520079059D /* OpenGLES.framework */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   541
				28FD15070DC6FC5B0079059D /* QuartzCore.framework */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   542
				1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   543
				61C3255A1179A384001E70B1 /* OpenAL.framework */,
3525
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
   544
				61272338117DF778005B90CF /* MobileCoreServices.framework */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   545
				61798916114AAF2100BA94A9 /* libfreetype_arm.a */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   546
				61798917114AAF2100BA94A9 /* libfreetype_x86.a */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   547
				6179891A114AAF2100BA94A9 /* libvorbis_arm.a */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   548
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   549
			name = Frameworks;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   550
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   551
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   552
		6100DAD4115446B000F455E0 /* Resources-iPad */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   553
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   554
			children = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   555
				6151347D116C2803001F16D1 /* Icon-iPad.png */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   556
				6122CD00116BECCA002648E9 /* Default-Landscape.png */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   557
				611FD9CB1155A28C00C2203D /* HedgewarsTitle.png */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   558
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   559
			name = "Resources-iPad";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   560
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   561
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   562
		6127232F117DF752005B90CF /* Products */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   563
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   564
			children = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   565
				61272333117DF752005B90CF /* libSDL_image.a */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   566
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   567
			name = Products;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   568
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   569
		};
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   570
		6163EE4C11CC2478001C0453 /* Settings Pages */ = {
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   571
			isa = PBXGroup;
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   572
			children = (
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   573
				6165920211CA9BA200D6E256 /* SplitViewRootController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   574
				6165920311CA9BA200D6E256 /* SplitViewRootController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   575
				616591F411CA9BA200D6E256 /* MasterViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   576
				616591F511CA9BA200D6E256 /* MasterViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   577
				616591DE11CA9BA200D6E256 /* DetailViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   578
				616591DF11CA9BA200D6E256 /* DetailViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   579
				6163EE4E11CC248D001C0453 /* First Level */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   580
				6163EE4F11CC2497001C0453 /* Second Level */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   581
				6163EE5011CC24A1001C0453 /* Third Level */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   582
			);
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   583
			name = "Settings Pages";
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   584
			sourceTree = "<group>";
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   585
		};
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   586
		6163EE4D11CC247D001C0453 /* Game Config */ = {
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   587
			isa = PBXGroup;
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   588
			children = (
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   589
				616591E411CA9BA200D6E256 /* GameConfigViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   590
				616591E511CA9BA200D6E256 /* GameConfigViewController.m */,
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   591
				6165924A11CA9CB400D6E256 /* GameConfigViewController.xib */,
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   592
				6165920411CA9BA200D6E256 /* TeamConfigViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   593
				6165920511CA9BA200D6E256 /* TeamConfigViewController.m */,
3525
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
   594
				616591FC11CA9BA200D6E256 /* SchemeWeaponConfigViewController.h */,
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
   595
				616591FD11CA9BA200D6E256 /* SchemeWeaponConfigViewController.m */,
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   596
				616591F211CA9BA200D6E256 /* MapConfigViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   597
				616591F311CA9BA200D6E256 /* MapConfigViewController.m */,
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   598
				6165924D11CA9CB400D6E256 /* MapConfigViewController-iPad.xib */,
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   599
				6165924E11CA9CB400D6E256 /* MapConfigViewController-iPhone.xib */,
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   600
			);
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   601
			name = "Game Config";
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   602
			sourceTree = "<group>";
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   603
		};
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   604
		6163EE4E11CC248D001C0453 /* First Level */ = {
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   605
			isa = PBXGroup;
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   606
			children = (
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   607
				616591E811CA9BA200D6E256 /* GeneralSettingsViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   608
				616591E911CA9BA200D6E256 /* GeneralSettingsViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   609
				6165920611CA9BA200D6E256 /* TeamSettingsViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   610
				6165920711CA9BA200D6E256 /* TeamSettingsViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   611
				6165920A11CA9BA200D6E256 /* WeaponSettingsViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   612
				6165920B11CA9BA200D6E256 /* WeaponSettingsViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   613
				616591FA11CA9BA200D6E256 /* SchemeSettingsViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   614
				616591FB11CA9BA200D6E256 /* SchemeSettingsViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   615
			);
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   616
			name = "First Level";
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   617
			sourceTree = "<group>";
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   618
		};
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   619
		6163EE4F11CC2497001C0453 /* Second Level */ = {
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   620
			isa = PBXGroup;
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   621
			children = (
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   622
				6165920011CA9BA200D6E256 /* SingleTeamViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   623
				6165920111CA9BA200D6E256 /* SingleTeamViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   624
				6163EE7C11CC2600001C0453 /* SingleWeaponViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   625
				6163EE7D11CC2600001C0453 /* SingleWeaponViewController.m */,
3523
6592fbb969da fix zoom smoothness
koda
parents: 3522
diff changeset
   626
				616591FE11CA9BA200D6E256 /* SingleSchemeViewController.h */,
6592fbb969da fix zoom smoothness
koda
parents: 3522
diff changeset
   627
				616591FF11CA9BA200D6E256 /* SingleSchemeViewController.m */,
3621
a8ddf681ba7d initial support for customizing weaponset
koda
parents: 3619
diff changeset
   628
				61F904D511DF7DA30068B24D /* WeaponCellView.h */,
a8ddf681ba7d initial support for customizing weaponset
koda
parents: 3619
diff changeset
   629
				61F904D611DF7DA30068B24D /* WeaponCellView.m */,
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   630
			);
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   631
			name = "Second Level";
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   632
			sourceTree = "<group>";
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   633
		};
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   634
		6163EE5011CC24A1001C0453 /* Third Level */ = {
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   635
			isa = PBXGroup;
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   636
			children = (
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   637
				616591EC11CA9BA200D6E256 /* HogHatViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   638
				616591ED11CA9BA200D6E256 /* HogHatViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   639
				616591EE11CA9BA200D6E256 /* LevelViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   640
				616591EF11CA9BA200D6E256 /* LevelViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   641
				616591E011CA9BA200D6E256 /* FlagsViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   642
				616591E111CA9BA200D6E256 /* FlagsViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   643
				616591E211CA9BA200D6E256 /* FortsViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   644
				616591E311CA9BA200D6E256 /* FortsViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   645
				616591EA11CA9BA200D6E256 /* GravesViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   646
				616591EB11CA9BA200D6E256 /* GravesViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   647
				6165920811CA9BA200D6E256 /* VoicesViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   648
				6165920911CA9BA200D6E256 /* VoicesViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   649
			);
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   650
			name = "Third Level";
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   651
			sourceTree = "<group>";
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   652
		};
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   653
		6163EE6C11CC253F001C0453 /* Overlay */ = {
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   654
			isa = PBXGroup;
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   655
			children = (
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   656
				616591F811CA9BA200D6E256 /* PopoverMenuViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   657
				616591F911CA9BA200D6E256 /* PopoverMenuViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   658
				616591F611CA9BA200D6E256 /* OverlayViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   659
				616591F711CA9BA200D6E256 /* OverlayViewController.m */,
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   660
				6165925011CA9CB400D6E256 /* OverlayViewController.xib */,
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   661
			);
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   662
			name = Overlay;
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   663
			sourceTree = "<group>";
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   664
		};
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   665
		6165924811CA9C4B00D6E256 /* libopenalbridge */ = {
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   666
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   667
			children = (
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   668
				6165923311CA9C4600D6E256 /* commands.c */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   669
				6165923411CA9C4600D6E256 /* commands.h */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   670
				6165923511CA9C4600D6E256 /* globals.h */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   671
				6165923611CA9C4600D6E256 /* loaders.c */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   672
				6165923711CA9C4600D6E256 /* loaders.h */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   673
				6165923811CA9C4600D6E256 /* openalbridge_t.h */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   674
				6165923911CA9C4600D6E256 /* openalbridge.c */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   675
				6165923A11CA9C4600D6E256 /* openalbridge.h */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   676
				6165923B11CA9C4600D6E256 /* wrappers.c */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   677
				6165923C11CA9C4600D6E256 /* wrappers.h */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   678
			);
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   679
			name = libopenalbridge;
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   680
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   681
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   682
		61798892114AA56300BA94A9 /* inc */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   683
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   684
			children = (
3487
b1d00f1950c8 add some memory aware code
koda
parents: 3479
diff changeset
   685
				61798852114AA44900BA94A9 /* config.inc */,
b1d00f1950c8 add some memory aware code
koda
parents: 3479
diff changeset
   686
				617987EB114AA34C00BA94A9 /* options.inc */,
3395
095273ad0e08 adding a somewhat working autoration for ipad (uStore.pas and uWorld.pas got mixed in the last two commits)
koda
parents: 3385
diff changeset
   687
				618736B8118CA28600123B23 /* GearDrawing.inc */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   688
				617987E1114AA34C00BA94A9 /* CCHandlers.inc */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   689
				617987E4114AA34C00BA94A9 /* GSHandlers.inc */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   690
				617987E5114AA34C00BA94A9 /* HHHandlers.inc */,
3611
ed00aa2b339e interpret parameters before initializing everything
koda
parents: 3598
diff changeset
   691
				614E333D11DE9A93009DBA4E /* VGSHandlers.inc */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   692
				617987F0114AA34C00BA94A9 /* SinTable.inc */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   693
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   694
			name = inc;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   695
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   696
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   697
		617988D4114AAA3900BA94A9 /* Products */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   698
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   699
			children = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   700
				617988DA114AAA3900BA94A9 /* libSDLiPhoneOS.a */,
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   701
				6184608C11DA8BF3000E1314 /* testsdl.app */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   702
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   703
			name = Products;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   704
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   705
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   706
		6179898C114AB3FA00BA94A9 /* Products */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   707
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   708
			children = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   709
				61798993114AB3FA00BA94A9 /* libSDL_mixer.a */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   710
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   711
			name = Products;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   712
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   713
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   714
		617989B4114AB47500BA94A9 /* Products */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   715
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   716
			children = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   717
				617989BB114AB47500BA94A9 /* libSDL_net.a */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   718
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   719
			name = Products;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   720
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   721
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   722
		61798A0C114AB65600BA94A9 /* Products */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   723
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   724
			children = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   725
				61798A13114AB65600BA94A9 /* libSDL_ttf.a */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   726
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   727
			name = Products;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   728
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   729
		};
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   730
		6179936611501D1E00BA94A9 /* Overlay */ = {
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   731
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   732
			children = (
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   733
				61EF920511DF57AC003441C4 /* arrowDown.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   734
				61EF920611DF57AC003441C4 /* arrowLeft.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   735
				61EF920711DF57AC003441C4 /* arrowRight.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   736
				61EF920811DF57AC003441C4 /* arrowUp.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   737
				61EF920911DF57AC003441C4 /* joyButton_attack.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   738
				61EF920A11DF57AC003441C4 /* joyButton_backjump.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   739
				61EF920B11DF57AC003441C4 /* joyButton_forwardjump.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   740
				61EF920D11DF57AC003441C4 /* menuCorner.png */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   741
			);
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   742
			name = Overlay;
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   743
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   744
		};
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   745
		61F903E311DF584D0068B24D /* Frontend-iPhone */ = {
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   746
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   747
			children = (
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   748
				61F903E411DF58550068B24D /* backgroundBottom.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   749
				61F903E511DF58550068B24D /* backgroundCenter.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   750
				61F903E611DF58550068B24D /* backgroundLeft.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   751
				61F903E711DF58550068B24D /* backgroundRight.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   752
				61F903E811DF58550068B24D /* backgroundTop.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   753
				61F903E911DF58550068B24D /* borderBottom.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   754
				61F903EA11DF58550068B24D /* borderTop.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   755
				61F903EB11DF58550068B24D /* networkButton.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   756
				61F903EC11DF58550068B24D /* playButton.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   757
				61F903ED11DF58550068B24D /* storeButton.png */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   758
			);
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   759
			name = "Frontend-iPhone";
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   760
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   761
		};
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   762
		61F903FA11DF58680068B24D /* Frontend-iPad */ = {
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   763
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   764
			children = (
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   765
				61F9043911DF64E20068B24D /* bluebox.png */,
3623
f14db208f2fa graphics applied and fixes here and there
koda
parents: 3621
diff changeset
   766
				61EBA62711DFF2BC0048B68A /* bricks.png */,
f14db208f2fa graphics applied and fixes here and there
koda
parents: 3621
diff changeset
   767
				61EBA62811DFF2BC0048B68A /* title.png */,
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   768
				61F9041311DF5E9B0068B24D /* toolbarBackground.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   769
				61F9040C11DF59D10068B24D /* localplayButton.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   770
				61F9040D11DF59D10068B24D /* netplayButton.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   771
				61F9040A11DF59370068B24D /* background.png */,
3623
f14db208f2fa graphics applied and fixes here and there
koda
parents: 3621
diff changeset
   772
				61EBA62C11DFF3310048B68A /* backgroundAndTitle.png */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   773
			);
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   774
			name = "Frontend-iPad";
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   775
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   776
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   777
		9283015C0F10E48900CC5A3C /* Pascal Sources */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   778
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   779
			children = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   780
				61798892114AA56300BA94A9 /* inc */,
3532
04e2fea3e83a merge+smallupdate
koda
parents: 3525
diff changeset
   781
				61E1F4F711D004240016A5AA /* adler32.pas */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   782
				617987E7114AA34C00BA94A9 /* hwengine.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   783
				617987E9114AA34C00BA94A9 /* hwLibrary.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   784
				617987EC114AA34C00BA94A9 /* PascalExports.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   785
				617987ED114AA34C00BA94A9 /* SDLh.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   786
				617987F1114AA34C00BA94A9 /* uAI.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   787
				617987F2114AA34C00BA94A9 /* uAIActions.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   788
				617987F3114AA34C00BA94A9 /* uAIAmmoTests.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   789
				617987F4114AA34C00BA94A9 /* uAIMisc.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   790
				617987F5114AA34C00BA94A9 /* uAmmos.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   791
				617987F6114AA34C00BA94A9 /* uChat.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   792
				617987F7114AA34C00BA94A9 /* uCollisions.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   793
				617987F8114AA34C00BA94A9 /* uConsole.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   794
				617987F9114AA34C00BA94A9 /* uConsts.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   795
				617987FA114AA34C00BA94A9 /* uFloat.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   796
				617987FB114AA34C00BA94A9 /* uGame.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   797
				617987FC114AA34C00BA94A9 /* uGears.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   798
				617987FD114AA34C00BA94A9 /* uIO.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   799
				617987FE114AA34C00BA94A9 /* uKeys.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   800
				617987FF114AA34C00BA94A9 /* uLand.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   801
				61798800114AA34C00BA94A9 /* uLandGraphics.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   802
				61798801114AA34C00BA94A9 /* uLandObjects.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   803
				61798802114AA34C00BA94A9 /* uLandTemplates.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   804
				61798803114AA34C00BA94A9 /* uLandTexture.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   805
				61798804114AA34C00BA94A9 /* uLocale.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   806
				61798805114AA34C00BA94A9 /* uMisc.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   807
				61798806114AA34C00BA94A9 /* uRandom.pas */,
3487
b1d00f1950c8 add some memory aware code
koda
parents: 3479
diff changeset
   808
				611F4D4A11B27A9900F9759A /* uScript.pas */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   809
				61798809114AA34C00BA94A9 /* uSound.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   810
				6179880A114AA34C00BA94A9 /* uStats.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   811
				6179880B114AA34C00BA94A9 /* uStore.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   812
				6179880C114AA34C00BA94A9 /* uTeams.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   813
				6179880E114AA34C00BA94A9 /* uVisualGears.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   814
				6179880F114AA34C00BA94A9 /* uWorld.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   815
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   816
			name = "Pascal Sources";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   817
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   818
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   819
/* End PBXGroup section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   820
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   821
/* Begin PBXHeadersBuildPhase section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   822
		61C325191179A300001E70B1 /* Headers */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   823
			isa = PBXHeadersBuildPhase;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   824
			buildActionMask = 2147483647;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   825
			files = (
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   826
				6165923E11CA9C4600D6E256 /* commands.h in Headers */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   827
				6165923F11CA9C4600D6E256 /* globals.h in Headers */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   828
				6165924111CA9C4600D6E256 /* loaders.h in Headers */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   829
				6165924211CA9C4600D6E256 /* openalbridge_t.h in Headers */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   830
				6165924411CA9C4600D6E256 /* openalbridge.h in Headers */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   831
				6165924611CA9C4600D6E256 /* wrappers.h in Headers */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   832
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   833
			runOnlyForDeploymentPostprocessing = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   834
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   835
/* End PBXHeadersBuildPhase section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   836
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   837
/* Begin PBXNativeTarget section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   838
		1D6058900D05DD3D006BFB54 /* Hedgewars */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   839
			isa = PBXNativeTarget;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   840
			buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Hedgewars" */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   841
			buildPhases = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   842
				1D60588D0D05DD3D006BFB54 /* Resources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   843
				1D60588E0D05DD3D006BFB54 /* Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   844
				1D60588F0D05DD3D006BFB54 /* Frameworks */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   845
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   846
			buildRules = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   847
				9283015B0F10E46D00CC5A3C /* PBXBuildRule */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   848
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   849
			dependencies = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   850
				61C325211179A30E001E70B1 /* PBXTargetDependency */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   851
				9283015A0F10E41300CC5A3C /* PBXTargetDependency */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   852
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   853
			name = Hedgewars;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   854
			productName = HedgewarsMobile;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   855
			productReference = 1D6058910D05DD3D006BFB54 /* Hedgewars.app */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   856
			productType = "com.apple.product-type.application";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   857
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   858
		61C3251C1179A300001E70B1 /* openalbridge */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   859
			isa = PBXNativeTarget;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   860
			buildConfigurationList = 61C325351179A314001E70B1 /* Build configuration list for PBXNativeTarget "openalbridge" */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   861
			buildPhases = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   862
				61C325191179A300001E70B1 /* Headers */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   863
				61C3251A1179A300001E70B1 /* Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   864
				61C3251B1179A300001E70B1 /* Frameworks */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   865
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   866
			buildRules = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   867
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   868
			dependencies = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   869
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   870
			name = openalbridge;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   871
			productName = openalbridge;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   872
			productReference = 61C3251D1179A300001E70B1 /* libopenalbridge.a */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   873
			productType = "com.apple.product-type.library.static";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   874
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   875
		928301160F10CAFC00CC5A3C /* fpc */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   876
			isa = PBXNativeTarget;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   877
			buildConfigurationList = 9283011C0F10CB4B00CC5A3C /* Build configuration list for PBXNativeTarget "fpc" */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   878
			buildPhases = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   879
				9283011B0F10CB2D00CC5A3C /* Build libfpc.a */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   880
				928301560F10E04C00CC5A3C /* Compile Pascal Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   881
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   882
			buildRules = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   883
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   884
			dependencies = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   885
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   886
			name = fpc;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   887
			productName = fpc;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   888
			productReference = 928301170F10CAFC00CC5A3C /* libfpc.a */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   889
			productType = "com.apple.product-type.library.static";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   890
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   891
/* End PBXNativeTarget section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   892
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   893
/* Begin PBXProject section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   894
		29B97313FDCFA39411CA2CEA /* Project object */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   895
			isa = PBXProject;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   896
			attributes = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   897
				BuildIndependentTargetsInParallel = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   898
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   899
			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Hedgewars" */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   900
			compatibilityVersion = "Xcode 3.1";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   901
			hasScannedForEncodings = 1;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   902
			mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   903
			projectDirPath = "";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   904
			projectReferences = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   905
				{
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   906
					ProductGroup = 6127232F117DF752005B90CF /* Products */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   907
					ProjectRef = 6127232E117DF752005B90CF /* SDL_image.xcodeproj */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   908
				},
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   909
				{
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   910
					ProductGroup = 6179898C114AB3FA00BA94A9 /* Products */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   911
					ProjectRef = 6179898B114AB3FA00BA94A9 /* SDL_mixer.xcodeproj */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   912
				},
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   913
				{
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   914
					ProductGroup = 617989B4114AB47500BA94A9 /* Products */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   915
					ProjectRef = 617989B3114AB47500BA94A9 /* SDL_net.xcodeproj */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   916
				},
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   917
				{
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   918
					ProductGroup = 61798A0C114AB65600BA94A9 /* Products */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   919
					ProjectRef = 61798A0B114AB65600BA94A9 /* SDL_ttf.xcodeproj */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   920
				},
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   921
				{
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   922
					ProductGroup = 617988D4114AAA3900BA94A9 /* Products */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   923
					ProjectRef = 617988D3114AAA3900BA94A9 /* SDLiPhoneOS.xcodeproj */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   924
				},
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   925
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   926
			projectRoot = "";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   927
			targets = (
3523
6592fbb969da fix zoom smoothness
koda
parents: 3522
diff changeset
   928
				1D6058900D05DD3D006BFB54 /* Hedgewars */,
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   929
				928301160F10CAFC00CC5A3C /* fpc */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   930
				61C3251C1179A300001E70B1 /* openalbridge */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   931
				6179928B114AE0C800BA94A9 /* UpdateDataFolder */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   932
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   933
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   934
/* End PBXProject section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   935
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   936
/* Begin PBXReferenceProxy section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   937
		61272333117DF752005B90CF /* libSDL_image.a */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   938
			isa = PBXReferenceProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   939
			fileType = archive.ar;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   940
			path = libSDL_image.a;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   941
			remoteRef = 61272332117DF752005B90CF /* PBXContainerItemProxy */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   942
			sourceTree = BUILT_PRODUCTS_DIR;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   943
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   944
		617988DA114AAA3900BA94A9 /* libSDLiPhoneOS.a */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   945
			isa = PBXReferenceProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   946
			fileType = archive.ar;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   947
			path = libSDLiPhoneOS.a;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   948
			remoteRef = 617988D9114AAA3900BA94A9 /* PBXContainerItemProxy */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   949
			sourceTree = BUILT_PRODUCTS_DIR;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   950
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   951
		61798993114AB3FA00BA94A9 /* libSDL_mixer.a */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   952
			isa = PBXReferenceProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   953
			fileType = archive.ar;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   954
			path = libSDL_mixer.a;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   955
			remoteRef = 61798992114AB3FA00BA94A9 /* PBXContainerItemProxy */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   956
			sourceTree = BUILT_PRODUCTS_DIR;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   957
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   958
		617989BB114AB47500BA94A9 /* libSDL_net.a */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   959
			isa = PBXReferenceProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   960
			fileType = archive.ar;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   961
			path = libSDL_net.a;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   962
			remoteRef = 617989BA114AB47500BA94A9 /* PBXContainerItemProxy */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   963
			sourceTree = BUILT_PRODUCTS_DIR;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   964
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   965
		61798A13114AB65600BA94A9 /* libSDL_ttf.a */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   966
			isa = PBXReferenceProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   967
			fileType = archive.ar;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   968
			path = libSDL_ttf.a;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   969
			remoteRef = 61798A12114AB65600BA94A9 /* PBXContainerItemProxy */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   970
			sourceTree = BUILT_PRODUCTS_DIR;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   971
		};
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   972
		6184608C11DA8BF3000E1314 /* testsdl.app */ = {
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   973
			isa = PBXReferenceProxy;
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   974
			fileType = wrapper.application;
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   975
			path = testsdl.app;
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   976
			remoteRef = 6184608B11DA8BF3000E1314 /* PBXContainerItemProxy */;
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   977
			sourceTree = BUILT_PRODUCTS_DIR;
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   978
		};
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   979
/* End PBXReferenceProxy section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   980
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   981
/* Begin PBXResourcesBuildPhase section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   982
		1D60588D0D05DD3D006BFB54 /* Resources */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   983
			isa = PBXResourcesBuildPhase;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   984
			buildActionMask = 2147483647;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   985
			files = (
3525
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
   986
				61536DF411CEAE7100D87A7E /* GameConfigViewController.xib in Resources */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   987
				61A118D311683CD100359010 /* HedgewarsTitle.png in Resources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   988
				61799289114AE08700BA94A9 /* Data in Resources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   989
				6122CD01116BECCA002648E9 /* Default-Landscape.png in Resources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   990
				6151347E116C2803001F16D1 /* Icon-iPad.png in Resources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   991
				61370653117B1D50004EE44A /* Entitlements-Distribution.plist in Resources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   992
				611E12FF117BBBDA0044B62F /* Entitlements-Development.plist in Resources */,
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   993
				6165925311CA9CB400D6E256 /* MainMenuViewController-iPad.xib in Resources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   994
				6165925411CA9CB400D6E256 /* MainMenuViewController-iPhone.xib in Resources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   995
				6165925511CA9CB400D6E256 /* MapConfigViewController-iPad.xib in Resources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   996
				6165925611CA9CB400D6E256 /* MapConfigViewController-iPhone.xib in Resources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   997
				6165925811CA9CB400D6E256 /* OverlayViewController.xib in Resources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   998
				6165927F11CA9D3200D6E256 /* Default.png in Resources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   999
				6165928011CA9D3200D6E256 /* Icon.png in Resources */,
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1000
				61EF920E11DF57AC003441C4 /* arrowDown.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1001
				61EF920F11DF57AC003441C4 /* arrowLeft.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1002
				61EF921011DF57AC003441C4 /* arrowRight.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1003
				61EF921111DF57AC003441C4 /* arrowUp.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1004
				61EF921211DF57AC003441C4 /* joyButton_attack.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1005
				61EF921311DF57AC003441C4 /* joyButton_backjump.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1006
				61EF921411DF57AC003441C4 /* joyButton_forwardjump.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1007
				61EF921611DF57AC003441C4 /* menuCorner.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1008
				61F903EF11DF58550068B24D /* backgroundBottom.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1009
				61F903F011DF58550068B24D /* backgroundCenter.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1010
				61F903F111DF58550068B24D /* backgroundLeft.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1011
				61F903F211DF58550068B24D /* backgroundRight.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1012
				61F903F311DF58550068B24D /* backgroundTop.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1013
				61F903F411DF58550068B24D /* borderBottom.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1014
				61F903F511DF58550068B24D /* borderTop.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1015
				61F903F611DF58550068B24D /* networkButton.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1016
				61F903F711DF58550068B24D /* playButton.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1017
				61F903F811DF58550068B24D /* storeButton.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1018
				61F9040911DF58B00068B24D /* settingsButton.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1019
				61F9040B11DF59370068B24D /* background.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1020
				61F9040E11DF59D10068B24D /* localplayButton.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1021
				61F9040F11DF59D10068B24D /* netplayButton.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1022
				61F9041411DF5E9B0068B24D /* toolbarBackground.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1023
				61F9043A11DF64E20068B24D /* bluebox.png in Resources */,
3623
f14db208f2fa graphics applied and fixes here and there
koda
parents: 3621
diff changeset
  1024
				61EBA62911DFF2BC0048B68A /* bricks.png in Resources */,
f14db208f2fa graphics applied and fixes here and there
koda
parents: 3621
diff changeset
  1025
				61EBA62A11DFF2BC0048B68A /* title.png in Resources */,
f14db208f2fa graphics applied and fixes here and there
koda
parents: 3621
diff changeset
  1026
				61EBA62D11DFF3310048B68A /* backgroundAndTitle.png in Resources */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1027
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1028
			runOnlyForDeploymentPostprocessing = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1029
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1030
/* End PBXResourcesBuildPhase section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1031
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1032
/* Begin PBXShellScriptBuildPhase section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1033
		6179928A114AE0C800BA94A9 /* ShellScript */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1034
			isa = PBXShellScriptBuildPhase;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1035
			buildActionMask = 2147483647;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1036
			files = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1037
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1038
			inputPaths = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1039
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1040
			outputPaths = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1041
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1042
			runOnlyForDeploymentPostprocessing = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1043
			shellPath = /bin/sh;
3621
a8ddf681ba7d initial support for customizing weaponset
koda
parents: 3619
diff changeset
  1044
			shellScript = "#copy new stuff over old stuff\nrm -rf ${PROJECT_DIR}/Data\ncp -R ${PROJECT_DIR}/../../share/hedgewars/Data ${PROJECT_DIR}/Data\n\n#copy some files from QTfrontend/res\nmkdir ${PROJECT_DIR}/Data/Graphics/Btn\ncp ${PROJECT_DIR}/../../QTfrontend/res/btn*.png ${PROJECT_DIR}/Data/Graphics/Btn\ncp ${PROJECT_DIR}/../../QTfrontend/res/ammopic.png ${PROJECT_DIR}/Data/Graphics/Btn/iconAmmo.png\ncp ${PROJECT_DIR}/../../QTfrontend/res/icon*.png ${PROJECT_DIR}/Data/Graphics/Btn\ncp -R ${PROJECT_DIR}/../../QTfrontend/res/botlevels ${PROJECT_DIR}/Data/Graphics/Hedgehog/botlevels\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/";
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1045
			showEnvVarsInLog = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1046
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1047
		9283011B0F10CB2D00CC5A3C /* Build libfpc.a */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1048
			isa = PBXShellScriptBuildPhase;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1049
			buildActionMask = 2147483647;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1050
			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).";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1051
			files = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1052
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1053
			inputPaths = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1054
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1055
			name = "Build libfpc.a";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1056
			outputPaths = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1057
				"$(TARGET_BUILD_DIR)/libfpc.a",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1058
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1059
			runOnlyForDeploymentPostprocessing = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1060
			shellPath = /bin/sh;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1061
			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";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1062
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1063
		928301560F10E04C00CC5A3C /* Compile Pascal Sources */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1064
			isa = PBXShellScriptBuildPhase;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1065
			buildActionMask = 2147483647;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1066
			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).   ";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1067
			files = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1068
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1069
			inputPaths = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1070
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1071
			name = "Compile Pascal Sources";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1072
			outputPaths = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1073
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1074
			runOnlyForDeploymentPostprocessing = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1075
			shellPath = /bin/sh;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1076
			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";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1077
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1078
/* End PBXShellScriptBuildPhase section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1079
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1080
/* Begin PBXSourcesBuildPhase section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1081
		1D60588E0D05DD3D006BFB54 /* Sources */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1082
			isa = PBXSourcesBuildPhase;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1083
			buildActionMask = 2147483647;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1084
			files = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1085
				61798816114AA34C00BA94A9 /* hwengine.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1086
				61798818114AA34C00BA94A9 /* hwLibrary.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1087
				6179881B114AA34C00BA94A9 /* PascalExports.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1088
				6179881C114AA34C00BA94A9 /* SDLh.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1089
				6179881F114AA34C00BA94A9 /* uAI.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1090
				61798820114AA34C00BA94A9 /* uAIActions.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1091
				61798821114AA34C00BA94A9 /* uAIAmmoTests.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1092
				61798822114AA34C00BA94A9 /* uAIMisc.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1093
				61798823114AA34C00BA94A9 /* uAmmos.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1094
				61798824114AA34C00BA94A9 /* uChat.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1095
				61798825114AA34C00BA94A9 /* uCollisions.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1096
				61798826114AA34C00BA94A9 /* uConsole.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1097
				61798827114AA34C00BA94A9 /* uConsts.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1098
				61798828114AA34C00BA94A9 /* uFloat.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1099
				61798829114AA34C00BA94A9 /* uGame.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1100
				6179882A114AA34C00BA94A9 /* uGears.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1101
				6179882B114AA34C00BA94A9 /* uIO.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1102
				6179882C114AA34C00BA94A9 /* uKeys.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1103
				6179882D114AA34C00BA94A9 /* uLand.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1104
				6179882E114AA34C00BA94A9 /* uLandGraphics.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1105
				6179882F114AA34C00BA94A9 /* uLandObjects.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1106
				61798830114AA34C00BA94A9 /* uLandTemplates.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1107
				61798831114AA34C00BA94A9 /* uLandTexture.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1108
				61798832114AA34C00BA94A9 /* uLocale.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1109
				61798833114AA34C00BA94A9 /* uMisc.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1110
				61798834114AA34C00BA94A9 /* uRandom.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1111
				61798837114AA34C00BA94A9 /* uSound.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1112
				61798838114AA34C00BA94A9 /* uStats.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1113
				61798839114AA34C00BA94A9 /* uStore.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1114
				6179883A114AA34C00BA94A9 /* uTeams.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1115
				6179883C114AA34C00BA94A9 /* uVisualGears.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1116
				6179883D114AA34C00BA94A9 /* uWorld.pas in Sources */,
3487
b1d00f1950c8 add some memory aware code
koda
parents: 3479
diff changeset
  1117
				611F4D4B11B27A9900F9759A /* uScript.pas in Sources */,
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1118
				6165920C11CA9BA200D6E256 /* DetailViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1119
				6165920D11CA9BA200D6E256 /* FlagsViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1120
				6165920E11CA9BA200D6E256 /* FortsViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1121
				6165920F11CA9BA200D6E256 /* GameConfigViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1122
				6165921011CA9BA200D6E256 /* GameSetup.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1123
				6165921111CA9BA200D6E256 /* GeneralSettingsViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1124
				6165921211CA9BA200D6E256 /* GravesViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1125
				6165921311CA9BA200D6E256 /* HogHatViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1126
				6165921411CA9BA200D6E256 /* LevelViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1127
				6165921511CA9BA200D6E256 /* MainMenuViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1128
				6165921611CA9BA200D6E256 /* MapConfigViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1129
				6165921711CA9BA200D6E256 /* MasterViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1130
				6165921811CA9BA200D6E256 /* OverlayViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1131
				6165921911CA9BA200D6E256 /* PopoverMenuViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1132
				6165921A11CA9BA200D6E256 /* SchemeSettingsViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1133
				6165921B11CA9BA200D6E256 /* SchemeWeaponConfigViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1134
				6165921C11CA9BA200D6E256 /* SingleSchemeViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1135
				6165921D11CA9BA200D6E256 /* SingleTeamViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1136
				6165921E11CA9BA200D6E256 /* SplitViewRootController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1137
				6165921F11CA9BA200D6E256 /* TeamConfigViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1138
				6165922011CA9BA200D6E256 /* TeamSettingsViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1139
				6165922111CA9BA200D6E256 /* VoicesViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1140
				6165922211CA9BA200D6E256 /* WeaponSettingsViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1141
				6165922E11CA9BD500D6E256 /* CGPointUtils.c in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1142
				6165922F11CA9BD500D6E256 /* CommodityFunctions.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1143
				6165923011CA9BD500D6E256 /* HogButtonView.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1144
				6165923111CA9BD500D6E256 /* SquareButtonView.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1145
				6165923211CA9BD500D6E256 /* UIImageExtra.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1146
				6165929E11CA9E2F00D6E256 /* SDL_uikitappdelegate.m in Sources */,
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1147
				6163EE7E11CC2600001C0453 /* SingleWeaponViewController.m in Sources */,
3532
04e2fea3e83a merge+smallupdate
koda
parents: 3525
diff changeset
  1148
				61E1F4F811D004240016A5AA /* adler32.pas in Sources */,
3621
a8ddf681ba7d initial support for customizing weaponset
koda
parents: 3619
diff changeset
  1149
				61F904D711DF7DA30068B24D /* WeaponCellView.m in Sources */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1150
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1151
			runOnlyForDeploymentPostprocessing = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1152
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1153
		61C3251A1179A300001E70B1 /* Sources */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1154
			isa = PBXSourcesBuildPhase;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1155
			buildActionMask = 2147483647;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1156
			files = (
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1157
				6165923D11CA9C4600D6E256 /* commands.c in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1158
				6165924011CA9C4600D6E256 /* loaders.c in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1159
				6165924311CA9C4600D6E256 /* openalbridge.c in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1160
				6165924511CA9C4600D6E256 /* wrappers.c in Sources */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1161
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1162
			runOnlyForDeploymentPostprocessing = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1163
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1164
/* End PBXSourcesBuildPhase section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1165
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1166
/* Begin PBXTargetDependency section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1167
		61C325211179A30E001E70B1 /* PBXTargetDependency */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1168
			isa = PBXTargetDependency;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1169
			target = 61C3251C1179A300001E70B1 /* openalbridge */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1170
			targetProxy = 61C325201179A30E001E70B1 /* PBXContainerItemProxy */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1171
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1172
		9283015A0F10E41300CC5A3C /* PBXTargetDependency */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1173
			isa = PBXTargetDependency;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1174
			target = 928301160F10CAFC00CC5A3C /* fpc */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1175
			targetProxy = 928301590F10E41300CC5A3C /* PBXContainerItemProxy */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1176
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1177
/* End PBXTargetDependency section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1178
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1179
/* Begin XCBuildConfiguration section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1180
		1D6058940D05DD3E006BFB54 /* Debug */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1181
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1182
			buildSettings = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1183
				ALWAYS_SEARCH_USER_PATHS = NO;
3487
b1d00f1950c8 add some memory aware code
koda
parents: 3479
diff changeset
  1184
				ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1185
				COPY_PHASE_STRIP = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1186
				GCC_DYNAMIC_NO_PIC = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1187
				GCC_OPTIMIZATION_LEVEL = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1188
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1189
				GCC_PREFIX_HEADER = Hedgewars_Prefix.pch;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1190
				INFOPLIST_FILE = Info.plist;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1191
				LIBRARY_SEARCH_PATHS = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1192
					"$(inherited)",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1193
					"\"$(SRCROOT)\"",
3525
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
  1194
					"\"$(SRCROOT)/../../../../Downloads/of_preRelease_v0061_iPhone_FAT-pre3/libs/freetype/lib/iphone\"",
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1195
				);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1196
				PRODUCT_NAME = Hedgewars;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1197
				TARGETED_DEVICE_FAMILY = "1,2";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1198
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1199
			name = Debug;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1200
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1201
		1D6058950D05DD3E006BFB54 /* Release */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1202
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1203
			buildSettings = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1204
				ALWAYS_SEARCH_USER_PATHS = NO;
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1205
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1206
				CODE_SIGN_ENTITLEMENTS = "Entitlements-Development.plist";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1207
				CODE_SIGN_IDENTITY = "iPhone Developer";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1208
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1209
				COPY_PHASE_STRIP = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1210
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1211
				GCC_PREFIX_HEADER = Hedgewars_Prefix.pch;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1212
				INFOPLIST_FILE = Info.plist;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1213
				LIBRARY_SEARCH_PATHS = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1214
					"$(inherited)",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1215
					"\"$(SRCROOT)\"",
3525
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
  1216
					"\"$(SRCROOT)/../../../../Downloads/of_preRelease_v0061_iPhone_FAT-pre3/libs/freetype/lib/iphone\"",
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1217
				);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1218
				PRODUCT_NAME = Hedgewars;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1219
				PROVISIONING_PROFILE = "";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1220
				"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1221
				TARGETED_DEVICE_FAMILY = "1,2";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1222
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1223
			name = Release;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1224
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1225
		6137064B117B1CB3004EE44A /* Distribution */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1226
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1227
			buildSettings = {
3551
d4de36b3801a moar zoom, fixed fort mode, other glitches
koda
parents: 3548
diff changeset
  1228
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1229
				CODE_SIGN_ENTITLEMENTS = "Entitlements-Distribution.plist";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1230
				CODE_SIGN_IDENTITY = "iPhone Distribution";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1231
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
  1232
				FPC_COMMON_OPTIONS = "-dIPHONEOS -Cs2000000 -vwi -B  -Sgix -Sc";
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1233
				FPC_COMPILER_BINARY_DIR = /usr/local/lib/fpc/2.5.1;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1234
				FPC_MAIN_FILE = "$(PROJECT_DIR)/../../hedgewars/hwLibrary.pas";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1235
				FPC_RTL_UNITS_BASE = /usr/local/lib/fpc;
3479
972ae3ec178a initial support for game modifiers (schemes)
koda
parents: 3464
diff changeset
  1236
				FPC_SPECIFIC_OPTIONS = "-dDEBUGFILE -Ci- -Cr- -Co- -O-2 -Xs  -Cfvfpv2";
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1237
				FPC_UNITS_PATH = "-Fu\"$(PROJECT_DIR)\"";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1238
				GCC_C_LANGUAGE_STANDARD = c99;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1239
				GCC_DEBUGGING_SYMBOLS = default;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1240
				GCC_FAST_MATH = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1241
				GCC_OPTIMIZATION_LEVEL = 2;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1242
				GCC_THUMB_SUPPORT = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1243
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1244
				GCC_WARN_UNUSED_VARIABLE = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1245
				HEADER_SEARCH_PATHS = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1246
					/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1247
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/include\"/**",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1248
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/src\"/**",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1249
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net\"",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1250
				);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1251
				IPHONEOS_DEPLOYMENT_TARGET = 3.0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1252
				ONLY_ACTIVE_ARCH = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1253
				OTHER_LDFLAGS = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1254
					"-lz",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1255
					"-Wl,-no_order_inits",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1256
				);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1257
				PREBINDING = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1258
				PROVISIONING_PROFILE = "";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1259
				"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1260
				SDKROOT = iphoneos3.2;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1261
				TARGETED_DEVICE_FAMILY = "1,2";
3405
8fdb08497bf1 js' patch that restores Vsync on snow leopard
koda
parents: 3395
diff changeset
  1262
				VALIDATE_PRODUCT = NO;
3611
ed00aa2b339e interpret parameters before initializing everything
koda
parents: 3598
diff changeset
  1263
				VALID_ARCHS = "armv7 armv6";
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1264
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1265
			name = Distribution;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1266
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1267
		6137064C117B1CB3004EE44A /* Distribution */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1268
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1269
			buildSettings = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1270
				ALWAYS_SEARCH_USER_PATHS = NO;
3487
b1d00f1950c8 add some memory aware code
koda
parents: 3479
diff changeset
  1271
				ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1272
				CODE_SIGN_ENTITLEMENTS = "Entitlements-Distribution.plist";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1273
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1274
				COPY_PHASE_STRIP = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1275
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1276
				GCC_PREFIX_HEADER = Hedgewars_Prefix.pch;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1277
				INFOPLIST_FILE = Info.plist;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1278
				LIBRARY_SEARCH_PATHS = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1279
					"$(inherited)",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1280
					"\"$(SRCROOT)\"",
3525
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
  1281
					"\"$(SRCROOT)/../../../../Downloads/of_preRelease_v0061_iPhone_FAT-pre3/libs/freetype/lib/iphone\"",
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1282
				);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1283
				PRODUCT_NAME = Hedgewars;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1284
				"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1285
				TARGETED_DEVICE_FAMILY = "1,2";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1286
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1287
			name = Distribution;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1288
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1289
		6137064D117B1CB3004EE44A /* Distribution */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1290
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1291
			buildSettings = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1292
				ALWAYS_SEARCH_USER_PATHS = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1293
				COPY_PHASE_STRIP = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1294
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1295
				GCC_ENABLE_FIX_AND_CONTINUE = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1296
				PREBINDING = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1297
				PRODUCT_NAME = fpc;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1298
				ZERO_LINK = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1299
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1300
			name = Distribution;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1301
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1302
		6137064E117B1CB3004EE44A /* Distribution */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1303
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1304
			buildSettings = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1305
				ALWAYS_SEARCH_USER_PATHS = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1306
				COPY_PHASE_STRIP = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1307
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1308
				GCC_ENABLE_FIX_AND_CONTINUE = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1309
				HEADER_SEARCH_PATHS = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1310
					/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1311
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/include\"/**",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1312
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/src\"/**",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1313
					"\"$(SRCROOT)/../../../Library/lpng141\"",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1314
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net\"",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1315
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_mixer\"",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1316
					"\"$(SRCROOT)/../../../Library/libvorbis-1.3.1/include\"",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1317
					"\"$(SRCROOT)/../../../Library/libogg-1.2.0/include\"",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1318
				);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1319
				OTHER_LDFLAGS = "";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1320
				PREBINDING = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1321
				PRODUCT_NAME = openalbridge;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1322
				ZERO_LINK = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1323
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1324
			name = Distribution;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1325
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1326
		6137064F117B1CB3004EE44A /* Distribution */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1327
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1328
			buildSettings = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1329
				COPY_PHASE_STRIP = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1330
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1331
				GCC_ENABLE_FIX_AND_CONTINUE = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1332
				PRODUCT_NAME = UpdateDataFolder;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1333
				ZERO_LINK = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1334
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1335
			name = Distribution;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1336
		};
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1337
		6164429D11B5CDE500B9A6F3 /* Valgrind */ = {
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1338
			isa = XCBuildConfiguration;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1339
			buildSettings = {
3551
d4de36b3801a moar zoom, fixed fort mode, other glitches
koda
parents: 3548
diff changeset
  1340
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1341
				CODE_SIGN_IDENTITY = "iPhone Developer: Vittorio Giovara (DC2BRETXAC)";
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1342
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Vittorio Giovara (DC2BRETXAC)";
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1343
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
  1344
				FPC_COMMON_OPTIONS = "-dIPHONEOS -Cs2000000 -vwi -B  -Sgix -Sc";
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1345
				FPC_COMPILER_BINARY_DIR = /usr/local/lib/fpc/2.5.1;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1346
				FPC_MAIN_FILE = "$(PROJECT_DIR)/../../hedgewars/hwLibrary.pas";
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1347
				FPC_RTL_UNITS_BASE = /usr/local/lib/fpc;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1348
				FPC_SPECIFIC_OPTIONS = "-dDEBUGFILE -O- -gl -gw2 -gs -gt -ghttt -Xs-";
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1349
				FPC_UNITS_PATH = "-Fu\"$(PROJECT_DIR)\"";
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1350
				GCC_C_LANGUAGE_STANDARD = c99;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1351
				GCC_DEBUGGING_SYMBOLS = full;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1352
				GCC_FAST_MATH = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1353
				GCC_OPTIMIZATION_LEVEL = 0;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1354
				GCC_PREPROCESSOR_DEFINITIONS = (
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1355
					VALGRIND_REXEC,
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1356
					DEBUG,
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1357
				);
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1358
				GCC_THUMB_SUPPORT = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1359
				GCC_VERSION = 4.2;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1360
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1361
				GCC_WARN_UNUSED_VARIABLE = YES;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1362
				HEADER_SEARCH_PATHS = (
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1363
					/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers,
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1364
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/include\"/**",
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1365
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/src\"/**",
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1366
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net\"",
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1367
				);
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1368
				IPHONEOS_DEPLOYMENT_TARGET = 3.0;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1369
				ONLY_ACTIVE_ARCH = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1370
				OTHER_LDFLAGS = (
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1371
					"-lz",
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1372
					"-Wl,-no_order_inits",
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1373
				);
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1374
				PREBINDING = NO;
3548
4d220ee7c75f server somewhat simplified and correct sporadic crasher
koda
parents: 3532
diff changeset
  1375
				SDKROOT = iphoneos3.2;
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1376
				TARGETED_DEVICE_FAMILY = "1,2";
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1377
				VALIDATE_PRODUCT = NO;
3611
ed00aa2b339e interpret parameters before initializing everything
koda
parents: 3598
diff changeset
  1378
				VALID_ARCHS = "armv7 armv6";
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1379
			};
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1380
			name = Valgrind;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1381
		};
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1382
		6164429E11B5CDE500B9A6F3 /* Valgrind */ = {
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1383
			isa = XCBuildConfiguration;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1384
			buildSettings = {
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1385
				ALWAYS_SEARCH_USER_PATHS = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1386
				ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1387
				COPY_PHASE_STRIP = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1388
				GCC_DYNAMIC_NO_PIC = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1389
				GCC_OPTIMIZATION_LEVEL = 0;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1390
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1391
				GCC_PREFIX_HEADER = Hedgewars_Prefix.pch;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1392
				INFOPLIST_FILE = Info.plist;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1393
				LIBRARY_SEARCH_PATHS = (
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1394
					"$(inherited)",
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1395
					"\"$(SRCROOT)\"",
3525
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
  1396
					"\"$(SRCROOT)/../../../../Downloads/of_preRelease_v0061_iPhone_FAT-pre3/libs/freetype/lib/iphone\"",
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1397
				);
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1398
				PRODUCT_NAME = Hedgewars;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1399
				TARGETED_DEVICE_FAMILY = "1,2";
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1400
			};
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1401
			name = Valgrind;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1402
		};
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1403
		6164429F11B5CDE500B9A6F3 /* Valgrind */ = {
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1404
			isa = XCBuildConfiguration;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1405
			buildSettings = {
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1406
				ALWAYS_SEARCH_USER_PATHS = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1407
				COPY_PHASE_STRIP = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1408
				GCC_DYNAMIC_NO_PIC = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1409
				GCC_OPTIMIZATION_LEVEL = 0;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1410
				PREBINDING = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1411
				PRODUCT_NAME = fpc;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1412
			};
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1413
			name = Valgrind;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1414
		};
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1415
		616442A011B5CDE500B9A6F3 /* Valgrind */ = {
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1416
			isa = XCBuildConfiguration;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1417
			buildSettings = {
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1418
				ALWAYS_SEARCH_USER_PATHS = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1419
				COPY_PHASE_STRIP = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1420
				GCC_DYNAMIC_NO_PIC = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1421
				GCC_OPTIMIZATION_LEVEL = 0;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1422
				HEADER_SEARCH_PATHS = (
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1423
					/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers,
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1424
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/include\"/**",
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1425
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/src\"/**",
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1426
					"\"$(SRCROOT)/../../../Library/lpng141\"",
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1427
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net\"",
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1428
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_mixer\"",
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1429
					"\"$(SRCROOT)/../../../Library/libvorbis-1.3.1/include\"",
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1430
					"\"$(SRCROOT)/../../../Library/libogg-1.2.0/include\"",
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1431
				);
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1432
				OTHER_LDFLAGS = "";
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1433
				PREBINDING = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1434
				PRODUCT_NAME = openalbridge;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1435
			};
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1436
			name = Valgrind;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1437
		};
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1438
		616442A111B5CDE500B9A6F3 /* Valgrind */ = {
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1439
			isa = XCBuildConfiguration;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1440
			buildSettings = {
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1441
				COPY_PHASE_STRIP = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1442
				GCC_DYNAMIC_NO_PIC = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1443
				GCC_OPTIMIZATION_LEVEL = 0;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1444
				PRODUCT_NAME = UpdateDataFolder;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1445
			};
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1446
			name = Valgrind;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1447
		};
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1448
		6179928C114AE0C800BA94A9 /* Debug */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1449
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1450
			buildSettings = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1451
				COPY_PHASE_STRIP = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1452
				GCC_DYNAMIC_NO_PIC = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1453
				GCC_OPTIMIZATION_LEVEL = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1454
				PRODUCT_NAME = UpdateDataFolder;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1455
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1456
			name = Debug;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1457
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1458
		6179928D114AE0C800BA94A9 /* Release */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1459
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1460
			buildSettings = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1461
				COPY_PHASE_STRIP = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1462
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1463
				GCC_ENABLE_FIX_AND_CONTINUE = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1464
				PRODUCT_NAME = UpdateDataFolder;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1465
				ZERO_LINK = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1466
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1467
			name = Release;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1468
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1469
		61C3251E1179A300001E70B1 /* Debug */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1470
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1471
			buildSettings = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1472
				ALWAYS_SEARCH_USER_PATHS = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1473
				COPY_PHASE_STRIP = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1474
				GCC_DYNAMIC_NO_PIC = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1475
				GCC_OPTIMIZATION_LEVEL = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1476
				HEADER_SEARCH_PATHS = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1477
					/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1478
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/include\"/**",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1479
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/src\"/**",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1480
					"\"$(SRCROOT)/../../../Library/lpng141\"",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1481
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net\"",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1482
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_mixer\"",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1483
					"\"$(SRCROOT)/../../../Library/libvorbis-1.3.1/include\"",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1484
					"\"$(SRCROOT)/../../../Library/libogg-1.2.0/include\"",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1485
				);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1486
				OTHER_LDFLAGS = "";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1487
				PREBINDING = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1488
				PRODUCT_NAME = openalbridge;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1489
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1490
			name = Debug;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1491
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1492
		61C3251F1179A300001E70B1 /* Release */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1493
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1494
			buildSettings = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1495
				ALWAYS_SEARCH_USER_PATHS = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1496
				COPY_PHASE_STRIP = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1497
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1498
				GCC_ENABLE_FIX_AND_CONTINUE = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1499
				HEADER_SEARCH_PATHS = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1500
					/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1501
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/include\"/**",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1502
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/src\"/**",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1503
					"\"$(SRCROOT)/../../../Library/lpng141\"",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1504
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net\"",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1505
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_mixer\"",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1506
					"\"$(SRCROOT)/../../../Library/libvorbis-1.3.1/include\"",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1507
					"\"$(SRCROOT)/../../../Library/libogg-1.2.0/include\"",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1508
				);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1509
				OTHER_LDFLAGS = "";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1510
				PREBINDING = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1511
				PRODUCT_NAME = openalbridge;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1512
				ZERO_LINK = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1513
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1514
			name = Release;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1515
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1516
		928301180F10CAFD00CC5A3C /* Debug */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1517
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1518
			buildSettings = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1519
				ALWAYS_SEARCH_USER_PATHS = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1520
				COPY_PHASE_STRIP = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1521
				GCC_DYNAMIC_NO_PIC = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1522
				GCC_OPTIMIZATION_LEVEL = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1523
				PREBINDING = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1524
				PRODUCT_NAME = fpc;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1525
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1526
			name = Debug;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1527
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1528
		928301190F10CAFD00CC5A3C /* Release */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1529
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1530
			buildSettings = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1531
				ALWAYS_SEARCH_USER_PATHS = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1532
				COPY_PHASE_STRIP = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1533
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1534
				GCC_ENABLE_FIX_AND_CONTINUE = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1535
				PREBINDING = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1536
				PRODUCT_NAME = fpc;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1537
				ZERO_LINK = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1538
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1539
			name = Release;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1540
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1541
		C01FCF4F08A954540054247B /* Debug */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1542
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1543
			buildSettings = {
3551
d4de36b3801a moar zoom, fixed fort mode, other glitches
koda
parents: 3548
diff changeset
  1544
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1545
				CODE_SIGN_IDENTITY = "iPhone Developer: Vittorio Giovara (DC2BRETXAC)";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1546
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Vittorio Giovara (DC2BRETXAC)";
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1547
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
  1548
				FPC_COMMON_OPTIONS = "-dIPHONEOS -Cs2000000 -vwi -B  -Sgix -Sc";
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1549
				FPC_COMPILER_BINARY_DIR = /usr/local/lib/fpc/2.5.1;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1550
				FPC_MAIN_FILE = "$(PROJECT_DIR)/../../hedgewars/hwLibrary.pas";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1551
				FPC_RTL_UNITS_BASE = /usr/local/lib/fpc;
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1552
				FPC_SPECIFIC_OPTIONS = "-dDEBUGFILE -O- -gl -gw2 -gt -ghttt -Xs-";
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1553
				FPC_UNITS_PATH = "-Fu\"$(PROJECT_DIR)\"";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1554
				GCC_C_LANGUAGE_STANDARD = c99;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1555
				GCC_DEBUGGING_SYMBOLS = full;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1556
				GCC_FAST_MATH = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1557
				GCC_OPTIMIZATION_LEVEL = 0;
3487
b1d00f1950c8 add some memory aware code
koda
parents: 3479
diff changeset
  1558
				GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1559
				GCC_THUMB_SUPPORT = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1560
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1561
				GCC_WARN_UNUSED_VARIABLE = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1562
				HEADER_SEARCH_PATHS = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1563
					/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1564
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/include\"/**",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1565
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/src\"/**",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1566
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net\"",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1567
				);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1568
				IPHONEOS_DEPLOYMENT_TARGET = 3.0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1569
				ONLY_ACTIVE_ARCH = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1570
				OTHER_LDFLAGS = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1571
					"-lz",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1572
					"-Wl,-no_order_inits",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1573
				);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1574
				PREBINDING = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1575
				SDKROOT = iphoneos3.2;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1576
				TARGETED_DEVICE_FAMILY = "1,2";
3405
8fdb08497bf1 js' patch that restores Vsync on snow leopard
koda
parents: 3395
diff changeset
  1577
				VALIDATE_PRODUCT = NO;
3611
ed00aa2b339e interpret parameters before initializing everything
koda
parents: 3598
diff changeset
  1578
				VALID_ARCHS = "armv7 armv6";
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1579
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1580
			name = Debug;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1581
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1582
		C01FCF5008A954540054247B /* Release */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1583
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1584
			buildSettings = {
3551
d4de36b3801a moar zoom, fixed fort mode, other glitches
koda
parents: 3548
diff changeset
  1585
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1586
				CODE_SIGN_IDENTITY = "iPhone Developer";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1587
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
  1588
				FPC_COMMON_OPTIONS = "-dIPHONEOS -Cs2000000 -vwi -B  -Sgix -Sc";
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1589
				FPC_COMPILER_BINARY_DIR = /usr/local/lib/fpc/2.5.1;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1590
				FPC_MAIN_FILE = "$(PROJECT_DIR)/../../hedgewars/hwLibrary.pas";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1591
				FPC_RTL_UNITS_BASE = /usr/local/lib/fpc;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1592
				FPC_SPECIFIC_OPTIONS = "-Ci- -Cr- -Co- -O-2 -Xs  -Cfvfpv2";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1593
				FPC_UNITS_PATH = "-Fu\"$(PROJECT_DIR)\"";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1594
				GCC_C_LANGUAGE_STANDARD = c99;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1595
				GCC_DEBUGGING_SYMBOLS = default;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1596
				GCC_FAST_MATH = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1597
				GCC_OPTIMIZATION_LEVEL = 2;
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1598
				GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1599
				GCC_THUMB_SUPPORT = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1600
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1601
				GCC_WARN_UNUSED_VARIABLE = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1602
				HEADER_SEARCH_PATHS = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1603
					/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1604
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/include\"/**",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1605
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/src\"/**",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1606
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net\"",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1607
				);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1608
				IPHONEOS_DEPLOYMENT_TARGET = 3.0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1609
				ONLY_ACTIVE_ARCH = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1610
				OTHER_LDFLAGS = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1611
					"-lz",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1612
					"-Wl,-no_order_inits",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1613
				);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1614
				PREBINDING = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1615
				PROVISIONING_PROFILE = "";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1616
				"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1617
				SDKROOT = iphoneos3.2;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1618
				TARGETED_DEVICE_FAMILY = "1,2";
3405
8fdb08497bf1 js' patch that restores Vsync on snow leopard
koda
parents: 3395
diff changeset
  1619
				VALIDATE_PRODUCT = NO;
3611
ed00aa2b339e interpret parameters before initializing everything
koda
parents: 3598
diff changeset
  1620
				VALID_ARCHS = "armv7 armv6";
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1621
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1622
			name = Release;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1623
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1624
/* End XCBuildConfiguration section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1625
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1626
/* Begin XCConfigurationList section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1627
		1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Hedgewars" */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1628
			isa = XCConfigurationList;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1629
			buildConfigurations = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1630
				1D6058940D05DD3E006BFB54 /* Debug */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1631
				1D6058950D05DD3E006BFB54 /* Release */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1632
				6137064C117B1CB3004EE44A /* Distribution */,
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1633
				6164429E11B5CDE500B9A6F3 /* Valgrind */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1634
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1635
			defaultConfigurationIsVisible = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1636
			defaultConfigurationName = Release;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1637
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1638
		61799290114AE0CD00BA94A9 /* Build configuration list for PBXAggregateTarget "UpdateDataFolder" */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1639
			isa = XCConfigurationList;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1640
			buildConfigurations = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1641
				6179928C114AE0C800BA94A9 /* Debug */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1642
				6179928D114AE0C800BA94A9 /* Release */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1643
				6137064F117B1CB3004EE44A /* Distribution */,
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1644
				616442A111B5CDE500B9A6F3 /* Valgrind */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1645
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1646
			defaultConfigurationIsVisible = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1647
			defaultConfigurationName = Release;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1648
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1649
		61C325351179A314001E70B1 /* Build configuration list for PBXNativeTarget "openalbridge" */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1650
			isa = XCConfigurationList;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1651
			buildConfigurations = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1652
				61C3251E1179A300001E70B1 /* Debug */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1653
				61C3251F1179A300001E70B1 /* Release */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1654
				6137064E117B1CB3004EE44A /* Distribution */,
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1655
				616442A011B5CDE500B9A6F3 /* Valgrind */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1656
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1657
			defaultConfigurationIsVisible = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1658
			defaultConfigurationName = Release;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1659
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1660
		9283011C0F10CB4B00CC5A3C /* Build configuration list for PBXNativeTarget "fpc" */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1661
			isa = XCConfigurationList;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1662
			buildConfigurations = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1663
				928301180F10CAFD00CC5A3C /* Debug */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1664
				928301190F10CAFD00CC5A3C /* Release */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1665
				6137064D117B1CB3004EE44A /* Distribution */,
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1666
				6164429F11B5CDE500B9A6F3 /* Valgrind */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1667
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1668
			defaultConfigurationIsVisible = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1669
			defaultConfigurationName = Release;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1670
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1671
		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Hedgewars" */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1672
			isa = XCConfigurationList;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1673
			buildConfigurations = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1674
				C01FCF4F08A954540054247B /* Debug */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1675
				C01FCF5008A954540054247B /* Release */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1676
				6137064B117B1CB3004EE44A /* Distribution */,
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  1677
				6164429D11B5CDE500B9A6F3 /* Valgrind */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1678
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1679
			defaultConfigurationIsVisible = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1680
			defaultConfigurationName = Release;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1681
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1682
/* End XCConfigurationList section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1683
	};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1684
	rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1685
}