project_files/HedgewarsMobile/Hedgewars.xcodeproj/project.pbxproj
author koda
Sun, 29 Aug 2010 16:55:27 +0200
changeset 3783 8e9daf967406
parent 3781 2bfda544ae48
child 3787 6e84339eefee
permissions -rw-r--r--
X&Y buttons, sounds for some buttons, cleanup
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 */; };
3670
4c673e57f0d7 use llvm to compile, don't preview map on wimpier devices, merge vsync, fix iphone launch image
koda
parents: 3667
diff changeset
    27
		28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; settings = {ATTRIBUTES = (Required, ); }; };
3667
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
    28
		611E03E711FA747C0077A41E /* libvorbis.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 611E037C11FA74590077A41E /* libvorbis.a */; };
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
    29
		611E0E5111FA92170077A41E /* libfreetype.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 611E0E5011FA92130077A41E /* libfreetype.a */; };
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
    30
		611E0EE711FB20610077A41E /* ammoButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 611E0EE511FB20610077A41E /* ammoButton.png */; };
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
    31
		611E0EE811FB20610077A41E /* cornerButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 611E0EE611FB20610077A41E /* cornerButton.png */; };
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    32
		611E12FF117BBBDA0044B62F /* Entitlements-Development.plist in Resources */ = {isa = PBXBuildFile; fileRef = 611E12FE117BBBDA0044B62F /* Entitlements-Development.plist */; };
3783
8e9daf967406 X&Y buttons, sounds for some buttons, cleanup
koda
parents: 3781
diff changeset
    33
		611EE974122A9C4100DF6938 /* clickSound.wav in Resources */ = {isa = PBXBuildFile; fileRef = 611EE973122A9C4100DF6938 /* clickSound.wav */; };
8e9daf967406 X&Y buttons, sounds for some buttons, cleanup
koda
parents: 3781
diff changeset
    34
		611EE9D9122AA10A00DF6938 /* backSound.wav in Resources */ = {isa = PBXBuildFile; fileRef = 611EE9D7122AA10A00DF6938 /* backSound.wav */; };
8e9daf967406 X&Y buttons, sounds for some buttons, cleanup
koda
parents: 3781
diff changeset
    35
		611EE9DA122AA10A00DF6938 /* selSound.wav in Resources */ = {isa = PBXBuildFile; fileRef = 611EE9D8122AA10A00DF6938 /* selSound.wav */; };
3487
b1d00f1950c8 add some memory aware code
koda
parents: 3479
diff changeset
    36
		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
    37
		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
    38
		61272339117DF778005B90CF /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61272338117DF778005B90CF /* MobileCoreServices.framework */; };
3646
a3271158d93b don't make the confirmation button disappear, present an alert if game doesn't start
koda
parents: 3644
diff changeset
    39
		6129B9F711EFB04D0017E305 /* denied.png in Resources */ = {isa = PBXBuildFile; fileRef = 6129B9F611EFB04D0017E305 /* denied.png */; };
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
    40
		61370653117B1D50004EE44A /* Entitlements-Distribution.plist in Resources */ = {isa = PBXBuildFile; fileRef = 61370652117B1D50004EE44A /* Entitlements-Distribution.plist */; };
3525
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
    41
		61536DF411CEAE7100D87A7E /* GameConfigViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6165924A11CA9CB400D6E256 /* GameConfigViewController.xib */; };
3705
e1959819a542 completing the ifrontend interface...
koda
parents: 3703
diff changeset
    42
		615AD96212073B4D00F2FF04 /* startGameButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 615AD96112073B4D00F2FF04 /* startGameButton.png */; };
e1959819a542 completing the ifrontend interface...
koda
parents: 3703
diff changeset
    43
		615AD9E9120764CA00F2FF04 /* backButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 615AD9E8120764CA00F2FF04 /* backButton.png */; };
e1959819a542 completing the ifrontend interface...
koda
parents: 3703
diff changeset
    44
		615AD9EB1207654E00F2FF04 /* helpButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 615AD9EA1207654E00F2FF04 /* helpButton.png */; };
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
    45
		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
    46
		6165920D11CA9BA200D6E256 /* FlagsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591E111CA9BA200D6E256 /* FlagsViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    47
		6165920E11CA9BA200D6E256 /* FortsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591E311CA9BA200D6E256 /* FortsViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    48
		6165920F11CA9BA200D6E256 /* GameConfigViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591E511CA9BA200D6E256 /* GameConfigViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    49
		6165921011CA9BA200D6E256 /* GameSetup.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591E711CA9BA200D6E256 /* GameSetup.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    50
		6165921111CA9BA200D6E256 /* GeneralSettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591E911CA9BA200D6E256 /* GeneralSettingsViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    51
		6165921211CA9BA200D6E256 /* GravesViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591EB11CA9BA200D6E256 /* GravesViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    52
		6165921311CA9BA200D6E256 /* HogHatViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591ED11CA9BA200D6E256 /* HogHatViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    53
		6165921411CA9BA200D6E256 /* LevelViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591EF11CA9BA200D6E256 /* LevelViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    54
		6165921511CA9BA200D6E256 /* MainMenuViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591F111CA9BA200D6E256 /* MainMenuViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    55
		6165921611CA9BA200D6E256 /* MapConfigViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591F311CA9BA200D6E256 /* MapConfigViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    56
		6165921711CA9BA200D6E256 /* MasterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591F511CA9BA200D6E256 /* MasterViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    57
		6165921811CA9BA200D6E256 /* OverlayViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591F711CA9BA200D6E256 /* OverlayViewController.m */; };
3647
0d0df215fb52 making chat work... (keyboard support is heavily broken in sdl upstream)
koda
parents: 3646
diff changeset
    58
		6165921911CA9BA200D6E256 /* InGameMenuViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591F911CA9BA200D6E256 /* InGameMenuViewController.m */; };
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    59
		6165921A11CA9BA200D6E256 /* SchemeSettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591FB11CA9BA200D6E256 /* SchemeSettingsViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    60
		6165921B11CA9BA200D6E256 /* SchemeWeaponConfigViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591FD11CA9BA200D6E256 /* SchemeWeaponConfigViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    61
		6165921C11CA9BA200D6E256 /* SingleSchemeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591FF11CA9BA200D6E256 /* SingleSchemeViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    62
		6165921D11CA9BA200D6E256 /* SingleTeamViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6165920111CA9BA200D6E256 /* SingleTeamViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    63
		6165921E11CA9BA200D6E256 /* SplitViewRootController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6165920311CA9BA200D6E256 /* SplitViewRootController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    64
		6165921F11CA9BA200D6E256 /* TeamConfigViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6165920511CA9BA200D6E256 /* TeamConfigViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    65
		6165922011CA9BA200D6E256 /* TeamSettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6165920711CA9BA200D6E256 /* TeamSettingsViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    66
		6165922111CA9BA200D6E256 /* VoicesViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6165920911CA9BA200D6E256 /* VoicesViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    67
		6165922211CA9BA200D6E256 /* WeaponSettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6165920B11CA9BA200D6E256 /* WeaponSettingsViewController.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    68
		6165922E11CA9BD500D6E256 /* CGPointUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = 6165922311CA9BD500D6E256 /* CGPointUtils.c */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    69
		6165922F11CA9BD500D6E256 /* CommodityFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6165922611CA9BD500D6E256 /* CommodityFunctions.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    70
		6165923011CA9BD500D6E256 /* HogButtonView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6165922811CA9BD500D6E256 /* HogButtonView.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    71
		6165923111CA9BD500D6E256 /* SquareButtonView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6165922B11CA9BD500D6E256 /* SquareButtonView.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    72
		6165923211CA9BD500D6E256 /* UIImageExtra.m in Sources */ = {isa = PBXBuildFile; fileRef = 6165922D11CA9BD500D6E256 /* UIImageExtra.m */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    73
		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
    74
		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
    75
		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
    76
		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
    77
		6165925811CA9CB400D6E256 /* OverlayViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6165925011CA9CB400D6E256 /* OverlayViewController.xib */; };
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
    78
		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
    79
		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
    80
		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
    81
		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
    82
		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
    83
		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
    84
		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
    85
		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
    86
		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
    87
		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
    88
		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
    89
		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
    90
		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
    91
		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
    92
		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
    93
		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
    94
		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
    95
		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
    96
		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
    97
		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
    98
		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
    99
		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
   100
		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
   101
		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
   102
		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
   103
		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
   104
		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
   105
		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
   106
		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
   107
		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
   108
		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
   109
		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
   110
		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
   111
		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
   112
		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
   113
		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
   114
		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
   115
		61799289114AE08700BA94A9 /* Data in Resources */ = {isa = PBXBuildFile; fileRef = 61798A5E114AE08600BA94A9 /* Data */; };
3625
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
   116
		6183D83E11E2BCE200A88903 /* LI-ipad-Landscape.png in Resources */ = {isa = PBXBuildFile; fileRef = 6183D83C11E2BCE200A88903 /* LI-ipad-Landscape.png */; };
3670
4c673e57f0d7 use llvm to compile, don't preview map on wimpier devices, merge vsync, fix iphone launch image
koda
parents: 3667
diff changeset
   117
		6183D83F11E2BCE200A88903 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 6183D83D11E2BCE200A88903 /* Default.png */; };
3737
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents: 3705
diff changeset
   118
		6187AEBD120781B900B31A27 /* Settings in Resources */ = {isa = PBXBuildFile; fileRef = 6187AEA5120781B900B31A27 /* Settings */; };
3635
38d3e31556d3 improvements to touch interface (tap to select weap, don't move camera for spourious taps, ask for confirmation when using click-weapons)
koda
parents: 3629
diff changeset
   119
		619C09EA11E8B8D600F1DF16 /* title_small.png in Resources */ = {isa = PBXBuildFile; fileRef = 619C09E911E8B8D600F1DF16 /* title_small.png */; };
3670
4c673e57f0d7 use llvm to compile, don't preview map on wimpier devices, merge vsync, fix iphone launch image
koda
parents: 3667
diff changeset
   120
		61A1188511683A8C00359010 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61A117FE1168322700359010 /* CoreGraphics.framework */; settings = {ATTRIBUTES = (Required, ); }; };
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   121
		61A118D311683CD100359010 /* HedgewarsTitle.png in Resources */ = {isa = PBXBuildFile; fileRef = 611FD9CB1155A28C00C2203D /* HedgewarsTitle.png */; };
3639
b5cdbcc89b61 use a button instead of label and simplify a lot touch interaction
koda
parents: 3635
diff changeset
   122
		61B3D71C11EA6F2700EC7420 /* uKeys.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987FE114AA34C00BA94A9 /* uKeys.pas */; };
3659
f8d5ac50e307 half reworking of the settings page with delegation
koda
parents: 3648
diff changeset
   123
		61C079E411F35A300072BF46 /* EditableCellView.m in Sources */ = {isa = PBXBuildFile; fileRef = 61C079E311F35A300072BF46 /* EditableCellView.m */; };
3532
04e2fea3e83a merge+smallupdate
koda
parents: 3525
diff changeset
   124
		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
   125
		61EBA62911DFF2BC0048B68A /* bricks.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EBA62711DFF2BC0048B68A /* bricks.png */; };
f14db208f2fa graphics applied and fixes here and there
koda
parents: 3621
diff changeset
   126
		61EBA62A11DFF2BC0048B68A /* title.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EBA62811DFF2BC0048B68A /* title.png */; };
f14db208f2fa graphics applied and fixes here and there
koda
parents: 3621
diff changeset
   127
		61EBA62D11DFF3310048B68A /* backgroundAndTitle.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EBA62C11DFF3310048B68A /* backgroundAndTitle.png */; };
3781
2bfda544ae48 modified file format for schemes files (which is going to introduce a lot of pre-release bugs, i'm sure)
koda
parents: 3780
diff changeset
   128
		61EBB1E41228920300C1784F /* bluebox-squeezed.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EBB1E31228920300C1784F /* bluebox-squeezed.png */; };
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   129
		61EF920E11DF57AC003441C4 /* arrowDown.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EF920511DF57AC003441C4 /* arrowDown.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   130
		61EF920F11DF57AC003441C4 /* arrowLeft.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EF920611DF57AC003441C4 /* arrowLeft.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   131
		61EF921011DF57AC003441C4 /* arrowRight.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EF920711DF57AC003441C4 /* arrowRight.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   132
		61EF921111DF57AC003441C4 /* arrowUp.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EF920811DF57AC003441C4 /* arrowUp.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   133
		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
   134
		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
   135
		61EF921411DF57AC003441C4 /* joyButton_forwardjump.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EF920B11DF57AC003441C4 /* joyButton_forwardjump.png */; };
3703
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3701
diff changeset
   136
		61F2E7CE1205EDE0005734F7 /* AboutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61F2E7CC1205EDE0005734F7 /* AboutViewController.m */; };
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3701
diff changeset
   137
		61F2E7CF1205EDE0005734F7 /* AboutViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 61F2E7CD1205EDE0005734F7 /* AboutViewController.xib */; };
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3701
diff changeset
   138
		61F2E7EC12060E31005734F7 /* checkbox.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F2E7EB12060E31005734F7 /* checkbox.png */; };
3625
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
   139
		61F7A43811E290650040BA66 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F7A43111E290650040BA66 /* Icon-72.png */; };
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
   140
		61F7A43911E290650040BA66 /* Icon-Small-50.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F7A43211E290650040BA66 /* Icon-Small-50.png */; };
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
   141
		61F7A43A11E290650040BA66 /* Icon-Small.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F7A43311E290650040BA66 /* Icon-Small.png */; };
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
   142
		61F7A43B11E290650040BA66 /* Icon-Small@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F7A43411E290650040BA66 /* Icon-Small@2x.png */; };
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
   143
		61F7A43C11E290650040BA66 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F7A43511E290650040BA66 /* Icon.png */; };
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
   144
		61F7A43D11E290650040BA66 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F7A43611E290650040BA66 /* Icon@2x.png */; };
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
   145
		61F7A43E11E290650040BA66 /* iTunesArtwork.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F7A43711E290650040BA66 /* iTunesArtwork.png */; };
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   146
		61F903EF11DF58550068B24D /* backgroundBottom.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903E411DF58550068B24D /* backgroundBottom.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   147
		61F903F011DF58550068B24D /* backgroundCenter.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903E511DF58550068B24D /* backgroundCenter.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   148
		61F903F111DF58550068B24D /* backgroundLeft.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903E611DF58550068B24D /* backgroundLeft.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   149
		61F903F211DF58550068B24D /* backgroundRight.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903E711DF58550068B24D /* backgroundRight.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   150
		61F903F311DF58550068B24D /* backgroundTop.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903E811DF58550068B24D /* backgroundTop.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   151
		61F903F411DF58550068B24D /* borderBottom.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903E911DF58550068B24D /* borderBottom.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   152
		61F903F511DF58550068B24D /* borderTop.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903EA11DF58550068B24D /* borderTop.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   153
		61F903F611DF58550068B24D /* networkButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903EB11DF58550068B24D /* networkButton.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   154
		61F903F711DF58550068B24D /* playButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903EC11DF58550068B24D /* playButton.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   155
		61F903F811DF58550068B24D /* storeButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903ED11DF58550068B24D /* storeButton.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   156
		61F9040911DF58B00068B24D /* settingsButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F9040811DF58B00068B24D /* settingsButton.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   157
		61F9040B11DF59370068B24D /* background.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F9040A11DF59370068B24D /* background.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   158
		61F9040E11DF59D10068B24D /* localplayButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F9040C11DF59D10068B24D /* localplayButton.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   159
		61F9040F11DF59D10068B24D /* netplayButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F9040D11DF59D10068B24D /* netplayButton.png */; };
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   160
		61F9043A11DF64E20068B24D /* bluebox.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F9043911DF64E20068B24D /* bluebox.png */; };
3621
a8ddf681ba7d initial support for customizing weaponset
koda
parents: 3619
diff changeset
   161
		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
   162
		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
   163
/* End PBXBuildFile section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   164
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   165
/* Begin PBXBuildRule section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   166
		9283015B0F10E46D00CC5A3C /* PBXBuildRule */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   167
			isa = PBXBuildRule;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   168
			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
   169
			fileType = sourcecode.pascal;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   170
			isEditable = 1;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   171
			outputFiles = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   172
				"$(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
   173
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   174
			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
   175
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   176
/* End PBXBuildRule section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   177
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   178
/* Begin PBXContainerItemProxy section */
3667
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   179
		611E036711FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   180
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   181
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   182
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   183
			remoteGlobalIDString = 509807081175041800EA7266;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   184
			remoteInfo = "build all tests";
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   185
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   186
		611E036911FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   187
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   188
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   189
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   190
			remoteGlobalIDString = 504225700FC0B39C00B992F7;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   191
			remoteInfo = box2d;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   192
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   193
		611E036B11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   194
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   195
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   196
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   197
			remoteGlobalIDString = 50B2C4D10E100AEA00AE9530;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   198
			remoteInfo = Chipmunk;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   199
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   200
		611E036D11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   201
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   202
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   203
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   204
			remoteGlobalIDString = 5018F24D0DFDEAC400C013A5;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   205
			remoteInfo = cocos2d;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   206
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   207
		611E036F11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   208
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   209
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   210
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   211
			remoteGlobalIDString = 502C65EE0DFEF3DD00E4107D;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   212
			remoteInfo = "cocos2d-documentation";
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   213
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   214
		611E037111FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   215
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   216
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   217
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   218
			remoteGlobalIDString = 50CB2FCA1004C8B100B7A750;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   219
			remoteInfo = CocosDenshion;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   220
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   221
		611E037311FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   222
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   223
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   224
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   225
			remoteGlobalIDString = 509B3A0D0F31024E00F2FB95;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   226
			remoteInfo = cocosLive;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   227
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   228
		611E037511FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   229
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   230
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   231
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   232
			remoteGlobalIDString = 505461DF10616AE100AB7C52;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   233
			remoteInfo = FontLabel;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   234
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   235
		611E037711FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   236
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   237
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   238
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   239
			remoteGlobalIDString = 503164CD10277665003ACFE7;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   240
			remoteInfo = libpng;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   241
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   242
		611E037911FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   243
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   244
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   245
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   246
			remoteGlobalIDString = 509B39DF0F31020900F2FB95;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   247
			remoteInfo = TouchJSON;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   248
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   249
		611E037B11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   250
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   251
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   252
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   253
			remoteGlobalIDString = 8E6CBEEF0F7A758000D47B3A;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   254
			remoteInfo = vorbis;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   255
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   256
		611E037D11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   257
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   258
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   259
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   260
			remoteGlobalIDString = 504CC32F1035BDE90096894C;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   261
			remoteInfo = ActionManagerTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   262
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   263
		611E037F11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   264
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   265
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   266
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   267
			remoteGlobalIDString = 50C93AAD0E0BF6E000517B01;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   268
			remoteInfo = ActionsTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   269
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   270
		611E038111FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   271
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   272
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   273
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   274
			remoteGlobalIDString = 05CA7B0410ED674700F12774;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   275
			remoteInfo = ActionsWithBlocksSample;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   276
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   277
		611E038311FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   278
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   279
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   280
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   281
			remoteGlobalIDString = 506882110E95761200F943E5;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   282
			remoteInfo = AtlasTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   283
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   284
		611E038511FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   285
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   286
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   287
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   288
			remoteGlobalIDString = 504828800F45AED700A30CEF;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   289
			remoteInfo = AttachTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   290
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   291
		611E038711FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   292
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   293
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   294
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   295
			remoteGlobalIDString = 5042262E0FC0B5D500B992F7;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   296
			remoteInfo = Box2dAccelTouchTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   297
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   298
		611E038911FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   299
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   300
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   301
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   302
			remoteGlobalIDString = 50010ED2103B3DB80059EC2E;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   303
			remoteInfo = Box2dTestBed;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   304
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   305
		611E038B11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   306
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   307
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   308
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   309
			remoteGlobalIDString = 50B2C5E80E100EF000AE9530;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   310
			remoteInfo = ChipmunkAccelTouchTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   311
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   312
		611E038D11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   313
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   314
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   315
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   316
			remoteGlobalIDString = 50B2CE460E129FD900AE9530;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   317
			remoteInfo = ChipmunkTestBed;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   318
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   319
		611E038F11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   320
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   321
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   322
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   323
			remoteGlobalIDString = 506C77E20E01520900B48100;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   324
			remoteInfo = ClickAndMoveTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   325
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   326
		611E039111FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   327
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   328
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   329
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   330
			remoteGlobalIDString = 505224F911B3D4700061670F;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   331
			remoteInfo = "CocosDenshion - Tom The Turret";
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   332
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   333
		611E039311FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   334
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   335
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   336
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   337
			remoteGlobalIDString = 505228BA11B3DBB90061670F;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   338
			remoteInfo = "CocosDenshion - Drum Pad";
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   339
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   340
		611E039511FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   341
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   342
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   343
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   344
			remoteGlobalIDString = 5052293C11B3DCD80061670F;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   345
			remoteInfo = "CocosDenshion - Fade To Grey";
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   346
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   347
		611E039711FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   348
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   349
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   350
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   351
			remoteGlobalIDString = 5052296E11B3DCE90061670F;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   352
			remoteInfo = "CocosDenshion - FancyRat Metering";
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   353
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   354
		611E039911FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   355
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   356
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   357
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   358
			remoteGlobalIDString = 509B3A280F3102FD00F2FB95;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   359
			remoteInfo = cocosLiveTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   360
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   361
		611E039B11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   362
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   363
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   364
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   365
			remoteGlobalIDString = 506144080E589A2E003CCDB7;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   366
			remoteInfo = cocosnodeTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   367
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   368
		611E039D11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   369
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   370
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   371
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   372
			remoteGlobalIDString = 501945740F964C620059CE7C;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   373
			remoteInfo = drawPrimitivesTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   374
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   375
		611E039F11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   376
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   377
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   378
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   379
			remoteGlobalIDString = 504E17DC11C4C7E100E19835;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   380
			remoteInfo = EAGLViewTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   381
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   382
		611E03A111FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   383
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   384
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   385
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   386
			remoteGlobalIDString = 505B63A30F2F4210001B4104;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   387
			remoteInfo = EaseActionsTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   388
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   389
		611E03A311FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   390
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   391
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   392
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   393
			remoteGlobalIDString = 50A24E440F377FA1007CAEB0;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   394
			remoteInfo = EffectsTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   395
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   396
		611E03A511FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   397
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   398
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   399
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   400
			remoteGlobalIDString = 50D56FD20F3FABEC007CD6B9;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   401
			remoteInfo = EffectsAdvancedTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   402
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   403
		611E03A711FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   404
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   405
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   406
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   407
			remoteGlobalIDString = DAABAA9A1059A42E00794EB3;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   408
			remoteInfo = FontTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   409
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   410
		611E03A911FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   411
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   412
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   413
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   414
			remoteGlobalIDString = 50C7D4950E5C2ED80035ACA2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   415
			remoteInfo = IntervalTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   416
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   417
		611E03AB11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   418
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   419
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   420
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   421
			remoteGlobalIDString = 50E77D1211D4C926009CA2C2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   422
			remoteInfo = HiResTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   423
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   424
		611E03AD11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   425
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   426
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   427
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   428
			remoteGlobalIDString = 504799B1100F6A4200D1C71A;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   429
			remoteInfo = LayerTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   430
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   431
		611E03AF11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   432
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   433
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   434
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   435
			remoteGlobalIDString = 506C7A090E01C73A00B48100;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   436
			remoteInfo = MenuTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   437
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   438
		611E03B111FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   439
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   440
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   441
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   442
			remoteGlobalIDString = 05AAF3E410EE85B300CACA2B;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   443
			remoteInfo = MenuTestWithBlocks;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   444
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   445
		611E03B311FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   446
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   447
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   448
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   449
			remoteGlobalIDString = 50A783C40F3AFCE500104C45;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   450
			remoteInfo = MotionStreakTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   451
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   452
		611E03B511FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   453
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   454
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   455
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   456
			remoteGlobalIDString = 50C195600EE4B57E00829067;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   457
			remoteInfo = ParallaxTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   458
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   459
		611E03B711FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   460
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   461
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   462
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   463
			remoteGlobalIDString = 50DB1BCA0E1C1E5900A89DFF;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   464
			remoteInfo = ParticleTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   465
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   466
		611E03B911FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   467
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   468
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   469
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   470
			remoteGlobalIDString = 8EDF3ED80F6BDA0000F54643;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   471
			remoteInfo = "PASoundEngineTest (experimental)";
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   472
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   473
		611E03BB11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   474
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   475
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   476
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   477
			remoteGlobalIDString = 5006BD0D11BCF3C300E488BD;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   478
			remoteInfo = PerformanceTestChildrenNode;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   479
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   480
		611E03BD11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   481
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   482
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   483
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   484
			remoteGlobalIDString = 50E2A40010A4A53000D894CE;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   485
			remoteInfo = PerformanceTestParticles;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   486
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   487
		611E03BF11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   488
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   489
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   490
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   491
			remoteGlobalIDString = 50E2A3F410A4A51C00D894CE;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   492
			remoteInfo = PerformanceTestSprites;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   493
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   494
		611E03C111FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   495
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   496
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   497
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   498
			remoteGlobalIDString = 504018FB10FE800D0017842A;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   499
			remoteInfo = PerformanceTestTouches;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   500
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   501
		611E03C311FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   502
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   503
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   504
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   505
			remoteGlobalIDString = 501504ED11330E1700A9CA65;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   506
			remoteInfo = ProgressActionsTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   507
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   508
		611E03C511FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   509
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   510
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   511
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   512
			remoteGlobalIDString = 495E73F7104B74E20012BB52;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   513
			remoteInfo = RenderTextureTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   514
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   515
		611E03C711FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   516
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   517
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   518
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   519
			remoteGlobalIDString = 502C66180DFEFCCA00E4107D;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   520
			remoteInfo = RotateWorldTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   521
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   522
		611E03C911FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   523
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   524
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   525
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   526
			remoteGlobalIDString = 506C800E0E041C9300B48100;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   527
			remoteInfo = SceneTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   528
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   529
		611E03CB11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   530
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   531
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   532
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   533
			remoteGlobalIDString = 508CA7DA1193270F003AC397;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   534
			remoteInfo = SchedulerTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   535
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   536
		611E03CD11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   537
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   538
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   539
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   540
			remoteGlobalIDString = 501C7C910F91EFFF0024A296;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   541
			remoteInfo = SpriteTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   542
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   543
		611E03CF11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   544
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   545
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   546
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   547
			remoteGlobalIDString = 505B62D60F2E6A0F001B4104;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   548
			remoteInfo = Texture2dTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   549
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   550
		611E03D111FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   551
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   552
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   553
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   554
			remoteGlobalIDString = 503F5CBE101FE930002A37E5;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   555
			remoteInfo = TileMapTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   556
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   557
		611E03D311FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   558
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   559
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   560
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   561
			remoteGlobalIDString = 5012DD3B0FE2994300D6DDD1;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   562
			remoteInfo = TouchesTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   563
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   564
		611E03D511FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   565
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   566
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   567
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   568
			remoteGlobalIDString = 50C938E00E0A9DBB00517B01;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   569
			remoteInfo = TransitionsTest;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   570
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   571
		611E03D711FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   572
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   573
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   574
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   575
			remoteGlobalIDString = 50DFC29F0FF627B6007E7827;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   576
			remoteInfo = HelloWorldSample;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   577
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   578
		611E03D911FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   579
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   580
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   581
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   582
			remoteGlobalIDString = 50D0E05F0FF9232E00098927;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   583
			remoteInfo = HelloActionsSample;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   584
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   585
		611E03DB11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   586
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   587
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   588
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   589
			remoteGlobalIDString = 50D0E0DE0FF930BA00098927;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   590
			remoteInfo = HelloEventsSample;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   591
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   592
		611E03DD11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   593
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   594
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   595
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   596
			remoteGlobalIDString = 507FF8F2116D16F600B6FAB2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   597
			remoteInfo = Bug350;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   598
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   599
		611E03DF11FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   600
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   601
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   602
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   603
			remoteGlobalIDString = 50CB34DD100765EF00B7A750;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   604
			remoteInfo = Bug422;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   605
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   606
		611E03E111FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   607
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   608
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   609
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   610
			remoteGlobalIDString = 50CBA48711CBD6FB007B009D;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   611
			remoteInfo = Bug886;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   612
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   613
		611E03E311FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   614
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   615
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   616
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   617
			remoteGlobalIDString = 507C0F0B11D609290075E747;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   618
			remoteInfo = Bug899;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   619
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   620
		611E03E511FA74590077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   621
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   622
			containerPortal = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   623
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   624
			remoteGlobalIDString = 502BF56911E39CC30030C477;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   625
			remoteInfo = Bug914;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   626
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   627
		611E0E4F11FA92130077A41E /* PBXContainerItemProxy */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   628
			isa = PBXContainerItemProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   629
			containerPortal = 611E0E4B11FA92130077A41E /* freetype.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   630
			proxyType = 2;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   631
			remoteGlobalIDString = D2AAC07E0554694100DB518D;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   632
			remoteInfo = freetype;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   633
		};
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   634
		61272332117DF752005B90CF /* PBXContainerItemProxy */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   635
			isa = PBXContainerItemProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   636
			containerPortal = 6127232E117DF752005B90CF /* SDL_image.xcodeproj */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   637
			proxyType = 2;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   638
			remoteGlobalIDString = BE1FA74107AF4C45004B6283;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   639
			remoteInfo = "Static Library";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   640
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   641
		617988D9114AAA3900BA94A9 /* PBXContainerItemProxy */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   642
			isa = PBXContainerItemProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   643
			containerPortal = 617988D3114AAA3900BA94A9 /* SDLiPhoneOS.xcodeproj */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   644
			proxyType = 2;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   645
			remoteGlobalIDString = FD6526630DE8FCCB002AD96B;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   646
			remoteInfo = StaticLibiPhoneOS;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   647
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   648
		61798992114AB3FA00BA94A9 /* PBXContainerItemProxy */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   649
			isa = PBXContainerItemProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   650
			containerPortal = 6179898B114AB3FA00BA94A9 /* SDL_mixer.xcodeproj */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   651
			proxyType = 2;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   652
			remoteGlobalIDString = BE1FA95407AF96B2004B6283;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   653
			remoteInfo = "Static Library";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   654
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   655
		617989BA114AB47500BA94A9 /* PBXContainerItemProxy */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   656
			isa = PBXContainerItemProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   657
			containerPortal = 617989B3114AB47500BA94A9 /* SDL_net.xcodeproj */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   658
			proxyType = 2;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   659
			remoteGlobalIDString = BE48FF6F07AFA9A900BB41DA;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   660
			remoteInfo = "Static Library";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   661
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   662
		61798A12114AB65600BA94A9 /* PBXContainerItemProxy */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   663
			isa = PBXContainerItemProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   664
			containerPortal = 61798A0B114AB65600BA94A9 /* SDL_ttf.xcodeproj */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   665
			proxyType = 2;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   666
			remoteGlobalIDString = BE48FD6E07AFA17000BB41DA;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   667
			remoteInfo = "Static Library";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   668
		};
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   669
		6184608B11DA8BF3000E1314 /* PBXContainerItemProxy */ = {
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   670
			isa = PBXContainerItemProxy;
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   671
			containerPortal = 617988D3114AAA3900BA94A9 /* SDLiPhoneOS.xcodeproj */;
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   672
			proxyType = 2;
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   673
			remoteGlobalIDString = 006E982211955059001DE610;
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   674
			remoteInfo = testsdl;
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   675
		};
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   676
		928301590F10E41300CC5A3C /* PBXContainerItemProxy */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   677
			isa = PBXContainerItemProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   678
			containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   679
			proxyType = 1;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   680
			remoteGlobalIDString = 928301160F10CAFC00CC5A3C;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   681
			remoteInfo = fpc;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   682
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   683
/* End PBXContainerItemProxy section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   684
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   685
/* Begin PBXFileReference section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   686
		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
   687
		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
   688
		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
   689
		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
   690
		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
   691
		32CA4F630368D1EE00C91783 /* Hedgewars_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Hedgewars_Prefix.pch; sourceTree = "<group>"; };
3667
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   692
		611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "cocos2d-iphone.xcodeproj"; path = "../../../Library/cocos2d/cocos2d-iphone.xcodeproj"; sourceTree = SOURCE_ROOT; };
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   693
		611E0E4B11FA92130077A41E /* freetype.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = freetype.xcodeproj; path = "../../../Library/freetype/Xcode-iPhoneOS/freetype.xcodeproj"; sourceTree = SOURCE_ROOT; };
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   694
		611E0EE511FB20610077A41E /* ammoButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ammoButton.png; path = Resources/Overlay/ammoButton.png; sourceTree = "<group>"; };
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   695
		611E0EE611FB20610077A41E /* cornerButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = cornerButton.png; path = Resources/Overlay/cornerButton.png; sourceTree = "<group>"; };
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   696
		611E12FE117BBBDA0044B62F /* Entitlements-Development.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Entitlements-Development.plist"; sourceTree = "<group>"; };
3783
8e9daf967406 X&Y buttons, sounds for some buttons, cleanup
koda
parents: 3781
diff changeset
   697
		611EE973122A9C4100DF6938 /* clickSound.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = clickSound.wav; path = Resources/clickSound.wav; sourceTree = "<group>"; };
8e9daf967406 X&Y buttons, sounds for some buttons, cleanup
koda
parents: 3781
diff changeset
   698
		611EE9D7122AA10A00DF6938 /* backSound.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = backSound.wav; path = Resources/backSound.wav; sourceTree = "<group>"; };
8e9daf967406 X&Y buttons, sounds for some buttons, cleanup
koda
parents: 3781
diff changeset
   699
		611EE9D8122AA10A00DF6938 /* selSound.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = selSound.wav; path = Resources/selSound.wav; sourceTree = "<group>"; };
3487
b1d00f1950c8 add some memory aware code
koda
parents: 3479
diff changeset
   700
		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
   701
		611FD9CB1155A28C00C2203D /* HedgewarsTitle.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = HedgewarsTitle.png; path = ../../QTfrontend/res/HedgewarsTitle.png; sourceTree = SOURCE_ROOT; };
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   702
		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
   703
		61272338117DF778005B90CF /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
3646
a3271158d93b don't make the confirmation button disappear, present an alert if game doesn't start
koda
parents: 3644
diff changeset
   704
		6129B9F611EFB04D0017E305 /* denied.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = denied.png; path = Resources/denied.png; sourceTree = "<group>"; };
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   705
		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
   706
		614E333D11DE9A93009DBA4E /* VGSHandlers.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = VGSHandlers.inc; path = ../../hedgewars/VGSHandlers.inc; sourceTree = SOURCE_ROOT; };
3705
e1959819a542 completing the ifrontend interface...
koda
parents: 3703
diff changeset
   707
		615AD96112073B4D00F2FF04 /* startGameButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = startGameButton.png; path = "Resources/Frontend-iPad/startGameButton.png"; sourceTree = "<group>"; };
e1959819a542 completing the ifrontend interface...
koda
parents: 3703
diff changeset
   708
		615AD9E8120764CA00F2FF04 /* backButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backButton.png; path = "Resources/Frontend-iPad/backButton.png"; sourceTree = "<group>"; };
e1959819a542 completing the ifrontend interface...
koda
parents: 3703
diff changeset
   709
		615AD9EA1207654E00F2FF04 /* helpButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = helpButton.png; path = "Resources/Frontend-iPad/helpButton.png"; sourceTree = "<group>"; };
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   710
		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
   711
		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
   712
		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
   713
		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
   714
		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
   715
		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
   716
		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
   717
		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
   718
		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
   719
		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
   720
		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
   721
		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
   722
		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
   723
		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
   724
		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
   725
		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
   726
		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
   727
		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
   728
		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
   729
		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
   730
		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
   731
		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
   732
		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
   733
		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
   734
		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
   735
		616591F711CA9BA200D6E256 /* OverlayViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OverlayViewController.m; sourceTree = "<group>"; };
3647
0d0df215fb52 making chat work... (keyboard support is heavily broken in sdl upstream)
koda
parents: 3646
diff changeset
   736
		616591F811CA9BA200D6E256 /* InGameMenuViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InGameMenuViewController.h; sourceTree = "<group>"; };
0d0df215fb52 making chat work... (keyboard support is heavily broken in sdl upstream)
koda
parents: 3646
diff changeset
   737
		616591F911CA9BA200D6E256 /* InGameMenuViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InGameMenuViewController.m; sourceTree = "<group>"; };
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   738
		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
   739
		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
   740
		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
   741
		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
   742
		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
   743
		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
   744
		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
   745
		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
   746
		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
   747
		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
   748
		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
   749
		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
   750
		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
   751
		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
   752
		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
   753
		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
   754
		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
   755
		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
   756
		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
   757
		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
   758
		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
   759
		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
   760
		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
   761
		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
   762
		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
   763
		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
   764
		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
   765
		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
   766
		6165922D11CA9BD500D6E256 /* UIImageExtra.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = UIImageExtra.m; path = Classes/UIImageExtra.m; sourceTree = "<group>"; };
3525
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
   767
		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
   768
		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
   769
		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
   770
		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
   771
		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
   772
		6165925011CA9CB400D6E256 /* OverlayViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = OverlayViewController.xib; path = Resources/OverlayViewController.xib; sourceTree = SOURCE_ROOT; };
3548
4d220ee7c75f server somewhat simplified and correct sporadic crasher
koda
parents: 3532
diff changeset
   773
		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
   774
		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
   775
		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
   776
		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
   777
		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
   778
		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
   779
		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
   780
		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
   781
		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
   782
		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
   783
		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
   784
		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
   785
		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
   786
		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
   787
		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
   788
		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
   789
		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
   790
		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
   791
		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
   792
		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
   793
		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
   794
		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
   795
		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
   796
		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
   797
		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
   798
		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
   799
		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
   800
		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
   801
		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
   802
		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
   803
		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
   804
		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
   805
		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
   806
		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
   807
		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
   808
		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
   809
		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
   810
		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
   811
		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
   812
		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
   813
		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
   814
		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
   815
		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
   816
		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
   817
		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
   818
		61798A5E114AE08600BA94A9 /* Data */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Data; sourceTree = "<group>"; };
3625
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
   819
		6183D83C11E2BCE200A88903 /* LI-ipad-Landscape.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "LI-ipad-Landscape.png"; path = "Resources/Icons/LI-ipad-Landscape.png"; sourceTree = "<group>"; };
3670
4c673e57f0d7 use llvm to compile, don't preview map on wimpier devices, merge vsync, fix iphone launch image
koda
parents: 3667
diff changeset
   820
		6183D83D11E2BCE200A88903 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Default.png; path = Resources/Icons/Default.png; 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
   821
		618736B8118CA28600123B23 /* GearDrawing.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = GearDrawing.inc; path = ../../hedgewars/GearDrawing.inc; sourceTree = SOURCE_ROOT; };
3737
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents: 3705
diff changeset
   822
		6187AEA5120781B900B31A27 /* Settings */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Settings; path = Resources/Settings; sourceTree = "<group>"; };
3635
38d3e31556d3 improvements to touch interface (tap to select weap, don't move camera for spourious taps, ask for confirmation when using click-weapons)
koda
parents: 3629
diff changeset
   823
		619C09E911E8B8D600F1DF16 /* title_small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = title_small.png; path = "Resources/Frontend-iPhone/title_small.png"; sourceTree = "<group>"; };
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   824
		61A117FE1168322700359010 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
3659
f8d5ac50e307 half reworking of the settings page with delegation
koda
parents: 3648
diff changeset
   825
		61C079E211F35A300072BF46 /* EditableCellView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EditableCellView.h; sourceTree = "<group>"; };
f8d5ac50e307 half reworking of the settings page with delegation
koda
parents: 3648
diff changeset
   826
		61C079E311F35A300072BF46 /* EditableCellView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EditableCellView.m; sourceTree = "<group>"; };
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   827
		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
   828
		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
   829
		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
   830
		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
   831
		61EBA62C11DFF3310048B68A /* backgroundAndTitle.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundAndTitle.png; path = "Resources/Frontend-iPad/backgroundAndTitle.png"; sourceTree = "<group>"; };
3781
2bfda544ae48 modified file format for schemes files (which is going to introduce a lot of pre-release bugs, i'm sure)
koda
parents: 3780
diff changeset
   832
		61EBB1E31228920300C1784F /* bluebox-squeezed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "bluebox-squeezed.png"; path = "Resources/Frontend-iPad/bluebox-squeezed.png"; sourceTree = "<group>"; };
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   833
		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
   834
		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
   835
		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
   836
		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
   837
		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
   838
		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
   839
		61EF920B11DF57AC003441C4 /* joyButton_forwardjump.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = joyButton_forwardjump.png; path = Resources/Overlay/joyButton_forwardjump.png; sourceTree = "<group>"; };
3703
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3701
diff changeset
   840
		61F2E7CB1205EDE0005734F7 /* AboutViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AboutViewController.h; sourceTree = "<group>"; };
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3701
diff changeset
   841
		61F2E7CC1205EDE0005734F7 /* AboutViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AboutViewController.m; sourceTree = "<group>"; };
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3701
diff changeset
   842
		61F2E7CD1205EDE0005734F7 /* AboutViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = AboutViewController.xib; sourceTree = "<group>"; };
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3701
diff changeset
   843
		61F2E7EB12060E31005734F7 /* checkbox.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = checkbox.png; path = Resources/checkbox.png; sourceTree = "<group>"; };
3625
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
   844
		61F7A43111E290650040BA66 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-72.png"; path = "Resources/Icons/Icon-72.png"; sourceTree = "<group>"; };
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
   845
		61F7A43211E290650040BA66 /* Icon-Small-50.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-Small-50.png"; path = "Resources/Icons/Icon-Small-50.png"; sourceTree = "<group>"; };
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
   846
		61F7A43311E290650040BA66 /* Icon-Small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-Small.png"; path = "Resources/Icons/Icon-Small.png"; sourceTree = "<group>"; };
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
   847
		61F7A43411E290650040BA66 /* Icon-Small@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-Small@2x.png"; path = "Resources/Icons/Icon-Small@2x.png"; sourceTree = "<group>"; };
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
   848
		61F7A43511E290650040BA66 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Icon.png; path = Resources/Icons/Icon.png; sourceTree = "<group>"; };
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
   849
		61F7A43611E290650040BA66 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon@2x.png"; path = "Resources/Icons/Icon@2x.png"; sourceTree = "<group>"; };
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
   850
		61F7A43711E290650040BA66 /* iTunesArtwork.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = iTunesArtwork.png; path = Resources/Icons/iTunesArtwork.png; sourceTree = "<group>"; };
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   851
		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
   852
		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
   853
		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
   854
		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
   855
		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
   856
		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
   857
		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
   858
		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
   859
		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
   860
		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
   861
		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
   862
		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
   863
		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
   864
		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
   865
		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
   866
		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
   867
		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
   868
		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
   869
		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
   870
/* End PBXFileReference section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   871
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   872
/* Begin PBXFrameworksBuildPhase section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   873
		1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   874
			isa = PBXFrameworksBuildPhase;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   875
			buildActionMask = 2147483647;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   876
			files = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   877
				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
   878
				617989BE114AB47A00BA94A9 /* libSDL_net.a in Frameworks */,
3525
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
   879
				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
   880
				61798996114AB3FF00BA94A9 /* libSDL_mixer.a in Frameworks */,
3525
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
   881
				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
   882
				922F64900F10F53100DC6EC0 /* libfpc.a in Frameworks */,
3667
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   883
				611E03E711FA747C0077A41E /* libvorbis.a in Frameworks */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   884
				611E0E5111FA92170077A41E /* libfreetype.a in Frameworks */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   885
				1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
3525
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
   886
				61A1188511683A8C00359010 /* CoreGraphics.framework in Frameworks */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   887
				1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   888
				28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   889
				28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   890
				61798935114AB25F00BA94A9 /* AudioToolbox.framework in Frameworks */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   891
				61272339117DF778005B90CF /* MobileCoreServices.framework in Frameworks */,
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
			runOnlyForDeploymentPostprocessing = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   894
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   895
/* End PBXFrameworksBuildPhase section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   896
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   897
/* Begin PBXGroup section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   898
		080E96DDFE201D6D7F000001 /* Classes */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   899
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   900
			children = (
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   901
				6163EE4D11CC247D001C0453 /* Game Config */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   902
				6163EE4C11CC2478001C0453 /* Settings Pages */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   903
				6163EE6C11CC253F001C0453 /* Overlay */,
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   904
				616591F011CA9BA200D6E256 /* MainMenuViewController.h */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   905
				616591F111CA9BA200D6E256 /* MainMenuViewController.m */,
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   906
				6165924B11CA9CB400D6E256 /* MainMenuViewController-iPad.xib */,
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
   907
				6165924C11CA9CB400D6E256 /* MainMenuViewController-iPhone.xib */,
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   908
				616591E611CA9BA200D6E256 /* GameSetup.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
   909
				616591E711CA9BA200D6E256 /* GameSetup.m */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   910
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   911
			path = Classes;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   912
			sourceTree = "<group>";
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
		19C28FACFE9D520D11CA2CBB /* Products */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   915
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   916
			children = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   917
				1D6058910D05DD3D006BFB54 /* Hedgewars.app */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   918
				928301170F10CAFC00CC5A3C /* libfpc.a */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   919
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   920
			name = Products;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   921
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   922
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   923
		29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   924
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   925
			children = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   926
				9283015C0F10E48900CC5A3C /* Pascal Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   927
				080E96DDFE201D6D7F000001 /* Classes */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   928
				29B97315FDCFA39411CA2CEA /* Other Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   929
				29B97323FDCFA39411CA2CEA /* Frameworks */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   930
				29B97317FDCFA39411CA2CEA /* Resources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   931
				19C28FACFE9D520D11CA2CBB /* Products */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   932
				61370652117B1D50004EE44A /* Entitlements-Distribution.plist */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   933
				611E12FE117BBBDA0044B62F /* Entitlements-Development.plist */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   934
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   935
			name = CustomTemplate;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   936
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   937
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   938
		29B97315FDCFA39411CA2CEA /* Other Sources */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   939
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   940
			children = (
3548
4d220ee7c75f server somewhat simplified and correct sporadic crasher
koda
parents: 3532
diff changeset
   941
				32CA4F630368D1EE00C91783 /* Hedgewars_Prefix.pch */,
4d220ee7c75f server somewhat simplified and correct sporadic crasher
koda
parents: 3532
diff changeset
   942
				6165922911CA9BD500D6E256 /* PascalImports.h */,
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   943
				6165929C11CA9E2F00D6E256 /* SDL_uikitappdelegate.h */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   944
				6165929D11CA9E2F00D6E256 /* SDL_uikitappdelegate.m */,
3548
4d220ee7c75f server somewhat simplified and correct sporadic crasher
koda
parents: 3532
diff changeset
   945
				6165922411CA9BD500D6E256 /* CGPointUtils.h */,
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   946
				6165922311CA9BD500D6E256 /* CGPointUtils.c */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   947
				6165922511CA9BD500D6E256 /* CommodityFunctions.h */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   948
				6165922611CA9BD500D6E256 /* CommodityFunctions.m */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   949
				6165922711CA9BD500D6E256 /* HogButtonView.h */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   950
				6165922811CA9BD500D6E256 /* HogButtonView.m */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   951
				6165922A11CA9BD500D6E256 /* SquareButtonView.h */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   952
				6165922B11CA9BD500D6E256 /* SquareButtonView.m */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   953
				6165922C11CA9BD500D6E256 /* UIImageExtra.h */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
   954
				6165922D11CA9BD500D6E256 /* UIImageExtra.m */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   955
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   956
			name = "Other Sources";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   957
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   958
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   959
		29B97317FDCFA39411CA2CEA /* Resources */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   960
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   961
			children = (
3646
a3271158d93b don't make the confirmation button disappear, present an alert if game doesn't start
koda
parents: 3644
diff changeset
   962
				6129B9F611EFB04D0017E305 /* denied.png */,
3703
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3701
diff changeset
   963
				61F2E7EB12060E31005734F7 /* checkbox.png */,
3783
8e9daf967406 X&Y buttons, sounds for some buttons, cleanup
koda
parents: 3781
diff changeset
   964
				611EE973122A9C4100DF6938 /* clickSound.wav */,
8e9daf967406 X&Y buttons, sounds for some buttons, cleanup
koda
parents: 3781
diff changeset
   965
				611EE9D7122AA10A00DF6938 /* backSound.wav */,
8e9daf967406 X&Y buttons, sounds for some buttons, cleanup
koda
parents: 3781
diff changeset
   966
				611EE9D8122AA10A00DF6938 /* selSound.wav */,
3625
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
   967
				61F7A42811E2905C0040BA66 /* Icons */,
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   968
				61F903FA11DF58680068B24D /* Frontend-iPad */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   969
				61F903E311DF584D0068B24D /* Frontend-iPhone */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   970
				6179936611501D1E00BA94A9 /* Overlay */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   971
				61798A5E114AE08600BA94A9 /* Data */,
3737
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents: 3705
diff changeset
   972
				6187AEA5120781B900B31A27 /* Settings */,
3625
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
   973
				611FD9CB1155A28C00C2203D /* HedgewarsTitle.png */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   974
				8D1107310486CEB800E47090 /* Info.plist */,
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
   975
				61F9040811DF58B00068B24D /* settingsButton.png */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   976
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   977
			name = Resources;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   978
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   979
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   980
		29B97323FDCFA39411CA2CEA /* Frameworks */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   981
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   982
			children = (
3667
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   983
				611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   984
				611E0E4B11FA92130077A41E /* freetype.xcodeproj */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
   985
				617988D3114AAA3900BA94A9 /* SDLiPhoneOS.xcodeproj */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   986
				6127232E117DF752005B90CF /* SDL_image.xcodeproj */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   987
				617989B3114AB47500BA94A9 /* SDL_net.xcodeproj */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   988
				6179898B114AB3FA00BA94A9 /* SDL_mixer.xcodeproj */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   989
				61798A0B114AB65600BA94A9 /* SDL_ttf.xcodeproj */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   990
				61798934114AB25F00BA94A9 /* AudioToolbox.framework */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   991
				61A117FE1168322700359010 /* CoreGraphics.framework */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   992
				1D30AB110D05D00D00671497 /* Foundation.framework */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   993
				28FD14FF0DC6FC520079059D /* OpenGLES.framework */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   994
				28FD15070DC6FC5B0079059D /* QuartzCore.framework */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   995
				1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   996
				61C3255A1179A384001E70B1 /* OpenAL.framework */,
3525
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
   997
				61272338117DF778005B90CF /* MobileCoreServices.framework */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   998
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
   999
			name = Frameworks;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1000
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1001
		};
3667
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1002
		611E02ED11FA74580077A41E /* Products */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1003
			isa = PBXGroup;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1004
			children = (
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1005
				611E036811FA74590077A41E /* libbuild all tests.a */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1006
				611E036A11FA74590077A41E /* libbox2d.a */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1007
				611E036C11FA74590077A41E /* libChipmunk.a */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1008
				611E036E11FA74590077A41E /* libcocos2d.a */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1009
				611E037011FA74590077A41E /* libcocos2d-documentation.a */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1010
				611E037211FA74590077A41E /* libCocosDenshion.a */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1011
				611E037411FA74590077A41E /* libcocos Live.a */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1012
				611E037611FA74590077A41E /* libFontLabel.a */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1013
				611E037811FA74590077A41E /* liblibpng.a */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1014
				611E037A11FA74590077A41E /* libTouchJSON.a */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1015
				611E037C11FA74590077A41E /* libvorbis.a */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1016
				611E037E11FA74590077A41E /* ActionManagerTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1017
				611E038011FA74590077A41E /* ActionsTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1018
				611E038211FA74590077A41E /* ActionsWithBlocksSample.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1019
				611E038411FA74590077A41E /* AtlasTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1020
				611E038611FA74590077A41E /* AttachTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1021
				611E038811FA74590077A41E /* Box2dAccelTouchTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1022
				611E038A11FA74590077A41E /* Box2dTestBed.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1023
				611E038C11FA74590077A41E /* ChipmunkAccelTouchTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1024
				611E038E11FA74590077A41E /* ChipmunkTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1025
				611E039011FA74590077A41E /* ClickAndMoveTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1026
				611E039211FA74590077A41E /* CocosDenshion - Tom The Turret.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1027
				611E039411FA74590077A41E /* CocosDenshion - Drum Pad.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1028
				611E039611FA74590077A41E /* CocosDenshion - Fade To Grey.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1029
				611E039811FA74590077A41E /* CocosDenshion - FancyRat Metering Demo.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1030
				611E039A11FA74590077A41E /* cocosLiveTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1031
				611E039C11FA74590077A41E /* cocosnodeTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1032
				611E039E11FA74590077A41E /* drawPrimitivesTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1033
				611E03A011FA74590077A41E /* EAGLViewTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1034
				611E03A211FA74590077A41E /* EaseActionsTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1035
				611E03A411FA74590077A41E /* EffectsTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1036
				611E03A611FA74590077A41E /* EffectsAdvancedTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1037
				611E03A811FA74590077A41E /* FontTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1038
				611E03AA11FA74590077A41E /* IntervalTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1039
				611E03AC11FA74590077A41E /* SpriteTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1040
				611E03AE11FA74590077A41E /* LayerTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1041
				611E03B011FA74590077A41E /* MenuTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1042
				611E03B211FA74590077A41E /* MenuTestWithBlocks.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1043
				611E03B411FA74590077A41E /* MotionStreakTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1044
				611E03B611FA74590077A41E /* ParallaxTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1045
				611E03B811FA74590077A41E /* ParticleTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1046
				611E03BA11FA74590077A41E /* SoundEngineTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1047
				611E03BC11FA74590077A41E /* PerformanceTestChildrenNode.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1048
				611E03BE11FA74590077A41E /* PerformanceTestParticles.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1049
				611E03C011FA74590077A41E /* PerformanceTestSprites.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1050
				611E03C211FA74590077A41E /* PerformanceTestTouches.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1051
				611E03C411FA74590077A41E /* ProgressActionsTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1052
				611E03C611FA74590077A41E /* RenderTextureTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1053
				611E03C811FA74590077A41E /* RotateWorldTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1054
				611E03CA11FA74590077A41E /* SceneTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1055
				611E03CC11FA74590077A41E /* SchedulerTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1056
				611E03CE11FA74590077A41E /* SpriteTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1057
				611E03D011FA74590077A41E /* Texture2dTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1058
				611E03D211FA74590077A41E /* TileMapTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1059
				611E03D411FA74590077A41E /* TouchesTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1060
				611E03D611FA74590077A41E /* TransitionsTest.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1061
				611E03D811FA74590077A41E /* HelloWorldSample.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1062
				611E03DA11FA74590077A41E /* HelloActionsSample.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1063
				611E03DC11FA74590077A41E /* HelloEventsSample.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1064
				611E03DE11FA74590077A41E /* Bug350.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1065
				611E03E011FA74590077A41E /* Bug422.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1066
				611E03E211FA74590077A41E /* Bug886.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1067
				611E03E411FA74590077A41E /* Bug899.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1068
				611E03E611FA74590077A41E /* Bug914.app */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1069
			);
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1070
			name = Products;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1071
			sourceTree = "<group>";
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1072
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1073
		611E0E4C11FA92130077A41E /* Products */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1074
			isa = PBXGroup;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1075
			children = (
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1076
				611E0E5011FA92130077A41E /* libfreetype.a */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1077
			);
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1078
			name = Products;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1079
			sourceTree = "<group>";
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1080
		};
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1081
		6127232F117DF752005B90CF /* Products */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1082
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1083
			children = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1084
				61272333117DF752005B90CF /* libSDL_image.a */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1085
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1086
			name = Products;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1087
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1088
		};
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1089
		6163EE4C11CC2478001C0453 /* Settings Pages */ = {
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1090
			isa = PBXGroup;
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1091
			children = (
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1092
				6165920211CA9BA200D6E256 /* SplitViewRootController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1093
				6165920311CA9BA200D6E256 /* SplitViewRootController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1094
				616591F411CA9BA200D6E256 /* MasterViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1095
				616591F511CA9BA200D6E256 /* MasterViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1096
				6163EE4E11CC248D001C0453 /* First Level */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1097
				6163EE4F11CC2497001C0453 /* Second Level */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1098
				6163EE5011CC24A1001C0453 /* Third Level */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1099
			);
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1100
			name = "Settings Pages";
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1101
			sourceTree = "<group>";
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1102
		};
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1103
		6163EE4D11CC247D001C0453 /* Game Config */ = {
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1104
			isa = PBXGroup;
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1105
			children = (
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1106
				616591E411CA9BA200D6E256 /* GameConfigViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1107
				616591E511CA9BA200D6E256 /* GameConfigViewController.m */,
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
  1108
				6165924A11CA9CB400D6E256 /* GameConfigViewController.xib */,
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1109
				6165920411CA9BA200D6E256 /* TeamConfigViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1110
				6165920511CA9BA200D6E256 /* TeamConfigViewController.m */,
3525
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
  1111
				616591FC11CA9BA200D6E256 /* SchemeWeaponConfigViewController.h */,
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
  1112
				616591FD11CA9BA200D6E256 /* SchemeWeaponConfigViewController.m */,
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1113
				616591F211CA9BA200D6E256 /* MapConfigViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1114
				616591F311CA9BA200D6E256 /* MapConfigViewController.m */,
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
  1115
				6165924D11CA9CB400D6E256 /* MapConfigViewController-iPad.xib */,
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
  1116
				6165924E11CA9CB400D6E256 /* MapConfigViewController-iPhone.xib */,
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1117
			);
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1118
			name = "Game Config";
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1119
			sourceTree = "<group>";
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1120
		};
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1121
		6163EE4E11CC248D001C0453 /* First Level */ = {
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1122
			isa = PBXGroup;
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1123
			children = (
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1124
				616591E811CA9BA200D6E256 /* GeneralSettingsViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1125
				616591E911CA9BA200D6E256 /* GeneralSettingsViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1126
				6165920611CA9BA200D6E256 /* TeamSettingsViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1127
				6165920711CA9BA200D6E256 /* TeamSettingsViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1128
				6165920A11CA9BA200D6E256 /* WeaponSettingsViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1129
				6165920B11CA9BA200D6E256 /* WeaponSettingsViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1130
				616591FA11CA9BA200D6E256 /* SchemeSettingsViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1131
				616591FB11CA9BA200D6E256 /* SchemeSettingsViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1132
			);
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1133
			name = "First Level";
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1134
			sourceTree = "<group>";
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1135
		};
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1136
		6163EE4F11CC2497001C0453 /* Second Level */ = {
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1137
			isa = PBXGroup;
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1138
			children = (
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1139
				6165920011CA9BA200D6E256 /* SingleTeamViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1140
				6165920111CA9BA200D6E256 /* SingleTeamViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1141
				6163EE7C11CC2600001C0453 /* SingleWeaponViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1142
				6163EE7D11CC2600001C0453 /* SingleWeaponViewController.m */,
3523
6592fbb969da fix zoom smoothness
koda
parents: 3522
diff changeset
  1143
				616591FE11CA9BA200D6E256 /* SingleSchemeViewController.h */,
6592fbb969da fix zoom smoothness
koda
parents: 3522
diff changeset
  1144
				616591FF11CA9BA200D6E256 /* SingleSchemeViewController.m */,
3659
f8d5ac50e307 half reworking of the settings page with delegation
koda
parents: 3648
diff changeset
  1145
				61C079E211F35A300072BF46 /* EditableCellView.h */,
f8d5ac50e307 half reworking of the settings page with delegation
koda
parents: 3648
diff changeset
  1146
				61C079E311F35A300072BF46 /* EditableCellView.m */,
3621
a8ddf681ba7d initial support for customizing weaponset
koda
parents: 3619
diff changeset
  1147
				61F904D511DF7DA30068B24D /* WeaponCellView.h */,
a8ddf681ba7d initial support for customizing weaponset
koda
parents: 3619
diff changeset
  1148
				61F904D611DF7DA30068B24D /* WeaponCellView.m */,
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1149
			);
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1150
			name = "Second Level";
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1151
			sourceTree = "<group>";
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1152
		};
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1153
		6163EE5011CC24A1001C0453 /* Third Level */ = {
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1154
			isa = PBXGroup;
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1155
			children = (
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1156
				616591EC11CA9BA200D6E256 /* HogHatViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1157
				616591ED11CA9BA200D6E256 /* HogHatViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1158
				616591EE11CA9BA200D6E256 /* LevelViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1159
				616591EF11CA9BA200D6E256 /* LevelViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1160
				616591E011CA9BA200D6E256 /* FlagsViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1161
				616591E111CA9BA200D6E256 /* FlagsViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1162
				616591E211CA9BA200D6E256 /* FortsViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1163
				616591E311CA9BA200D6E256 /* FortsViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1164
				616591EA11CA9BA200D6E256 /* GravesViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1165
				616591EB11CA9BA200D6E256 /* GravesViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1166
				6165920811CA9BA200D6E256 /* VoicesViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1167
				6165920911CA9BA200D6E256 /* VoicesViewController.m */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1168
			);
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1169
			name = "Third Level";
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1170
			sourceTree = "<group>";
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1171
		};
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1172
		6163EE6C11CC253F001C0453 /* Overlay */ = {
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1173
			isa = PBXGroup;
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1174
			children = (
3647
0d0df215fb52 making chat work... (keyboard support is heavily broken in sdl upstream)
koda
parents: 3646
diff changeset
  1175
				616591F811CA9BA200D6E256 /* InGameMenuViewController.h */,
0d0df215fb52 making chat work... (keyboard support is heavily broken in sdl upstream)
koda
parents: 3646
diff changeset
  1176
				616591F911CA9BA200D6E256 /* InGameMenuViewController.m */,
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1177
				616591F611CA9BA200D6E256 /* OverlayViewController.h */,
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1178
				616591F711CA9BA200D6E256 /* OverlayViewController.m */,
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
  1179
				6165925011CA9CB400D6E256 /* OverlayViewController.xib */,
3703
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3701
diff changeset
  1180
				61F2E7CB1205EDE0005734F7 /* AboutViewController.h */,
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3701
diff changeset
  1181
				61F2E7CC1205EDE0005734F7 /* AboutViewController.m */,
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3701
diff changeset
  1182
				61F2E7CD1205EDE0005734F7 /* AboutViewController.xib */,
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1183
			);
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1184
			name = Overlay;
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1185
			sourceTree = "<group>";
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1186
		};
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1187
		61798892114AA56300BA94A9 /* inc */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1188
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1189
			children = (
3487
b1d00f1950c8 add some memory aware code
koda
parents: 3479
diff changeset
  1190
				61798852114AA44900BA94A9 /* config.inc */,
b1d00f1950c8 add some memory aware code
koda
parents: 3479
diff changeset
  1191
				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
  1192
				618736B8118CA28600123B23 /* GearDrawing.inc */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1193
				617987E1114AA34C00BA94A9 /* CCHandlers.inc */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1194
				617987E4114AA34C00BA94A9 /* GSHandlers.inc */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1195
				617987E5114AA34C00BA94A9 /* HHHandlers.inc */,
3611
ed00aa2b339e interpret parameters before initializing everything
koda
parents: 3598
diff changeset
  1196
				614E333D11DE9A93009DBA4E /* VGSHandlers.inc */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1197
				617987F0114AA34C00BA94A9 /* SinTable.inc */,
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 = inc;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1200
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1201
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1202
		617988D4114AAA3900BA94A9 /* Products */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1203
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1204
			children = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1205
				617988DA114AAA3900BA94A9 /* libSDLiPhoneOS.a */,
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
  1206
				6184608C11DA8BF3000E1314 /* testsdl.app */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1207
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1208
			name = Products;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1209
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1210
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1211
		6179898C114AB3FA00BA94A9 /* Products */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1212
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1213
			children = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1214
				61798993114AB3FA00BA94A9 /* libSDL_mixer.a */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1215
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1216
			name = Products;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1217
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1218
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1219
		617989B4114AB47500BA94A9 /* Products */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1220
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1221
			children = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1222
				617989BB114AB47500BA94A9 /* libSDL_net.a */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1223
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1224
			name = Products;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1225
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1226
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1227
		61798A0C114AB65600BA94A9 /* Products */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1228
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1229
			children = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1230
				61798A13114AB65600BA94A9 /* libSDL_ttf.a */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1231
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1232
			name = Products;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1233
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1234
		};
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1235
		6179936611501D1E00BA94A9 /* Overlay */ = {
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1236
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1237
			children = (
3667
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1238
				611E0EE511FB20610077A41E /* ammoButton.png */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1239
				611E0EE611FB20610077A41E /* cornerButton.png */,
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1240
				61EF920511DF57AC003441C4 /* arrowDown.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1241
				61EF920611DF57AC003441C4 /* arrowLeft.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1242
				61EF920711DF57AC003441C4 /* arrowRight.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1243
				61EF920811DF57AC003441C4 /* arrowUp.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1244
				61EF920911DF57AC003441C4 /* joyButton_attack.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1245
				61EF920A11DF57AC003441C4 /* joyButton_backjump.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1246
				61EF920B11DF57AC003441C4 /* joyButton_forwardjump.png */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1247
			);
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1248
			name = Overlay;
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1249
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1250
		};
3625
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1251
		61F7A42811E2905C0040BA66 /* Icons */ = {
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1252
			isa = PBXGroup;
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1253
			children = (
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1254
				6183D83C11E2BCE200A88903 /* LI-ipad-Landscape.png */,
3670
4c673e57f0d7 use llvm to compile, don't preview map on wimpier devices, merge vsync, fix iphone launch image
koda
parents: 3667
diff changeset
  1255
				6183D83D11E2BCE200A88903 /* Default.png */,
3625
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1256
				61F7A43111E290650040BA66 /* Icon-72.png */,
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1257
				61F7A43211E290650040BA66 /* Icon-Small-50.png */,
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1258
				61F7A43311E290650040BA66 /* Icon-Small.png */,
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1259
				61F7A43411E290650040BA66 /* Icon-Small@2x.png */,
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1260
				61F7A43511E290650040BA66 /* Icon.png */,
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1261
				61F7A43611E290650040BA66 /* Icon@2x.png */,
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1262
				61F7A43711E290650040BA66 /* iTunesArtwork.png */,
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1263
			);
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1264
			name = Icons;
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1265
			sourceTree = "<group>";
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1266
		};
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1267
		61F903E311DF584D0068B24D /* Frontend-iPhone */ = {
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1268
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1269
			children = (
3635
38d3e31556d3 improvements to touch interface (tap to select weap, don't move camera for spourious taps, ask for confirmation when using click-weapons)
koda
parents: 3629
diff changeset
  1270
				619C09E911E8B8D600F1DF16 /* title_small.png */,
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1271
				61F903E411DF58550068B24D /* backgroundBottom.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1272
				61F903E511DF58550068B24D /* backgroundCenter.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1273
				61F903E611DF58550068B24D /* backgroundLeft.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1274
				61F903E711DF58550068B24D /* backgroundRight.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1275
				61F903E811DF58550068B24D /* backgroundTop.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1276
				61F903E911DF58550068B24D /* borderBottom.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1277
				61F903EA11DF58550068B24D /* borderTop.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1278
				61F903EB11DF58550068B24D /* networkButton.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1279
				61F903EC11DF58550068B24D /* playButton.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1280
				61F903ED11DF58550068B24D /* storeButton.png */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1281
			);
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1282
			name = "Frontend-iPhone";
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1283
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1284
		};
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1285
		61F903FA11DF58680068B24D /* Frontend-iPad */ = {
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1286
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1287
			children = (
3781
2bfda544ae48 modified file format for schemes files (which is going to introduce a lot of pre-release bugs, i'm sure)
koda
parents: 3780
diff changeset
  1288
				61EBB1E31228920300C1784F /* bluebox-squeezed.png */,
3705
e1959819a542 completing the ifrontend interface...
koda
parents: 3703
diff changeset
  1289
				615AD96112073B4D00F2FF04 /* startGameButton.png */,
e1959819a542 completing the ifrontend interface...
koda
parents: 3703
diff changeset
  1290
				615AD9EA1207654E00F2FF04 /* helpButton.png */,
e1959819a542 completing the ifrontend interface...
koda
parents: 3703
diff changeset
  1291
				615AD9E8120764CA00F2FF04 /* backButton.png */,
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1292
				61F9043911DF64E20068B24D /* bluebox.png */,
3623
f14db208f2fa graphics applied and fixes here and there
koda
parents: 3621
diff changeset
  1293
				61EBA62711DFF2BC0048B68A /* bricks.png */,
f14db208f2fa graphics applied and fixes here and there
koda
parents: 3621
diff changeset
  1294
				61EBA62811DFF2BC0048B68A /* title.png */,
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1295
				61F9040C11DF59D10068B24D /* localplayButton.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1296
				61F9040D11DF59D10068B24D /* netplayButton.png */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1297
				61F9040A11DF59370068B24D /* background.png */,
3623
f14db208f2fa graphics applied and fixes here and there
koda
parents: 3621
diff changeset
  1298
				61EBA62C11DFF3310048B68A /* backgroundAndTitle.png */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1299
			);
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1300
			name = "Frontend-iPad";
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1301
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1302
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1303
		9283015C0F10E48900CC5A3C /* Pascal Sources */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1304
			isa = PBXGroup;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1305
			children = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1306
				61798892114AA56300BA94A9 /* inc */,
3532
04e2fea3e83a merge+smallupdate
koda
parents: 3525
diff changeset
  1307
				61E1F4F711D004240016A5AA /* adler32.pas */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1308
				617987E7114AA34C00BA94A9 /* hwengine.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1309
				617987E9114AA34C00BA94A9 /* hwLibrary.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1310
				617987EC114AA34C00BA94A9 /* PascalExports.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1311
				617987ED114AA34C00BA94A9 /* SDLh.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1312
				617987F1114AA34C00BA94A9 /* uAI.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1313
				617987F2114AA34C00BA94A9 /* uAIActions.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1314
				617987F3114AA34C00BA94A9 /* uAIAmmoTests.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1315
				617987F4114AA34C00BA94A9 /* uAIMisc.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1316
				617987F5114AA34C00BA94A9 /* uAmmos.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1317
				617987F6114AA34C00BA94A9 /* uChat.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1318
				617987F7114AA34C00BA94A9 /* uCollisions.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1319
				617987F8114AA34C00BA94A9 /* uConsole.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1320
				617987F9114AA34C00BA94A9 /* uConsts.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1321
				617987FA114AA34C00BA94A9 /* uFloat.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1322
				617987FB114AA34C00BA94A9 /* uGame.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1323
				617987FC114AA34C00BA94A9 /* uGears.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1324
				617987FD114AA34C00BA94A9 /* uIO.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1325
				617987FE114AA34C00BA94A9 /* uKeys.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1326
				617987FF114AA34C00BA94A9 /* uLand.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1327
				61798800114AA34C00BA94A9 /* uLandGraphics.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1328
				61798801114AA34C00BA94A9 /* uLandObjects.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1329
				61798802114AA34C00BA94A9 /* uLandTemplates.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1330
				61798803114AA34C00BA94A9 /* uLandTexture.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1331
				61798804114AA34C00BA94A9 /* uLocale.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1332
				61798805114AA34C00BA94A9 /* uMisc.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1333
				61798806114AA34C00BA94A9 /* uRandom.pas */,
3487
b1d00f1950c8 add some memory aware code
koda
parents: 3479
diff changeset
  1334
				611F4D4A11B27A9900F9759A /* uScript.pas */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1335
				61798809114AA34C00BA94A9 /* uSound.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1336
				6179880A114AA34C00BA94A9 /* uStats.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1337
				6179880B114AA34C00BA94A9 /* uStore.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1338
				6179880C114AA34C00BA94A9 /* uTeams.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1339
				6179880E114AA34C00BA94A9 /* uVisualGears.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1340
				6179880F114AA34C00BA94A9 /* uWorld.pas */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1341
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1342
			name = "Pascal Sources";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1343
			sourceTree = "<group>";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1344
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1345
/* End PBXGroup section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1346
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1347
/* Begin PBXNativeTarget section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1348
		1D6058900D05DD3D006BFB54 /* Hedgewars */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1349
			isa = PBXNativeTarget;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1350
			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
  1351
			buildPhases = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1352
				1D60588D0D05DD3D006BFB54 /* Resources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1353
				1D60588E0D05DD3D006BFB54 /* Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1354
				1D60588F0D05DD3D006BFB54 /* Frameworks */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1355
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1356
			buildRules = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1357
				9283015B0F10E46D00CC5A3C /* PBXBuildRule */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1358
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1359
			dependencies = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1360
				9283015A0F10E41300CC5A3C /* PBXTargetDependency */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1361
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1362
			name = Hedgewars;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1363
			productName = HedgewarsMobile;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1364
			productReference = 1D6058910D05DD3D006BFB54 /* Hedgewars.app */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1365
			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
  1366
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1367
		928301160F10CAFC00CC5A3C /* fpc */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1368
			isa = PBXNativeTarget;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1369
			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
  1370
			buildPhases = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1371
				9283011B0F10CB2D00CC5A3C /* Build libfpc.a */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1372
				928301560F10E04C00CC5A3C /* Compile Pascal Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1373
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1374
			buildRules = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1375
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1376
			dependencies = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1377
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1378
			name = fpc;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1379
			productName = fpc;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1380
			productReference = 928301170F10CAFC00CC5A3C /* libfpc.a */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1381
			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
  1382
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1383
/* End PBXNativeTarget section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1384
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1385
/* Begin PBXProject section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1386
		29B97313FDCFA39411CA2CEA /* Project object */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1387
			isa = PBXProject;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1388
			attributes = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1389
				BuildIndependentTargetsInParallel = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1390
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1391
			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
  1392
			compatibilityVersion = "Xcode 3.1";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1393
			hasScannedForEncodings = 1;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1394
			mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1395
			projectDirPath = "";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1396
			projectReferences = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1397
				{
3667
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1398
					ProductGroup = 611E02ED11FA74580077A41E /* Products */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1399
					ProjectRef = 611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1400
				},
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1401
				{
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1402
					ProductGroup = 611E0E4C11FA92130077A41E /* Products */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1403
					ProjectRef = 611E0E4B11FA92130077A41E /* freetype.xcodeproj */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1404
				},
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1405
				{
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1406
					ProductGroup = 6127232F117DF752005B90CF /* Products */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1407
					ProjectRef = 6127232E117DF752005B90CF /* SDL_image.xcodeproj */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1408
				},
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1409
				{
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1410
					ProductGroup = 6179898C114AB3FA00BA94A9 /* Products */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1411
					ProjectRef = 6179898B114AB3FA00BA94A9 /* SDL_mixer.xcodeproj */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1412
				},
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1413
				{
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1414
					ProductGroup = 617989B4114AB47500BA94A9 /* Products */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1415
					ProjectRef = 617989B3114AB47500BA94A9 /* SDL_net.xcodeproj */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1416
				},
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1417
				{
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1418
					ProductGroup = 61798A0C114AB65600BA94A9 /* Products */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1419
					ProjectRef = 61798A0B114AB65600BA94A9 /* SDL_ttf.xcodeproj */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1420
				},
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1421
				{
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1422
					ProductGroup = 617988D4114AAA3900BA94A9 /* Products */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1423
					ProjectRef = 617988D3114AAA3900BA94A9 /* SDLiPhoneOS.xcodeproj */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1424
				},
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1425
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1426
			projectRoot = "";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1427
			targets = (
3523
6592fbb969da fix zoom smoothness
koda
parents: 3522
diff changeset
  1428
				1D6058900D05DD3D006BFB54 /* Hedgewars */,
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  1429
				928301160F10CAFC00CC5A3C /* fpc */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1430
				6179928B114AE0C800BA94A9 /* UpdateDataFolder */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1431
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1432
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1433
/* End PBXProject section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1434
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1435
/* Begin PBXReferenceProxy section */
3667
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1436
		611E036811FA74590077A41E /* libbuild all tests.a */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1437
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1438
			fileType = archive.ar;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1439
			path = "libbuild all tests.a";
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1440
			remoteRef = 611E036711FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1441
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1442
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1443
		611E036A11FA74590077A41E /* libbox2d.a */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1444
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1445
			fileType = archive.ar;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1446
			path = libbox2d.a;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1447
			remoteRef = 611E036911FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1448
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1449
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1450
		611E036C11FA74590077A41E /* libChipmunk.a */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1451
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1452
			fileType = archive.ar;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1453
			path = libChipmunk.a;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1454
			remoteRef = 611E036B11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1455
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1456
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1457
		611E036E11FA74590077A41E /* libcocos2d.a */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1458
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1459
			fileType = archive.ar;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1460
			path = libcocos2d.a;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1461
			remoteRef = 611E036D11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1462
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1463
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1464
		611E037011FA74590077A41E /* libcocos2d-documentation.a */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1465
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1466
			fileType = archive.ar;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1467
			path = "libcocos2d-documentation.a";
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1468
			remoteRef = 611E036F11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1469
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1470
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1471
		611E037211FA74590077A41E /* libCocosDenshion.a */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1472
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1473
			fileType = archive.ar;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1474
			path = libCocosDenshion.a;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1475
			remoteRef = 611E037111FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1476
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1477
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1478
		611E037411FA74590077A41E /* libcocos Live.a */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1479
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1480
			fileType = archive.ar;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1481
			path = "libcocos Live.a";
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1482
			remoteRef = 611E037311FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1483
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1484
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1485
		611E037611FA74590077A41E /* libFontLabel.a */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1486
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1487
			fileType = archive.ar;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1488
			path = libFontLabel.a;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1489
			remoteRef = 611E037511FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1490
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1491
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1492
		611E037811FA74590077A41E /* liblibpng.a */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1493
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1494
			fileType = archive.ar;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1495
			path = liblibpng.a;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1496
			remoteRef = 611E037711FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1497
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1498
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1499
		611E037A11FA74590077A41E /* libTouchJSON.a */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1500
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1501
			fileType = archive.ar;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1502
			path = libTouchJSON.a;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1503
			remoteRef = 611E037911FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1504
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1505
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1506
		611E037C11FA74590077A41E /* libvorbis.a */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1507
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1508
			fileType = archive.ar;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1509
			path = libvorbis.a;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1510
			remoteRef = 611E037B11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1511
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1512
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1513
		611E037E11FA74590077A41E /* ActionManagerTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1514
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1515
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1516
			path = ActionManagerTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1517
			remoteRef = 611E037D11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1518
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1519
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1520
		611E038011FA74590077A41E /* ActionsTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1521
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1522
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1523
			path = ActionsTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1524
			remoteRef = 611E037F11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1525
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1526
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1527
		611E038211FA74590077A41E /* ActionsWithBlocksSample.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1528
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1529
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1530
			path = ActionsWithBlocksSample.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1531
			remoteRef = 611E038111FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1532
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1533
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1534
		611E038411FA74590077A41E /* AtlasTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1535
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1536
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1537
			path = AtlasTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1538
			remoteRef = 611E038311FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1539
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1540
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1541
		611E038611FA74590077A41E /* AttachTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1542
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1543
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1544
			path = AttachTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1545
			remoteRef = 611E038511FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1546
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1547
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1548
		611E038811FA74590077A41E /* Box2dAccelTouchTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1549
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1550
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1551
			path = Box2dAccelTouchTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1552
			remoteRef = 611E038711FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1553
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1554
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1555
		611E038A11FA74590077A41E /* Box2dTestBed.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1556
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1557
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1558
			path = Box2dTestBed.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1559
			remoteRef = 611E038911FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1560
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1561
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1562
		611E038C11FA74590077A41E /* ChipmunkAccelTouchTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1563
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1564
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1565
			path = ChipmunkAccelTouchTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1566
			remoteRef = 611E038B11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1567
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1568
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1569
		611E038E11FA74590077A41E /* ChipmunkTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1570
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1571
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1572
			path = ChipmunkTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1573
			remoteRef = 611E038D11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1574
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1575
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1576
		611E039011FA74590077A41E /* ClickAndMoveTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1577
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1578
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1579
			path = ClickAndMoveTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1580
			remoteRef = 611E038F11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1581
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1582
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1583
		611E039211FA74590077A41E /* CocosDenshion - Tom The Turret.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1584
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1585
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1586
			path = "CocosDenshion - Tom The Turret.app";
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1587
			remoteRef = 611E039111FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1588
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1589
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1590
		611E039411FA74590077A41E /* CocosDenshion - Drum Pad.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1591
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1592
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1593
			path = "CocosDenshion - Drum Pad.app";
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1594
			remoteRef = 611E039311FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1595
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1596
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1597
		611E039611FA74590077A41E /* CocosDenshion - Fade To Grey.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1598
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1599
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1600
			path = "CocosDenshion - Fade To Grey.app";
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1601
			remoteRef = 611E039511FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1602
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1603
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1604
		611E039811FA74590077A41E /* CocosDenshion - FancyRat Metering Demo.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1605
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1606
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1607
			path = "CocosDenshion - FancyRat Metering Demo.app";
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1608
			remoteRef = 611E039711FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1609
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1610
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1611
		611E039A11FA74590077A41E /* cocosLiveTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1612
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1613
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1614
			path = cocosLiveTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1615
			remoteRef = 611E039911FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1616
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1617
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1618
		611E039C11FA74590077A41E /* cocosnodeTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1619
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1620
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1621
			path = cocosnodeTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1622
			remoteRef = 611E039B11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1623
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1624
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1625
		611E039E11FA74590077A41E /* drawPrimitivesTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1626
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1627
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1628
			path = drawPrimitivesTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1629
			remoteRef = 611E039D11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1630
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1631
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1632
		611E03A011FA74590077A41E /* EAGLViewTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1633
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1634
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1635
			path = EAGLViewTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1636
			remoteRef = 611E039F11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1637
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1638
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1639
		611E03A211FA74590077A41E /* EaseActionsTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1640
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1641
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1642
			path = EaseActionsTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1643
			remoteRef = 611E03A111FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1644
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1645
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1646
		611E03A411FA74590077A41E /* EffectsTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1647
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1648
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1649
			path = EffectsTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1650
			remoteRef = 611E03A311FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1651
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1652
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1653
		611E03A611FA74590077A41E /* EffectsAdvancedTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1654
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1655
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1656
			path = EffectsAdvancedTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1657
			remoteRef = 611E03A511FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1658
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1659
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1660
		611E03A811FA74590077A41E /* FontTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1661
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1662
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1663
			path = FontTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1664
			remoteRef = 611E03A711FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1665
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1666
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1667
		611E03AA11FA74590077A41E /* IntervalTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1668
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1669
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1670
			path = IntervalTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1671
			remoteRef = 611E03A911FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1672
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1673
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1674
		611E03AC11FA74590077A41E /* SpriteTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1675
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1676
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1677
			path = SpriteTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1678
			remoteRef = 611E03AB11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1679
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1680
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1681
		611E03AE11FA74590077A41E /* LayerTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1682
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1683
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1684
			path = LayerTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1685
			remoteRef = 611E03AD11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1686
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1687
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1688
		611E03B011FA74590077A41E /* MenuTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1689
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1690
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1691
			path = MenuTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1692
			remoteRef = 611E03AF11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1693
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1694
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1695
		611E03B211FA74590077A41E /* MenuTestWithBlocks.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1696
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1697
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1698
			path = MenuTestWithBlocks.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1699
			remoteRef = 611E03B111FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1700
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1701
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1702
		611E03B411FA74590077A41E /* MotionStreakTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1703
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1704
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1705
			path = MotionStreakTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1706
			remoteRef = 611E03B311FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1707
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1708
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1709
		611E03B611FA74590077A41E /* ParallaxTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1710
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1711
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1712
			path = ParallaxTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1713
			remoteRef = 611E03B511FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1714
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1715
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1716
		611E03B811FA74590077A41E /* ParticleTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1717
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1718
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1719
			path = ParticleTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1720
			remoteRef = 611E03B711FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1721
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1722
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1723
		611E03BA11FA74590077A41E /* SoundEngineTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1724
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1725
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1726
			path = SoundEngineTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1727
			remoteRef = 611E03B911FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1728
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1729
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1730
		611E03BC11FA74590077A41E /* PerformanceTestChildrenNode.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1731
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1732
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1733
			path = PerformanceTestChildrenNode.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1734
			remoteRef = 611E03BB11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1735
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1736
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1737
		611E03BE11FA74590077A41E /* PerformanceTestParticles.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1738
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1739
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1740
			path = PerformanceTestParticles.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1741
			remoteRef = 611E03BD11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1742
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1743
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1744
		611E03C011FA74590077A41E /* PerformanceTestSprites.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1745
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1746
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1747
			path = PerformanceTestSprites.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1748
			remoteRef = 611E03BF11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1749
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1750
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1751
		611E03C211FA74590077A41E /* PerformanceTestTouches.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1752
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1753
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1754
			path = PerformanceTestTouches.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1755
			remoteRef = 611E03C111FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1756
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1757
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1758
		611E03C411FA74590077A41E /* ProgressActionsTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1759
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1760
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1761
			path = ProgressActionsTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1762
			remoteRef = 611E03C311FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1763
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1764
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1765
		611E03C611FA74590077A41E /* RenderTextureTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1766
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1767
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1768
			path = RenderTextureTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1769
			remoteRef = 611E03C511FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1770
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1771
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1772
		611E03C811FA74590077A41E /* RotateWorldTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1773
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1774
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1775
			path = RotateWorldTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1776
			remoteRef = 611E03C711FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1777
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1778
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1779
		611E03CA11FA74590077A41E /* SceneTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1780
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1781
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1782
			path = SceneTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1783
			remoteRef = 611E03C911FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1784
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1785
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1786
		611E03CC11FA74590077A41E /* SchedulerTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1787
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1788
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1789
			path = SchedulerTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1790
			remoteRef = 611E03CB11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1791
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1792
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1793
		611E03CE11FA74590077A41E /* SpriteTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1794
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1795
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1796
			path = SpriteTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1797
			remoteRef = 611E03CD11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1798
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1799
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1800
		611E03D011FA74590077A41E /* Texture2dTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1801
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1802
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1803
			path = Texture2dTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1804
			remoteRef = 611E03CF11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1805
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1806
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1807
		611E03D211FA74590077A41E /* TileMapTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1808
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1809
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1810
			path = TileMapTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1811
			remoteRef = 611E03D111FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1812
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1813
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1814
		611E03D411FA74590077A41E /* TouchesTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1815
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1816
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1817
			path = TouchesTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1818
			remoteRef = 611E03D311FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1819
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1820
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1821
		611E03D611FA74590077A41E /* TransitionsTest.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1822
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1823
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1824
			path = TransitionsTest.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1825
			remoteRef = 611E03D511FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1826
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1827
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1828
		611E03D811FA74590077A41E /* HelloWorldSample.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1829
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1830
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1831
			path = HelloWorldSample.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1832
			remoteRef = 611E03D711FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1833
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1834
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1835
		611E03DA11FA74590077A41E /* HelloActionsSample.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1836
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1837
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1838
			path = HelloActionsSample.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1839
			remoteRef = 611E03D911FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1840
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1841
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1842
		611E03DC11FA74590077A41E /* HelloEventsSample.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1843
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1844
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1845
			path = HelloEventsSample.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1846
			remoteRef = 611E03DB11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1847
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1848
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1849
		611E03DE11FA74590077A41E /* Bug350.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1850
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1851
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1852
			path = Bug350.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1853
			remoteRef = 611E03DD11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1854
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1855
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1856
		611E03E011FA74590077A41E /* Bug422.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1857
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1858
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1859
			path = Bug422.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1860
			remoteRef = 611E03DF11FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1861
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1862
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1863
		611E03E211FA74590077A41E /* Bug886.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1864
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1865
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1866
			path = Bug886.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1867
			remoteRef = 611E03E111FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1868
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1869
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1870
		611E03E411FA74590077A41E /* Bug899.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1871
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1872
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1873
			path = Bug899.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1874
			remoteRef = 611E03E311FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1875
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1876
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1877
		611E03E611FA74590077A41E /* Bug914.app */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1878
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1879
			fileType = wrapper.application;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1880
			path = Bug914.app;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1881
			remoteRef = 611E03E511FA74590077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1882
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1883
		};
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1884
		611E0E5011FA92130077A41E /* libfreetype.a */ = {
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1885
			isa = PBXReferenceProxy;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1886
			fileType = archive.ar;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1887
			path = libfreetype.a;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1888
			remoteRef = 611E0E4F11FA92130077A41E /* PBXContainerItemProxy */;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1889
			sourceTree = BUILT_PRODUCTS_DIR;
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1890
		};
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1891
		61272333117DF752005B90CF /* libSDL_image.a */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1892
			isa = PBXReferenceProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1893
			fileType = archive.ar;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1894
			path = libSDL_image.a;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1895
			remoteRef = 61272332117DF752005B90CF /* PBXContainerItemProxy */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1896
			sourceTree = BUILT_PRODUCTS_DIR;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1897
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1898
		617988DA114AAA3900BA94A9 /* libSDLiPhoneOS.a */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1899
			isa = PBXReferenceProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1900
			fileType = archive.ar;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1901
			path = libSDLiPhoneOS.a;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1902
			remoteRef = 617988D9114AAA3900BA94A9 /* PBXContainerItemProxy */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1903
			sourceTree = BUILT_PRODUCTS_DIR;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1904
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1905
		61798993114AB3FA00BA94A9 /* libSDL_mixer.a */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1906
			isa = PBXReferenceProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1907
			fileType = archive.ar;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1908
			path = libSDL_mixer.a;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1909
			remoteRef = 61798992114AB3FA00BA94A9 /* PBXContainerItemProxy */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1910
			sourceTree = BUILT_PRODUCTS_DIR;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1911
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1912
		617989BB114AB47500BA94A9 /* libSDL_net.a */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1913
			isa = PBXReferenceProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1914
			fileType = archive.ar;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1915
			path = libSDL_net.a;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1916
			remoteRef = 617989BA114AB47500BA94A9 /* PBXContainerItemProxy */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1917
			sourceTree = BUILT_PRODUCTS_DIR;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1918
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1919
		61798A13114AB65600BA94A9 /* libSDL_ttf.a */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1920
			isa = PBXReferenceProxy;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1921
			fileType = archive.ar;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1922
			path = libSDL_ttf.a;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1923
			remoteRef = 61798A12114AB65600BA94A9 /* PBXContainerItemProxy */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1924
			sourceTree = BUILT_PRODUCTS_DIR;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1925
		};
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
  1926
		6184608C11DA8BF3000E1314 /* testsdl.app */ = {
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
  1927
			isa = PBXReferenceProxy;
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
  1928
			fileType = wrapper.application;
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
  1929
			path = testsdl.app;
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
  1930
			remoteRef = 6184608B11DA8BF3000E1314 /* PBXContainerItemProxy */;
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
  1931
			sourceTree = BUILT_PRODUCTS_DIR;
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
  1932
		};
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1933
/* End PBXReferenceProxy section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1934
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1935
/* Begin PBXResourcesBuildPhase section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1936
		1D60588D0D05DD3D006BFB54 /* Resources */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1937
			isa = PBXResourcesBuildPhase;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1938
			buildActionMask = 2147483647;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1939
			files = (
3525
1d7b056ff866 some memory caring code
koda
parents: 3523
diff changeset
  1940
				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
  1941
				61A118D311683CD100359010 /* HedgewarsTitle.png in Resources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1942
				61799289114AE08700BA94A9 /* Data in Resources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1943
				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
  1944
				611E12FF117BBBDA0044B62F /* Entitlements-Development.plist in Resources */,
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1945
				6165925311CA9CB400D6E256 /* MainMenuViewController-iPad.xib in Resources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1946
				6165925411CA9CB400D6E256 /* MainMenuViewController-iPhone.xib in Resources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1947
				6165925511CA9CB400D6E256 /* MapConfigViewController-iPad.xib in Resources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1948
				6165925611CA9CB400D6E256 /* MapConfigViewController-iPhone.xib in Resources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  1949
				6165925811CA9CB400D6E256 /* OverlayViewController.xib in Resources */,
3619
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1950
				61EF920E11DF57AC003441C4 /* arrowDown.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1951
				61EF920F11DF57AC003441C4 /* arrowLeft.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1952
				61EF921011DF57AC003441C4 /* arrowRight.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1953
				61EF921111DF57AC003441C4 /* arrowUp.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1954
				61EF921211DF57AC003441C4 /* joyButton_attack.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1955
				61EF921311DF57AC003441C4 /* joyButton_backjump.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1956
				61EF921411DF57AC003441C4 /* joyButton_forwardjump.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1957
				61F903EF11DF58550068B24D /* backgroundBottom.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1958
				61F903F011DF58550068B24D /* backgroundCenter.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1959
				61F903F111DF58550068B24D /* backgroundLeft.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1960
				61F903F211DF58550068B24D /* backgroundRight.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1961
				61F903F311DF58550068B24D /* backgroundTop.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1962
				61F903F411DF58550068B24D /* borderBottom.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1963
				61F903F511DF58550068B24D /* borderTop.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1964
				61F903F611DF58550068B24D /* networkButton.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1965
				61F903F711DF58550068B24D /* playButton.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1966
				61F903F811DF58550068B24D /* storeButton.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1967
				61F9040911DF58B00068B24D /* settingsButton.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1968
				61F9040B11DF59370068B24D /* background.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1969
				61F9040E11DF59D10068B24D /* localplayButton.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1970
				61F9040F11DF59D10068B24D /* netplayButton.png in Resources */,
1155d8970646 partially apply new graphics to code
koda
parents: 3611
diff changeset
  1971
				61F9043A11DF64E20068B24D /* bluebox.png in Resources */,
3623
f14db208f2fa graphics applied and fixes here and there
koda
parents: 3621
diff changeset
  1972
				61EBA62911DFF2BC0048B68A /* bricks.png in Resources */,
f14db208f2fa graphics applied and fixes here and there
koda
parents: 3621
diff changeset
  1973
				61EBA62A11DFF2BC0048B68A /* title.png in Resources */,
f14db208f2fa graphics applied and fixes here and there
koda
parents: 3621
diff changeset
  1974
				61EBA62D11DFF3310048B68A /* backgroundAndTitle.png in Resources */,
3625
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1975
				61F7A43811E290650040BA66 /* Icon-72.png in Resources */,
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1976
				61F7A43911E290650040BA66 /* Icon-Small-50.png in Resources */,
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1977
				61F7A43A11E290650040BA66 /* Icon-Small.png in Resources */,
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1978
				61F7A43B11E290650040BA66 /* Icon-Small@2x.png in Resources */,
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1979
				61F7A43C11E290650040BA66 /* Icon.png in Resources */,
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1980
				61F7A43D11E290650040BA66 /* Icon@2x.png in Resources */,
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1981
				61F7A43E11E290650040BA66 /* iTunesArtwork.png in Resources */,
9f1d79e01a60 icons \o/
koda
parents: 3624
diff changeset
  1982
				6183D83E11E2BCE200A88903 /* LI-ipad-Landscape.png in Resources */,
3670
4c673e57f0d7 use llvm to compile, don't preview map on wimpier devices, merge vsync, fix iphone launch image
koda
parents: 3667
diff changeset
  1983
				6183D83F11E2BCE200A88903 /* Default.png in Resources */,
3635
38d3e31556d3 improvements to touch interface (tap to select weap, don't move camera for spourious taps, ask for confirmation when using click-weapons)
koda
parents: 3629
diff changeset
  1984
				619C09EA11E8B8D600F1DF16 /* title_small.png in Resources */,
3646
a3271158d93b don't make the confirmation button disappear, present an alert if game doesn't start
koda
parents: 3644
diff changeset
  1985
				6129B9F711EFB04D0017E305 /* denied.png in Resources */,
3667
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1986
				611E0EE711FB20610077A41E /* ammoButton.png in Resources */,
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  1987
				611E0EE811FB20610077A41E /* cornerButton.png in Resources */,
3703
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3701
diff changeset
  1988
				61F2E7CF1205EDE0005734F7 /* AboutViewController.xib in Resources */,
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3701
diff changeset
  1989
				61F2E7EC12060E31005734F7 /* checkbox.png in Resources */,
3705
e1959819a542 completing the ifrontend interface...
koda
parents: 3703
diff changeset
  1990
				615AD96212073B4D00F2FF04 /* startGameButton.png in Resources */,
e1959819a542 completing the ifrontend interface...
koda
parents: 3703
diff changeset
  1991
				615AD9E9120764CA00F2FF04 /* backButton.png in Resources */,
e1959819a542 completing the ifrontend interface...
koda
parents: 3703
diff changeset
  1992
				615AD9EB1207654E00F2FF04 /* helpButton.png in Resources */,
3737
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents: 3705
diff changeset
  1993
				6187AEBD120781B900B31A27 /* Settings in Resources */,
3781
2bfda544ae48 modified file format for schemes files (which is going to introduce a lot of pre-release bugs, i'm sure)
koda
parents: 3780
diff changeset
  1994
				61EBB1E41228920300C1784F /* bluebox-squeezed.png in Resources */,
3783
8e9daf967406 X&Y buttons, sounds for some buttons, cleanup
koda
parents: 3781
diff changeset
  1995
				611EE974122A9C4100DF6938 /* clickSound.wav in Resources */,
8e9daf967406 X&Y buttons, sounds for some buttons, cleanup
koda
parents: 3781
diff changeset
  1996
				611EE9D9122AA10A00DF6938 /* backSound.wav in Resources */,
8e9daf967406 X&Y buttons, sounds for some buttons, cleanup
koda
parents: 3781
diff changeset
  1997
				611EE9DA122AA10A00DF6938 /* selSound.wav in Resources */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1998
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  1999
			runOnlyForDeploymentPostprocessing = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2000
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2001
/* End PBXResourcesBuildPhase section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2002
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2003
/* Begin PBXShellScriptBuildPhase section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2004
		6179928A114AE0C800BA94A9 /* ShellScript */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2005
			isa = PBXShellScriptBuildPhase;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2006
			buildActionMask = 2147483647;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2007
			files = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2008
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2009
			inputPaths = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2010
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2011
			outputPaths = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2012
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2013
			runOnlyForDeploymentPostprocessing = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2014
			shellPath = /bin/sh;
3739
97cf933e5bd2 disable AI teleport
koda
parents: 3738
diff changeset
  2015
			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#delete forbidden maps\nrm -rf ${PROJECT_DIR}/Data/Maps/{Cheese}\nrm -rf ${PROJECT_DIR}/Data/Themes/City/Flake.png\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,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
  2016
			showEnvVarsInLog = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2017
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2018
		9283011B0F10CB2D00CC5A3C /* Build libfpc.a */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2019
			isa = PBXShellScriptBuildPhase;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2020
			buildActionMask = 2147483647;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2021
			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
  2022
			files = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2023
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2024
			inputPaths = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2025
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2026
			name = "Build libfpc.a";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2027
			outputPaths = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2028
				"$(TARGET_BUILD_DIR)/libfpc.a",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2029
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2030
			runOnlyForDeploymentPostprocessing = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2031
			shellPath = /bin/sh;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2032
			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
  2033
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2034
		928301560F10E04C00CC5A3C /* Compile Pascal Sources */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2035
			isa = PBXShellScriptBuildPhase;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2036
			buildActionMask = 2147483647;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2037
			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
  2038
			files = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2039
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2040
			inputPaths = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2041
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2042
			name = "Compile Pascal Sources";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2043
			outputPaths = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2044
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2045
			runOnlyForDeploymentPostprocessing = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2046
			shellPath = /bin/sh;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2047
			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
  2048
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2049
/* End PBXShellScriptBuildPhase section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2050
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2051
/* Begin PBXSourcesBuildPhase section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2052
		1D60588E0D05DD3D006BFB54 /* Sources */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2053
			isa = PBXSourcesBuildPhase;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2054
			buildActionMask = 2147483647;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2055
			files = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2056
				61798816114AA34C00BA94A9 /* hwengine.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2057
				61798818114AA34C00BA94A9 /* hwLibrary.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2058
				6179881B114AA34C00BA94A9 /* PascalExports.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2059
				6179881C114AA34C00BA94A9 /* SDLh.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2060
				6179881F114AA34C00BA94A9 /* uAI.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2061
				61798820114AA34C00BA94A9 /* uAIActions.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2062
				61798821114AA34C00BA94A9 /* uAIAmmoTests.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2063
				61798822114AA34C00BA94A9 /* uAIMisc.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2064
				61798823114AA34C00BA94A9 /* uAmmos.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2065
				61798824114AA34C00BA94A9 /* uChat.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2066
				61798825114AA34C00BA94A9 /* uCollisions.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2067
				61798826114AA34C00BA94A9 /* uConsole.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2068
				61798827114AA34C00BA94A9 /* uConsts.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2069
				61798828114AA34C00BA94A9 /* uFloat.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2070
				61798829114AA34C00BA94A9 /* uGame.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2071
				6179882A114AA34C00BA94A9 /* uGears.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2072
				6179882B114AA34C00BA94A9 /* uIO.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2073
				6179882D114AA34C00BA94A9 /* uLand.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2074
				6179882E114AA34C00BA94A9 /* uLandGraphics.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2075
				6179882F114AA34C00BA94A9 /* uLandObjects.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2076
				61798830114AA34C00BA94A9 /* uLandTemplates.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2077
				61798831114AA34C00BA94A9 /* uLandTexture.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2078
				61798832114AA34C00BA94A9 /* uLocale.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2079
				61798833114AA34C00BA94A9 /* uMisc.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2080
				61798834114AA34C00BA94A9 /* uRandom.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2081
				61798837114AA34C00BA94A9 /* uSound.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2082
				61798838114AA34C00BA94A9 /* uStats.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2083
				61798839114AA34C00BA94A9 /* uStore.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2084
				6179883A114AA34C00BA94A9 /* uTeams.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2085
				6179883C114AA34C00BA94A9 /* uVisualGears.pas in Sources */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2086
				6179883D114AA34C00BA94A9 /* uWorld.pas in Sources */,
3487
b1d00f1950c8 add some memory aware code
koda
parents: 3479
diff changeset
  2087
				611F4D4B11B27A9900F9759A /* uScript.pas in Sources */,
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2088
				6165920D11CA9BA200D6E256 /* FlagsViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2089
				6165920E11CA9BA200D6E256 /* FortsViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2090
				6165920F11CA9BA200D6E256 /* GameConfigViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2091
				6165921011CA9BA200D6E256 /* GameSetup.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2092
				6165921111CA9BA200D6E256 /* GeneralSettingsViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2093
				6165921211CA9BA200D6E256 /* GravesViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2094
				6165921311CA9BA200D6E256 /* HogHatViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2095
				6165921411CA9BA200D6E256 /* LevelViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2096
				6165921511CA9BA200D6E256 /* MainMenuViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2097
				6165921611CA9BA200D6E256 /* MapConfigViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2098
				6165921711CA9BA200D6E256 /* MasterViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2099
				6165921811CA9BA200D6E256 /* OverlayViewController.m in Sources */,
3647
0d0df215fb52 making chat work... (keyboard support is heavily broken in sdl upstream)
koda
parents: 3646
diff changeset
  2100
				6165921911CA9BA200D6E256 /* InGameMenuViewController.m in Sources */,
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2101
				6165921A11CA9BA200D6E256 /* SchemeSettingsViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2102
				6165921B11CA9BA200D6E256 /* SchemeWeaponConfigViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2103
				6165921C11CA9BA200D6E256 /* SingleSchemeViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2104
				6165921D11CA9BA200D6E256 /* SingleTeamViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2105
				6165921E11CA9BA200D6E256 /* SplitViewRootController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2106
				6165921F11CA9BA200D6E256 /* TeamConfigViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2107
				6165922011CA9BA200D6E256 /* TeamSettingsViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2108
				6165922111CA9BA200D6E256 /* VoicesViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2109
				6165922211CA9BA200D6E256 /* WeaponSettingsViewController.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2110
				6165922E11CA9BD500D6E256 /* CGPointUtils.c in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2111
				6165922F11CA9BD500D6E256 /* CommodityFunctions.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2112
				6165923011CA9BD500D6E256 /* HogButtonView.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2113
				6165923111CA9BD500D6E256 /* SquareButtonView.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2114
				6165923211CA9BD500D6E256 /* UIImageExtra.m in Sources */,
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3492
diff changeset
  2115
				6165929E11CA9E2F00D6E256 /* SDL_uikitappdelegate.m in Sources */,
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents: 3514
diff changeset
  2116
				6163EE7E11CC2600001C0453 /* SingleWeaponViewController.m in Sources */,
3532
04e2fea3e83a merge+smallupdate
koda
parents: 3525
diff changeset
  2117
				61E1F4F811D004240016A5AA /* adler32.pas in Sources */,
3621
a8ddf681ba7d initial support for customizing weaponset
koda
parents: 3619
diff changeset
  2118
				61F904D711DF7DA30068B24D /* WeaponCellView.m in Sources */,
3639
b5cdbcc89b61 use a button instead of label and simplify a lot touch interaction
koda
parents: 3635
diff changeset
  2119
				61B3D71C11EA6F2700EC7420 /* uKeys.pas in Sources */,
3659
f8d5ac50e307 half reworking of the settings page with delegation
koda
parents: 3648
diff changeset
  2120
				61C079E411F35A300072BF46 /* EditableCellView.m in Sources */,
3703
12d17c6e8855 halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
koda
parents: 3701
diff changeset
  2121
				61F2E7CE1205EDE0005734F7 /* AboutViewController.m in Sources */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2122
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2123
			runOnlyForDeploymentPostprocessing = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2124
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2125
/* End PBXSourcesBuildPhase section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2126
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2127
/* Begin PBXTargetDependency section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2128
		9283015A0F10E41300CC5A3C /* PBXTargetDependency */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2129
			isa = PBXTargetDependency;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2130
			target = 928301160F10CAFC00CC5A3C /* fpc */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2131
			targetProxy = 928301590F10E41300CC5A3C /* PBXContainerItemProxy */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2132
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2133
/* End PBXTargetDependency section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2134
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2135
/* Begin XCBuildConfiguration section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2136
		1D6058940D05DD3E006BFB54 /* Debug */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2137
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2138
			buildSettings = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2139
				ALWAYS_SEARCH_USER_PATHS = NO;
3487
b1d00f1950c8 add some memory aware code
koda
parents: 3479
diff changeset
  2140
				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
  2141
				COPY_PHASE_STRIP = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2142
				GCC_DYNAMIC_NO_PIC = NO;
3701
8c449776ebe6 rewrite portions of some uiviewcontrollers
koda
parents: 3670
diff changeset
  2143
				GCC_GENERATE_TEST_COVERAGE_FILES = YES;
8c449776ebe6 rewrite portions of some uiviewcontrollers
koda
parents: 3670
diff changeset
  2144
				GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2145
				GCC_OPTIMIZATION_LEVEL = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2146
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2147
				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
  2148
				INFOPLIST_FILE = Info.plist;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2149
				LIBRARY_SEARCH_PATHS = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2150
					"$(inherited)",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2151
					"\"$(SRCROOT)\"",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2152
				);
3701
8c449776ebe6 rewrite portions of some uiviewcontrollers
koda
parents: 3670
diff changeset
  2153
				OTHER_LDFLAGS = (
8c449776ebe6 rewrite portions of some uiviewcontrollers
koda
parents: 3670
diff changeset
  2154
					"$(inherited)",
8c449776ebe6 rewrite portions of some uiviewcontrollers
koda
parents: 3670
diff changeset
  2155
					"-lgcov",
8c449776ebe6 rewrite portions of some uiviewcontrollers
koda
parents: 3670
diff changeset
  2156
				);
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2157
				PRODUCT_NAME = Hedgewars;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2158
				TARGETED_DEVICE_FAMILY = "1,2";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2159
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2160
			name = Debug;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2161
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2162
		1D6058950D05DD3E006BFB54 /* Release */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2163
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2164
			buildSettings = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2165
				ALWAYS_SEARCH_USER_PATHS = NO;
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2166
				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
  2167
				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
  2168
				CODE_SIGN_IDENTITY = "iPhone Developer";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2169
				"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
  2170
				COPY_PHASE_STRIP = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2171
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2172
				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
  2173
				INFOPLIST_FILE = Info.plist;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2174
				LIBRARY_SEARCH_PATHS = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2175
					"$(inherited)",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2176
					"\"$(SRCROOT)\"",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2177
				);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2178
				PRODUCT_NAME = Hedgewars;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2179
				PROVISIONING_PROFILE = "";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2180
				"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2181
				TARGETED_DEVICE_FAMILY = "1,2";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2182
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2183
			name = Release;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2184
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2185
		6137064B117B1CB3004EE44A /* Distribution */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2186
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2187
			buildSettings = {
3551
d4de36b3801a moar zoom, fixed fort mode, other glitches
koda
parents: 3548
diff changeset
  2188
				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
  2189
				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
  2190
				CODE_SIGN_IDENTITY = "iPhone Distribution";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2191
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
  2192
				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
  2193
				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
  2194
				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
  2195
				FPC_RTL_UNITS_BASE = /usr/local/lib/fpc;
3479
972ae3ec178a initial support for game modifiers (schemes)
koda
parents: 3464
diff changeset
  2196
				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
  2197
				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
  2198
				GCC_C_LANGUAGE_STANDARD = c99;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2199
				GCC_DEBUGGING_SYMBOLS = default;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2200
				GCC_FAST_MATH = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2201
				GCC_OPTIMIZATION_LEVEL = 2;
3661
2378ada8a6ee i can haz panning
koda
parents: 3659
diff changeset
  2202
				GCC_STRICT_ALIASING = YES;
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2203
				GCC_THUMB_SUPPORT = NO;
3670
4c673e57f0d7 use llvm to compile, don't preview map on wimpier devices, merge vsync, fix iphone launch image
koda
parents: 3667
diff changeset
  2204
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2205
				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
  2206
				GCC_WARN_UNUSED_VARIABLE = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2207
				HEADER_SEARCH_PATHS = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2208
					/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers,
3648
2477029463ed some further chat polishing
koda
parents: 3647
diff changeset
  2209
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/src/\"/**",
3667
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  2210
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/include/\"",
3648
2477029463ed some further chat polishing
koda
parents: 3647
diff changeset
  2211
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net/\"",
3667
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  2212
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_mixer/\"",
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2213
				);
3662
a44406f4369b polish polish polish polish (also: panning horizontal fix, panning momentum, settings page reworked yet again, memory leaks, crashes, segfaults)
koda
parents: 3661
diff changeset
  2214
				IPHONEOS_DEPLOYMENT_TARGET = 3.1;
a44406f4369b polish polish polish polish (also: panning horizontal fix, panning momentum, settings page reworked yet again, memory leaks, crashes, segfaults)
koda
parents: 3661
diff changeset
  2215
				ONLY_ACTIVE_ARCH = NO;
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2216
				OTHER_LDFLAGS = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2217
					"-lz",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2218
					"-Wl,-no_order_inits",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2219
				);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2220
				PREBINDING = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2221
				PROVISIONING_PROFILE = "";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2222
				"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
3670
4c673e57f0d7 use llvm to compile, don't preview map on wimpier devices, merge vsync, fix iphone launch image
koda
parents: 3667
diff changeset
  2223
				SDKROOT = iphoneos4.0;
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2224
				TARGETED_DEVICE_FAMILY = "1,2";
3405
8fdb08497bf1 js' patch that restores Vsync on snow leopard
koda
parents: 3395
diff changeset
  2225
				VALIDATE_PRODUCT = NO;
3611
ed00aa2b339e interpret parameters before initializing everything
koda
parents: 3598
diff changeset
  2226
				VALID_ARCHS = "armv7 armv6";
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2227
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2228
			name = Distribution;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2229
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2230
		6137064C117B1CB3004EE44A /* Distribution */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2231
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2232
			buildSettings = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2233
				ALWAYS_SEARCH_USER_PATHS = NO;
3487
b1d00f1950c8 add some memory aware code
koda
parents: 3479
diff changeset
  2234
				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
  2235
				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
  2236
				"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
  2237
				COPY_PHASE_STRIP = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2238
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2239
				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
  2240
				INFOPLIST_FILE = Info.plist;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2241
				LIBRARY_SEARCH_PATHS = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2242
					"$(inherited)",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2243
					"\"$(SRCROOT)\"",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2244
				);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2245
				PRODUCT_NAME = Hedgewars;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2246
				"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2247
				TARGETED_DEVICE_FAMILY = "1,2";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2248
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2249
			name = Distribution;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2250
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2251
		6137064D117B1CB3004EE44A /* Distribution */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2252
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2253
			buildSettings = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2254
				ALWAYS_SEARCH_USER_PATHS = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2255
				COPY_PHASE_STRIP = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2256
				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
  2257
				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
  2258
				PREBINDING = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2259
				PRODUCT_NAME = fpc;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2260
				ZERO_LINK = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2261
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2262
			name = Distribution;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2263
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2264
		6137064F117B1CB3004EE44A /* Distribution */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2265
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2266
			buildSettings = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2267
				COPY_PHASE_STRIP = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2268
				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
  2269
				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
  2270
				PRODUCT_NAME = UpdateDataFolder;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2271
				ZERO_LINK = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2272
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2273
			name = Distribution;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2274
		};
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2275
		6164429D11B5CDE500B9A6F3 /* Valgrind */ = {
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2276
			isa = XCBuildConfiguration;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2277
			buildSettings = {
3551
d4de36b3801a moar zoom, fixed fort mode, other glitches
koda
parents: 3548
diff changeset
  2278
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2279
				CODE_SIGN_IDENTITY = "iPhone Developer: Vittorio Giovara (DC2BRETXAC)";
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2280
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Vittorio Giovara (DC2BRETXAC)";
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2281
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
  2282
				FPC_COMMON_OPTIONS = "-dIPHONEOS -Cs2000000 -vwi -B  -Sgix -Sc";
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2283
				FPC_COMPILER_BINARY_DIR = /usr/local/lib/fpc/2.5.1;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2284
				FPC_MAIN_FILE = "$(PROJECT_DIR)/../../hedgewars/hwLibrary.pas";
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2285
				FPC_RTL_UNITS_BASE = /usr/local/lib/fpc;
3629
86212d2b116a redo spinning wheel, redo fix for detail selection, redo ammo quantity and name in ammomenu
koda
parents: 3625
diff changeset
  2286
				FPC_SPECIFIC_OPTIONS = "-dDEBUGFILE -O- -g -gl -gw2 -gt -ghttt -Xs-";
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2287
				FPC_UNITS_PATH = "-Fu\"$(PROJECT_DIR)\"";
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2288
				GCC_C_LANGUAGE_STANDARD = c99;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2289
				GCC_DEBUGGING_SYMBOLS = full;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2290
				GCC_FAST_MATH = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2291
				GCC_OPTIMIZATION_LEVEL = 0;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2292
				GCC_PREPROCESSOR_DEFINITIONS = (
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2293
					VALGRIND_REXEC,
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2294
					DEBUG,
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2295
				);
3661
2378ada8a6ee i can haz panning
koda
parents: 3659
diff changeset
  2296
				GCC_STRICT_ALIASING = YES;
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2297
				GCC_THUMB_SUPPORT = NO;
3670
4c673e57f0d7 use llvm to compile, don't preview map on wimpier devices, merge vsync, fix iphone launch image
koda
parents: 3667
diff changeset
  2298
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2299
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2300
				GCC_WARN_UNUSED_VARIABLE = YES;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2301
				HEADER_SEARCH_PATHS = (
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2302
					/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers,
3648
2477029463ed some further chat polishing
koda
parents: 3647
diff changeset
  2303
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/src/\"/**",
3667
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  2304
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/include/\"",
3648
2477029463ed some further chat polishing
koda
parents: 3647
diff changeset
  2305
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net/\"",
3667
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  2306
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_mixer/\"",
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2307
				);
3662
a44406f4369b polish polish polish polish (also: panning horizontal fix, panning momentum, settings page reworked yet again, memory leaks, crashes, segfaults)
koda
parents: 3661
diff changeset
  2308
				IPHONEOS_DEPLOYMENT_TARGET = 3.1;
a44406f4369b polish polish polish polish (also: panning horizontal fix, panning momentum, settings page reworked yet again, memory leaks, crashes, segfaults)
koda
parents: 3661
diff changeset
  2309
				ONLY_ACTIVE_ARCH = NO;
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2310
				OTHER_LDFLAGS = (
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2311
					"-lz",
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2312
					"-Wl,-no_order_inits",
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2313
				);
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2314
				PREBINDING = NO;
3670
4c673e57f0d7 use llvm to compile, don't preview map on wimpier devices, merge vsync, fix iphone launch image
koda
parents: 3667
diff changeset
  2315
				SDKROOT = iphoneos4.0;
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2316
				TARGETED_DEVICE_FAMILY = "1,2";
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2317
				VALIDATE_PRODUCT = NO;
3611
ed00aa2b339e interpret parameters before initializing everything
koda
parents: 3598
diff changeset
  2318
				VALID_ARCHS = "armv7 armv6";
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2319
			};
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2320
			name = Valgrind;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2321
		};
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2322
		6164429E11B5CDE500B9A6F3 /* Valgrind */ = {
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2323
			isa = XCBuildConfiguration;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2324
			buildSettings = {
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2325
				ALWAYS_SEARCH_USER_PATHS = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2326
				ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2327
				COPY_PHASE_STRIP = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2328
				GCC_DYNAMIC_NO_PIC = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2329
				GCC_OPTIMIZATION_LEVEL = 0;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2330
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2331
				GCC_PREFIX_HEADER = Hedgewars_Prefix.pch;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2332
				INFOPLIST_FILE = Info.plist;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2333
				LIBRARY_SEARCH_PATHS = (
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2334
					"$(inherited)",
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2335
					"\"$(SRCROOT)\"",
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2336
				);
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2337
				PRODUCT_NAME = Hedgewars;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2338
				TARGETED_DEVICE_FAMILY = "1,2";
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2339
			};
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2340
			name = Valgrind;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2341
		};
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2342
		6164429F11B5CDE500B9A6F3 /* Valgrind */ = {
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2343
			isa = XCBuildConfiguration;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2344
			buildSettings = {
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2345
				ALWAYS_SEARCH_USER_PATHS = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2346
				COPY_PHASE_STRIP = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2347
				GCC_DYNAMIC_NO_PIC = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2348
				GCC_OPTIMIZATION_LEVEL = 0;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2349
				PREBINDING = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2350
				PRODUCT_NAME = fpc;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2351
			};
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2352
			name = Valgrind;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2353
		};
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2354
		616442A111B5CDE500B9A6F3 /* Valgrind */ = {
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2355
			isa = XCBuildConfiguration;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2356
			buildSettings = {
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2357
				COPY_PHASE_STRIP = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2358
				GCC_DYNAMIC_NO_PIC = NO;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2359
				GCC_OPTIMIZATION_LEVEL = 0;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2360
				PRODUCT_NAME = UpdateDataFolder;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2361
			};
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2362
			name = Valgrind;
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2363
		};
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2364
		6179928C114AE0C800BA94A9 /* Debug */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2365
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2366
			buildSettings = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2367
				COPY_PHASE_STRIP = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2368
				GCC_DYNAMIC_NO_PIC = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2369
				GCC_OPTIMIZATION_LEVEL = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2370
				PRODUCT_NAME = UpdateDataFolder;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2371
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2372
			name = Debug;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2373
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2374
		6179928D114AE0C800BA94A9 /* Release */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2375
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2376
			buildSettings = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2377
				COPY_PHASE_STRIP = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2378
				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
  2379
				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
  2380
				PRODUCT_NAME = UpdateDataFolder;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2381
				ZERO_LINK = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2382
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2383
			name = Release;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2384
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2385
		928301180F10CAFD00CC5A3C /* Debug */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2386
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2387
			buildSettings = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2388
				ALWAYS_SEARCH_USER_PATHS = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2389
				COPY_PHASE_STRIP = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2390
				GCC_DYNAMIC_NO_PIC = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2391
				GCC_OPTIMIZATION_LEVEL = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2392
				PREBINDING = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2393
				PRODUCT_NAME = fpc;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2394
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2395
			name = Debug;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2396
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2397
		928301190F10CAFD00CC5A3C /* Release */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2398
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2399
			buildSettings = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2400
				ALWAYS_SEARCH_USER_PATHS = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2401
				COPY_PHASE_STRIP = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2402
				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
  2403
				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
  2404
				PREBINDING = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2405
				PRODUCT_NAME = fpc;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2406
				ZERO_LINK = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2407
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2408
			name = Release;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2409
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2410
		C01FCF4F08A954540054247B /* Debug */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2411
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2412
			buildSettings = {
3551
d4de36b3801a moar zoom, fixed fort mode, other glitches
koda
parents: 3548
diff changeset
  2413
				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
  2414
				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
  2415
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Vittorio Giovara (DC2BRETXAC)";
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2416
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
  2417
				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
  2418
				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
  2419
				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
  2420
				FPC_RTL_UNITS_BASE = /usr/local/lib/fpc;
3629
86212d2b116a redo spinning wheel, redo fix for detail selection, redo ammo quantity and name in ammomenu
koda
parents: 3625
diff changeset
  2421
				FPC_SPECIFIC_OPTIONS = "-dDEBUGFILE -O- -g -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
  2422
				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
  2423
				GCC_C_LANGUAGE_STANDARD = c99;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2424
				GCC_DEBUGGING_SYMBOLS = full;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2425
				GCC_FAST_MATH = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2426
				GCC_OPTIMIZATION_LEVEL = 0;
3487
b1d00f1950c8 add some memory aware code
koda
parents: 3479
diff changeset
  2427
				GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
3661
2378ada8a6ee i can haz panning
koda
parents: 3659
diff changeset
  2428
				GCC_STRICT_ALIASING = YES;
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2429
				GCC_THUMB_SUPPORT = NO;
3670
4c673e57f0d7 use llvm to compile, don't preview map on wimpier devices, merge vsync, fix iphone launch image
koda
parents: 3667
diff changeset
  2430
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2431
				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
  2432
				GCC_WARN_UNUSED_VARIABLE = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2433
				HEADER_SEARCH_PATHS = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2434
					/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers,
3648
2477029463ed some further chat polishing
koda
parents: 3647
diff changeset
  2435
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/src/\"/**",
3667
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  2436
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/include/\"",
3648
2477029463ed some further chat polishing
koda
parents: 3647
diff changeset
  2437
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net/\"",
3667
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  2438
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_mixer/\"",
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2439
				);
3662
a44406f4369b polish polish polish polish (also: panning horizontal fix, panning momentum, settings page reworked yet again, memory leaks, crashes, segfaults)
koda
parents: 3661
diff changeset
  2440
				IPHONEOS_DEPLOYMENT_TARGET = 3.1;
a44406f4369b polish polish polish polish (also: panning horizontal fix, panning momentum, settings page reworked yet again, memory leaks, crashes, segfaults)
koda
parents: 3661
diff changeset
  2441
				ONLY_ACTIVE_ARCH = NO;
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2442
				OTHER_LDFLAGS = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2443
					"-lz",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2444
					"-Wl,-no_order_inits",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2445
				);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2446
				PREBINDING = NO;
3670
4c673e57f0d7 use llvm to compile, don't preview map on wimpier devices, merge vsync, fix iphone launch image
koda
parents: 3667
diff changeset
  2447
				SDKROOT = iphoneos4.0;
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2448
				TARGETED_DEVICE_FAMILY = "1,2";
3405
8fdb08497bf1 js' patch that restores Vsync on snow leopard
koda
parents: 3395
diff changeset
  2449
				VALIDATE_PRODUCT = NO;
3611
ed00aa2b339e interpret parameters before initializing everything
koda
parents: 3598
diff changeset
  2450
				VALID_ARCHS = "armv7 armv6";
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2451
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2452
			name = Debug;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2453
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2454
		C01FCF5008A954540054247B /* Release */ = {
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2455
			isa = XCBuildConfiguration;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2456
			buildSettings = {
3551
d4de36b3801a moar zoom, fixed fort mode, other glitches
koda
parents: 3548
diff changeset
  2457
				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
  2458
				CODE_SIGN_IDENTITY = "iPhone Developer";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2459
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
3598
a8aa06bae895 tiy new overlay graphics
koda
parents: 3551
diff changeset
  2460
				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
  2461
				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
  2462
				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
  2463
				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
  2464
				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
  2465
				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
  2466
				GCC_C_LANGUAGE_STANDARD = c99;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2467
				GCC_DEBUGGING_SYMBOLS = default;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2468
				GCC_FAST_MATH = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2469
				GCC_OPTIMIZATION_LEVEL = 2;
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2470
				GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
3661
2378ada8a6ee i can haz panning
koda
parents: 3659
diff changeset
  2471
				GCC_STRICT_ALIASING = YES;
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2472
				GCC_THUMB_SUPPORT = NO;
3670
4c673e57f0d7 use llvm to compile, don't preview map on wimpier devices, merge vsync, fix iphone launch image
koda
parents: 3667
diff changeset
  2473
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2474
				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
  2475
				GCC_WARN_UNUSED_VARIABLE = YES;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2476
				HEADER_SEARCH_PATHS = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2477
					/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/OpenAL.framework/Headers,
3648
2477029463ed some further chat polishing
koda
parents: 3647
diff changeset
  2478
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/src/\"/**",
3667
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  2479
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/include/\"",
3648
2477029463ed some further chat polishing
koda
parents: 3647
diff changeset
  2480
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net/\"",
3667
9359a70df013 use external libs more consistently
koda
parents: 3662
diff changeset
  2481
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_mixer/\"",
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2482
				);
3662
a44406f4369b polish polish polish polish (also: panning horizontal fix, panning momentum, settings page reworked yet again, memory leaks, crashes, segfaults)
koda
parents: 3661
diff changeset
  2483
				IPHONEOS_DEPLOYMENT_TARGET = 3.1;
a44406f4369b polish polish polish polish (also: panning horizontal fix, panning momentum, settings page reworked yet again, memory leaks, crashes, segfaults)
koda
parents: 3661
diff changeset
  2484
				ONLY_ACTIVE_ARCH = NO;
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2485
				OTHER_LDFLAGS = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2486
					"-lz",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2487
					"-Wl,-no_order_inits",
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2488
				);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2489
				PREBINDING = NO;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2490
				PROVISIONING_PROFILE = "";
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2491
				"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
3670
4c673e57f0d7 use llvm to compile, don't preview map on wimpier devices, merge vsync, fix iphone launch image
koda
parents: 3667
diff changeset
  2492
				SDKROOT = iphoneos4.0;
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2493
				TARGETED_DEVICE_FAMILY = "1,2";
3405
8fdb08497bf1 js' patch that restores Vsync on snow leopard
koda
parents: 3395
diff changeset
  2494
				VALIDATE_PRODUCT = NO;
3611
ed00aa2b339e interpret parameters before initializing everything
koda
parents: 3598
diff changeset
  2495
				VALID_ARCHS = "armv7 armv6";
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2496
			};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2497
			name = Release;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2498
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2499
/* End XCBuildConfiguration section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2500
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2501
/* Begin XCConfigurationList section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2502
		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
  2503
			isa = XCConfigurationList;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2504
			buildConfigurations = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2505
				1D6058940D05DD3E006BFB54 /* Debug */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2506
				1D6058950D05DD3E006BFB54 /* Release */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2507
				6137064C117B1CB3004EE44A /* Distribution */,
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2508
				6164429E11B5CDE500B9A6F3 /* Valgrind */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2509
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2510
			defaultConfigurationIsVisible = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2511
			defaultConfigurationName = Release;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2512
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2513
		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
  2514
			isa = XCConfigurationList;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2515
			buildConfigurations = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2516
				6179928C114AE0C800BA94A9 /* Debug */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2517
				6179928D114AE0C800BA94A9 /* Release */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2518
				6137064F117B1CB3004EE44A /* Distribution */,
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2519
				616442A111B5CDE500B9A6F3 /* Valgrind */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2520
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2521
			defaultConfigurationIsVisible = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2522
			defaultConfigurationName = Release;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2523
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2524
		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
  2525
			isa = XCConfigurationList;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2526
			buildConfigurations = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2527
				928301180F10CAFD00CC5A3C /* Debug */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2528
				928301190F10CAFD00CC5A3C /* Release */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2529
				6137064D117B1CB3004EE44A /* Distribution */,
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2530
				6164429F11B5CDE500B9A6F3 /* Valgrind */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2531
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2532
			defaultConfigurationIsVisible = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2533
			defaultConfigurationName = Release;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2534
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2535
		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
  2536
			isa = XCConfigurationList;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2537
			buildConfigurations = (
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2538
				C01FCF4F08A954540054247B /* Debug */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2539
				C01FCF5008A954540054247B /* Release */,
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2540
				6137064B117B1CB3004EE44A /* Distribution */,
3490
016b3172b645 a bunch of minor stuff
koda
parents: 3487
diff changeset
  2541
				6164429D11B5CDE500B9A6F3 /* Valgrind */,
3375
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2542
			);
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2543
			defaultConfigurationIsVisible = 0;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2544
			defaultConfigurationName = Release;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2545
		};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2546
/* End XCConfigurationList section */
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2547
	};
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2548
	rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
88bb88294e06 this should fix the old project name that is present in the scm database
koda
parents:
diff changeset
  2549
}