project_files/HedgewarsMobile/HedgewarsMobile.xcodeproj/project.pbxproj
author koda
Sat, 10 Apr 2010 01:09:29 +0000
changeset 3330 987ec27b6042
parent 3329 d8e41ee0b3ae
child 3340 96dd168b080b
permissions -rwxr-xr-x
add support for modifying the name of the team nicer presentation of hog+hat
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
     1
// !$*UTF8*$!
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
     2
{
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
     3
	archiveVersion = 1;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
     4
	classes = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
     5
	};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
     6
	objectVersion = 45;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
     7
	objects = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
     8
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
     9
/* Begin PBXAggregateTarget section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    10
		6179928B114AE0C800BA94A9 /* UpdateDataFolder */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    11
			isa = PBXAggregateTarget;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    12
			buildConfigurationList = 61799290114AE0CD00BA94A9 /* Build configuration list for PBXAggregateTarget "UpdateDataFolder" */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    13
			buildPhases = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    14
				6179928A114AE0C800BA94A9 /* ShellScript */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    15
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    16
			dependencies = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    17
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    18
			name = UpdateDataFolder;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    19
			productName = UpdateDataFolder;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    20
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    21
/* End PBXAggregateTarget section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    22
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    23
/* Begin PBXBuildFile section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    24
		1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    25
		1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    26
		28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD14FF0DC6FC520079059D /* OpenGLES.framework */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    27
		28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; };
3312
6d8f1c76756d restore and update the old general settings
koda
parents: 3305
diff changeset
    28
		611B0AA1116B626E00112153 /* GeneralSettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 611B0AA0116B626E00112153 /* GeneralSettingsViewController.m */; };
3315
4e2813713358 usa a cached dictionary and write only when needed
koda
parents: 3312
diff changeset
    29
		6122CD01116BECCA002648E9 /* Default-Landscape.png in Resources */ = {isa = PBXBuildFile; fileRef = 6122CD00116BECCA002648E9 /* Default-Landscape.png */; };
3317
198ec44b6d92 minor tweaks, icon for ipad, merged overlayviewcontroller, pop viewcontroller when selected a hat
koda
parents: 3315
diff changeset
    30
		6151347E116C2803001F16D1 /* Icon-iPad.png in Resources */ = {isa = PBXBuildFile; fileRef = 6151347D116C2803001F16D1 /* Icon-iPad.png */; };
198ec44b6d92 minor tweaks, icon for ipad, merged overlayviewcontroller, pop viewcontroller when selected a hat
koda
parents: 3315
diff changeset
    31
		615134B1116C2C5F001F16D1 /* OverlayViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 615134B0116C2C5F001F16D1 /* OverlayViewController.xib */; };
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    32
		61798816114AA34C00BA94A9 /* hwengine.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987E7114AA34C00BA94A9 /* hwengine.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    33
		61798818114AA34C00BA94A9 /* hwLibrary.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987E9114AA34C00BA94A9 /* hwLibrary.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    34
		6179881B114AA34C00BA94A9 /* PascalExports.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987EC114AA34C00BA94A9 /* PascalExports.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    35
		6179881C114AA34C00BA94A9 /* SDLh.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987ED114AA34C00BA94A9 /* SDLh.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    36
		6179881F114AA34C00BA94A9 /* uAI.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F1114AA34C00BA94A9 /* uAI.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    37
		61798820114AA34C00BA94A9 /* uAIActions.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F2114AA34C00BA94A9 /* uAIActions.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    38
		61798821114AA34C00BA94A9 /* uAIAmmoTests.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F3114AA34C00BA94A9 /* uAIAmmoTests.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    39
		61798822114AA34C00BA94A9 /* uAIMisc.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F4114AA34C00BA94A9 /* uAIMisc.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    40
		61798823114AA34C00BA94A9 /* uAmmos.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F5114AA34C00BA94A9 /* uAmmos.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    41
		61798824114AA34C00BA94A9 /* uChat.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F6114AA34C00BA94A9 /* uChat.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    42
		61798825114AA34C00BA94A9 /* uCollisions.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F7114AA34C00BA94A9 /* uCollisions.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    43
		61798826114AA34C00BA94A9 /* uConsole.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F8114AA34C00BA94A9 /* uConsole.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    44
		61798827114AA34C00BA94A9 /* uConsts.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987F9114AA34C00BA94A9 /* uConsts.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    45
		61798828114AA34C00BA94A9 /* uFloat.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987FA114AA34C00BA94A9 /* uFloat.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    46
		61798829114AA34C00BA94A9 /* uGame.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987FB114AA34C00BA94A9 /* uGame.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    47
		6179882A114AA34C00BA94A9 /* uGears.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987FC114AA34C00BA94A9 /* uGears.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    48
		6179882B114AA34C00BA94A9 /* uIO.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987FD114AA34C00BA94A9 /* uIO.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    49
		6179882C114AA34C00BA94A9 /* uKeys.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987FE114AA34C00BA94A9 /* uKeys.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    50
		6179882D114AA34C00BA94A9 /* uLand.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987FF114AA34C00BA94A9 /* uLand.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    51
		6179882E114AA34C00BA94A9 /* uLandGraphics.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798800114AA34C00BA94A9 /* uLandGraphics.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    52
		6179882F114AA34C00BA94A9 /* uLandObjects.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798801114AA34C00BA94A9 /* uLandObjects.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    53
		61798830114AA34C00BA94A9 /* uLandTemplates.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798802114AA34C00BA94A9 /* uLandTemplates.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    54
		61798831114AA34C00BA94A9 /* uLandTexture.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798803114AA34C00BA94A9 /* uLandTexture.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    55
		61798832114AA34C00BA94A9 /* uLocale.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798804114AA34C00BA94A9 /* uLocale.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    56
		61798833114AA34C00BA94A9 /* uMisc.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798805114AA34C00BA94A9 /* uMisc.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    57
		61798834114AA34C00BA94A9 /* uRandom.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798806114AA34C00BA94A9 /* uRandom.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    58
		61798835114AA34C00BA94A9 /* uScript.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798807114AA34C00BA94A9 /* uScript.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    59
		61798836114AA34C00BA94A9 /* uSHA.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798808114AA34C00BA94A9 /* uSHA.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    60
		61798837114AA34C00BA94A9 /* uSound.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61798809114AA34C00BA94A9 /* uSound.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    61
		61798838114AA34C00BA94A9 /* uStats.pas in Sources */ = {isa = PBXBuildFile; fileRef = 6179880A114AA34C00BA94A9 /* uStats.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    62
		61798839114AA34C00BA94A9 /* uStore.pas in Sources */ = {isa = PBXBuildFile; fileRef = 6179880B114AA34C00BA94A9 /* uStore.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    63
		6179883A114AA34C00BA94A9 /* uTeams.pas in Sources */ = {isa = PBXBuildFile; fileRef = 6179880C114AA34C00BA94A9 /* uTeams.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    64
		6179883C114AA34C00BA94A9 /* uVisualGears.pas in Sources */ = {isa = PBXBuildFile; fileRef = 6179880E114AA34C00BA94A9 /* uVisualGears.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    65
		6179883D114AA34C00BA94A9 /* uWorld.pas in Sources */ = {isa = PBXBuildFile; fileRef = 6179880F114AA34C00BA94A9 /* uWorld.pas */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    66
		6179885C114AA48A00BA94A9 /* CGPointUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = 61798856114AA48A00BA94A9 /* CGPointUtils.c */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    67
		6179885D114AA48A00BA94A9 /* IMG_png.c in Sources */ = {isa = PBXBuildFile; fileRef = 61798858114AA48A00BA94A9 /* IMG_png.c */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    68
		6179885E114AA48A00BA94A9 /* IMG.c in Sources */ = {isa = PBXBuildFile; fileRef = 61798859114AA48A00BA94A9 /* IMG.c */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    69
		61798869114AA4AA00BA94A9 /* SDL_uikitappdelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 61798864114AA4AA00BA94A9 /* SDL_uikitappdelegate.m */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    70
		6179886B114AA4AA00BA94A9 /* SDL_uikitwindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 61798868114AA4AA00BA94A9 /* SDL_uikitwindow.m */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    71
		6179887D114AA4D000BA94A9 /* MainMenuViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6179886F114AA4D000BA94A9 /* MainMenuViewController.m */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    72
		61798889114AA4E600BA94A9 /* GameSetup.m in Sources */ = {isa = PBXBuildFile; fileRef = 61798888114AA4E600BA94A9 /* GameSetup.m */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    73
		617988DB114AAA4200BA94A9 /* libSDLiPhoneOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 617988DA114AAA3900BA94A9 /* libSDLiPhoneOS.a */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    74
		6179891B114AAF2100BA94A9 /* libfreetype_arm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 61798916114AAF2100BA94A9 /* libfreetype_arm.a */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    75
		6179891C114AAF2100BA94A9 /* libfreetype_x86.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 61798917114AAF2100BA94A9 /* libfreetype_x86.a */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    76
		6179891D114AAF2100BA94A9 /* libpng_arm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 61798918114AAF2100BA94A9 /* libpng_arm.a */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    77
		6179891E114AAF2100BA94A9 /* libpng_x86.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 61798919114AAF2100BA94A9 /* libpng_x86.a */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    78
		6179891F114AAF2100BA94A9 /* libvorbis_arm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6179891A114AAF2100BA94A9 /* libvorbis_arm.a */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    79
		61798935114AB25F00BA94A9 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61798934114AB25F00BA94A9 /* AudioToolbox.framework */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    80
		61798996114AB3FF00BA94A9 /* libSDL_mixer.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 61798993114AB3FA00BA94A9 /* libSDL_mixer.a */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    81
		617989BE114AB47A00BA94A9 /* libSDL_net.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 617989BB114AB47500BA94A9 /* libSDL_net.a */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    82
		61798A14114AB65C00BA94A9 /* libSDL_ttf.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 61798A13114AB65600BA94A9 /* libSDL_ttf.a */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    83
		61798A2C114ADD2600BA94A9 /* backgroundBottom.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A1E114ADD2600BA94A9 /* backgroundBottom.png */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    84
		61798A2D114ADD2600BA94A9 /* backgroundCenter.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A1F114ADD2600BA94A9 /* backgroundCenter.png */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    85
		61798A2E114ADD2600BA94A9 /* backgroundLeft.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A20114ADD2600BA94A9 /* backgroundLeft.png */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    86
		61798A2F114ADD2600BA94A9 /* backgroundRight.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A21114ADD2600BA94A9 /* backgroundRight.png */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    87
		61798A30114ADD2600BA94A9 /* backgroundTop.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A22114ADD2600BA94A9 /* backgroundTop.png */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    88
		61798A31114ADD2600BA94A9 /* borderBottom.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A23114ADD2600BA94A9 /* borderBottom.png */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    89
		61798A32114ADD2600BA94A9 /* borderTop.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A24114ADD2600BA94A9 /* borderTop.png */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    90
		61798A33114ADD2600BA94A9 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A25114ADD2600BA94A9 /* Default.png */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    91
		61798A34114ADD2600BA94A9 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A26114ADD2600BA94A9 /* Icon.png */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    92
		61798A35114ADD2600BA94A9 /* networkButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A27114ADD2600BA94A9 /* networkButton.png */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    93
		61798A36114ADD2600BA94A9 /* playButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A28114ADD2600BA94A9 /* playButton.png */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    94
		61798A37114ADD2600BA94A9 /* settingsButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A29114ADD2600BA94A9 /* settingsButton.png */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    95
		61798A38114ADD2600BA94A9 /* storeButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A2A114ADD2600BA94A9 /* storeButton.png */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    96
		61798A39114ADD2600BA94A9 /* title.png in Resources */ = {isa = PBXBuildFile; fileRef = 61798A2B114ADD2600BA94A9 /* title.png */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    97
		61799289114AE08700BA94A9 /* Data in Resources */ = {isa = PBXBuildFile; fileRef = 61798A5E114AE08600BA94A9 /* Data */; };
3006
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
    98
		6179934F114BD5AB00BA94A9 /* menuCorner.png in Resources */ = {isa = PBXBuildFile; fileRef = 6179934E114BD5AB00BA94A9 /* menuCorner.png */; };
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
    99
		6179936B11501D3D00BA94A9 /* arrowDown.png in Resources */ = {isa = PBXBuildFile; fileRef = 6179936711501D3D00BA94A9 /* arrowDown.png */; };
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   100
		6179936C11501D3D00BA94A9 /* arrowLeft.png in Resources */ = {isa = PBXBuildFile; fileRef = 6179936811501D3D00BA94A9 /* arrowLeft.png */; };
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   101
		6179936D11501D3D00BA94A9 /* arrowRight.png in Resources */ = {isa = PBXBuildFile; fileRef = 6179936911501D3D00BA94A9 /* arrowRight.png */; };
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   102
		6179936E11501D3D00BA94A9 /* arrowUp.png in Resources */ = {isa = PBXBuildFile; fileRef = 6179936A11501D3D00BA94A9 /* arrowUp.png */; };
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   103
		617995321150403800BA94A9 /* joyPush.png in Resources */ = {isa = PBXBuildFile; fileRef = 617995311150403800BA94A9 /* joyPush.png */; };
3325
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   104
		619C51BF116E40FC0049FD84 /* CommodityFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = 619C51BE116E40FC0049FD84 /* CommodityFunctions.m */; };
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   105
		619C5232116E4E810049FD84 /* FlagsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 619C5231116E4E810049FD84 /* FlagsViewController.m */; };
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   106
		619C533E116E70050049FD84 /* FortsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 619C533D116E70050049FD84 /* FortsViewController.m */; };
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   107
		619C58AB116E752A0049FD84 /* UIImageScale.m in Sources */ = {isa = PBXBuildFile; fileRef = 619C58AA116E752A0049FD84 /* UIImageScale.m */; };
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   108
		61A1188511683A8C00359010 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61A117FE1168322700359010 /* CoreGraphics.framework */; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   109
		61A118CA11683C7600359010 /* MainMenuViewController-iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 61A118C911683C7600359010 /* MainMenuViewController-iPad.xib */; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   110
		61A118CC11683C7A00359010 /* MainMenuViewController-iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 61A118CB11683C7A00359010 /* MainMenuViewController-iPhone.xib */; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   111
		61A118D211683CD100359010 /* Background.png in Resources */ = {isa = PBXBuildFile; fileRef = 611FD9C81155A1F200C2203D /* Background.png */; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   112
		61A118D311683CD100359010 /* HedgewarsTitle.png in Resources */ = {isa = PBXBuildFile; fileRef = 611FD9CB1155A28C00C2203D /* HedgewarsTitle.png */; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   113
		61A118D411683CD100359010 /* Multiplayer.png in Resources */ = {isa = PBXBuildFile; fileRef = 611FD9D11155A41000C2203D /* Multiplayer.png */; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   114
		61A118D511683CD100359010 /* NetworkPlay.png in Resources */ = {isa = PBXBuildFile; fileRef = 611FD9CF1155A40700C2203D /* NetworkPlay.png */; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   115
		61A11A4E1168D13600359010 /* PopoverMenuViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A11A4D1168D13600359010 /* PopoverMenuViewController.m */; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   116
		61A11AC11168D8B600359010 /* SplitViewRootController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A11AC01168D8B600359010 /* SplitViewRootController.m */; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   117
		61A11AC91168DA9400359010 /* MasterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A11AC81168DA9400359010 /* MasterViewController.m */; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   118
		61A11ACF1168DB1B00359010 /* TeamSettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A11ACE1168DB1B00359010 /* TeamSettingsViewController.m */; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   119
		61A11AD61168DB3700359010 /* DetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A11AD51168DB3700359010 /* DetailViewController.m */; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   120
		61A11AE11168DC6E00359010 /* SingleTeamViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A11AE01168DC6E00359010 /* SingleTeamViewController.m */; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   121
		61A11AE41168DC9400359010 /* HogHatViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A11AE31168DC9400359010 /* HogHatViewController.m */; };
3116
97dc65a47b15 branch ipad/iphone files to keep compatibility between versions
koda
parents: 3113
diff changeset
   122
		61CE250D115E749A0098C467 /* OverlayViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61CE250C115E749A0098C467 /* OverlayViewController.m */; };
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   123
		922F64900F10F53100DC6EC0 /* libfpc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 928301170F10CAFC00CC5A3C /* libfpc.a */; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   124
/* End PBXBuildFile section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   125
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   126
/* Begin PBXBuildRule section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   127
		9283015B0F10E46D00CC5A3C /* PBXBuildRule */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   128
			isa = PBXBuildRule;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   129
			compilerSpec = com.apple.compilers.proxy.script;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   130
			fileType = sourcecode.pascal;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   131
			isEditable = 1;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   132
			outputFiles = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   133
				"$(DERIVED_SOURCES_DIR)-$(CURRENT_VARIANT)/$(CURRENT_ARCH)/$(INPUT_FILE_BASE).s",
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   134
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   135
			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";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   136
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   137
/* End PBXBuildRule section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   138
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   139
/* Begin PBXContainerItemProxy section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   140
		617988D9114AAA3900BA94A9 /* PBXContainerItemProxy */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   141
			isa = PBXContainerItemProxy;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   142
			containerPortal = 617988D3114AAA3900BA94A9 /* SDLiPhoneOS.xcodeproj */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   143
			proxyType = 2;
3006
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   144
			remoteGlobalIDString = FD6526630DE8FCCB002AD96B;
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   145
			remoteInfo = StaticLibiPhoneOS;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   146
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   147
		61798992114AB3FA00BA94A9 /* PBXContainerItemProxy */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   148
			isa = PBXContainerItemProxy;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   149
			containerPortal = 6179898B114AB3FA00BA94A9 /* SDL_mixer.xcodeproj */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   150
			proxyType = 2;
3006
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   151
			remoteGlobalIDString = BE1FA95407AF96B2004B6283;
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   152
			remoteInfo = "Static Library";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   153
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   154
		617989BA114AB47500BA94A9 /* PBXContainerItemProxy */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   155
			isa = PBXContainerItemProxy;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   156
			containerPortal = 617989B3114AB47500BA94A9 /* SDL_net.xcodeproj */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   157
			proxyType = 2;
3006
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   158
			remoteGlobalIDString = BE48FF6F07AFA9A900BB41DA;
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   159
			remoteInfo = "Static Library";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   160
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   161
		61798A12114AB65600BA94A9 /* PBXContainerItemProxy */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   162
			isa = PBXContainerItemProxy;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   163
			containerPortal = 61798A0B114AB65600BA94A9 /* SDL_ttf.xcodeproj */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   164
			proxyType = 2;
3006
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   165
			remoteGlobalIDString = BE48FD6E07AFA17000BB41DA;
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   166
			remoteInfo = "Static Library";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   167
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   168
		928301590F10E41300CC5A3C /* PBXContainerItemProxy */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   169
			isa = PBXContainerItemProxy;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   170
			containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   171
			proxyType = 1;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   172
			remoteGlobalIDString = 928301160F10CAFC00CC5A3C;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   173
			remoteInfo = fpc;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   174
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   175
/* End PBXContainerItemProxy section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   176
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   177
/* Begin PBXFileReference section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   178
		1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   179
		1D6058910D05DD3D006BFB54 /* HedgewarsMobile.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HedgewarsMobile.app; sourceTree = BUILT_PRODUCTS_DIR; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   180
		1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   181
		28FD14FF0DC6FC520079059D /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   182
		28FD15070DC6FC5B0079059D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   183
		32CA4F630368D1EE00C91783 /* HedgewarsMobile_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HedgewarsMobile_Prefix.pch; sourceTree = "<group>"; };
3312
6d8f1c76756d restore and update the old general settings
koda
parents: 3305
diff changeset
   184
		611B0A9F116B626E00112153 /* GeneralSettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GeneralSettingsViewController.h; path = ../../cocoaTouch/GeneralSettingsViewController.h; sourceTree = SOURCE_ROOT; };
6d8f1c76756d restore and update the old general settings
koda
parents: 3305
diff changeset
   185
		611B0AA0116B626E00112153 /* GeneralSettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GeneralSettingsViewController.m; path = ../../cocoaTouch/GeneralSettingsViewController.m; sourceTree = SOURCE_ROOT; };
3027
32890edaa483 lotsa optimizations and redraws for the iFrontend
koda
parents: 3026
diff changeset
   186
		611FD9C81155A1F200C2203D /* Background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Background.png; path = ../../QTfrontend/res/Background.png; sourceTree = SOURCE_ROOT; };
32890edaa483 lotsa optimizations and redraws for the iFrontend
koda
parents: 3026
diff changeset
   187
		611FD9CB1155A28C00C2203D /* HedgewarsTitle.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = HedgewarsTitle.png; path = ../../QTfrontend/res/HedgewarsTitle.png; sourceTree = SOURCE_ROOT; };
32890edaa483 lotsa optimizations and redraws for the iFrontend
koda
parents: 3026
diff changeset
   188
		611FD9CF1155A40700C2203D /* NetworkPlay.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = NetworkPlay.png; path = ../../QTfrontend/res/NetworkPlay.png; sourceTree = SOURCE_ROOT; };
32890edaa483 lotsa optimizations and redraws for the iFrontend
koda
parents: 3026
diff changeset
   189
		611FD9D11155A41000C2203D /* Multiplayer.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Multiplayer.png; path = ../../QTfrontend/res/Multiplayer.png; sourceTree = SOURCE_ROOT; };
3315
4e2813713358 usa a cached dictionary and write only when needed
koda
parents: 3312
diff changeset
   190
		6122CD00116BECCA002648E9 /* Default-Landscape.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-Landscape.png"; path = "../../cocoaTouch/resources/Default-Landscape.png"; sourceTree = SOURCE_ROOT; };
3317
198ec44b6d92 minor tweaks, icon for ipad, merged overlayviewcontroller, pop viewcontroller when selected a hat
koda
parents: 3315
diff changeset
   191
		6151347D116C2803001F16D1 /* Icon-iPad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-iPad.png"; path = "../../cocoaTouch/resources/Icon-iPad.png"; sourceTree = SOURCE_ROOT; };
198ec44b6d92 minor tweaks, icon for ipad, merged overlayviewcontroller, pop viewcontroller when selected a hat
koda
parents: 3315
diff changeset
   192
		615134B0116C2C5F001F16D1 /* OverlayViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = OverlayViewController.xib; path = ../../cocoaTouch/xib/OverlayViewController.xib; sourceTree = SOURCE_ROOT; };
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   193
		617987E1114AA34C00BA94A9 /* CCHandlers.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = CCHandlers.inc; path = ../../hedgewars/CCHandlers.inc; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   194
		617987E4114AA34C00BA94A9 /* GSHandlers.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = GSHandlers.inc; path = ../../hedgewars/GSHandlers.inc; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   195
		617987E5114AA34C00BA94A9 /* HHHandlers.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = HHHandlers.inc; path = ../../hedgewars/HHHandlers.inc; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   196
		617987E7114AA34C00BA94A9 /* hwengine.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = hwengine.pas; path = ../../hedgewars/hwengine.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   197
		617987E9114AA34C00BA94A9 /* hwLibrary.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = hwLibrary.pas; path = ../../hedgewars/hwLibrary.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   198
		617987EB114AA34C00BA94A9 /* options.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = options.inc; path = ../../hedgewars/options.inc; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   199
		617987EC114AA34C00BA94A9 /* PascalExports.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = PascalExports.pas; path = ../../hedgewars/PascalExports.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   200
		617987ED114AA34C00BA94A9 /* SDLh.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = SDLh.pas; path = ../../hedgewars/SDLh.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   201
		617987F0114AA34C00BA94A9 /* SinTable.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = SinTable.inc; path = ../../hedgewars/SinTable.inc; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   202
		617987F1114AA34C00BA94A9 /* uAI.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uAI.pas; path = ../../hedgewars/uAI.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   203
		617987F2114AA34C00BA94A9 /* uAIActions.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uAIActions.pas; path = ../../hedgewars/uAIActions.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   204
		617987F3114AA34C00BA94A9 /* uAIAmmoTests.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uAIAmmoTests.pas; path = ../../hedgewars/uAIAmmoTests.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   205
		617987F4114AA34C00BA94A9 /* uAIMisc.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uAIMisc.pas; path = ../../hedgewars/uAIMisc.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   206
		617987F5114AA34C00BA94A9 /* uAmmos.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uAmmos.pas; path = ../../hedgewars/uAmmos.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   207
		617987F6114AA34C00BA94A9 /* uChat.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uChat.pas; path = ../../hedgewars/uChat.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   208
		617987F7114AA34C00BA94A9 /* uCollisions.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uCollisions.pas; path = ../../hedgewars/uCollisions.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   209
		617987F8114AA34C00BA94A9 /* uConsole.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uConsole.pas; path = ../../hedgewars/uConsole.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   210
		617987F9114AA34C00BA94A9 /* uConsts.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uConsts.pas; path = ../../hedgewars/uConsts.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   211
		617987FA114AA34C00BA94A9 /* uFloat.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uFloat.pas; path = ../../hedgewars/uFloat.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   212
		617987FB114AA34C00BA94A9 /* uGame.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uGame.pas; path = ../../hedgewars/uGame.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   213
		617987FC114AA34C00BA94A9 /* uGears.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uGears.pas; path = ../../hedgewars/uGears.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   214
		617987FD114AA34C00BA94A9 /* uIO.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uIO.pas; path = ../../hedgewars/uIO.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   215
		617987FE114AA34C00BA94A9 /* uKeys.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uKeys.pas; path = ../../hedgewars/uKeys.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   216
		617987FF114AA34C00BA94A9 /* uLand.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uLand.pas; path = ../../hedgewars/uLand.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   217
		61798800114AA34C00BA94A9 /* uLandGraphics.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uLandGraphics.pas; path = ../../hedgewars/uLandGraphics.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   218
		61798801114AA34C00BA94A9 /* uLandObjects.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uLandObjects.pas; path = ../../hedgewars/uLandObjects.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   219
		61798802114AA34C00BA94A9 /* uLandTemplates.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uLandTemplates.pas; path = ../../hedgewars/uLandTemplates.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   220
		61798803114AA34C00BA94A9 /* uLandTexture.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uLandTexture.pas; path = ../../hedgewars/uLandTexture.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   221
		61798804114AA34C00BA94A9 /* uLocale.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uLocale.pas; path = ../../hedgewars/uLocale.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   222
		61798805114AA34C00BA94A9 /* uMisc.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uMisc.pas; path = ../../hedgewars/uMisc.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   223
		61798806114AA34C00BA94A9 /* uRandom.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uRandom.pas; path = ../../hedgewars/uRandom.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   224
		61798807114AA34C00BA94A9 /* uScript.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uScript.pas; path = ../../hedgewars/uScript.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   225
		61798808114AA34C00BA94A9 /* uSHA.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uSHA.pas; path = ../../hedgewars/uSHA.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   226
		61798809114AA34C00BA94A9 /* uSound.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uSound.pas; path = ../../hedgewars/uSound.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   227
		6179880A114AA34C00BA94A9 /* uStats.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uStats.pas; path = ../../hedgewars/uStats.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   228
		6179880B114AA34C00BA94A9 /* uStore.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uStore.pas; path = ../../hedgewars/uStore.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   229
		6179880C114AA34C00BA94A9 /* uTeams.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uTeams.pas; path = ../../hedgewars/uTeams.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   230
		6179880E114AA34C00BA94A9 /* uVisualGears.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uVisualGears.pas; path = ../../hedgewars/uVisualGears.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   231
		6179880F114AA34C00BA94A9 /* uWorld.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uWorld.pas; path = ../../hedgewars/uWorld.pas; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   232
		61798852114AA44900BA94A9 /* config.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = config.inc; path = ../../hedgewars/config.inc; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   233
		61798856114AA48A00BA94A9 /* CGPointUtils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = CGPointUtils.c; path = ../../cocoaTouch/otherSrc/CGPointUtils.c; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   234
		61798857114AA48A00BA94A9 /* CGPointUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CGPointUtils.h; path = ../../cocoaTouch/otherSrc/CGPointUtils.h; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   235
		61798858114AA48A00BA94A9 /* IMG_png.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IMG_png.c; path = ../../cocoaTouch/otherSrc/IMG_png.c; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   236
		61798859114AA48A00BA94A9 /* IMG.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IMG.c; path = ../../cocoaTouch/otherSrc/IMG.c; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   237
		6179885A114AA48A00BA94A9 /* PascalImports.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PascalImports.h; path = ../../cocoaTouch/otherSrc/PascalImports.h; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   238
		6179885B114AA48A00BA94A9 /* SDL_image.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_image.h; path = ../../cocoaTouch/otherSrc/SDL_image.h; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   239
		61798863114AA4AA00BA94A9 /* SDL_uikitappdelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_uikitappdelegate.h; path = ../../cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   240
		61798864114AA4AA00BA94A9 /* SDL_uikitappdelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDL_uikitappdelegate.m; path = ../../cocoaTouch/SDLOverrides/SDL_uikitappdelegate.m; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   241
		61798867114AA4AA00BA94A9 /* SDL_uikitwindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_uikitwindow.h; path = ../../cocoaTouch/SDLOverrides/SDL_uikitwindow.h; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   242
		61798868114AA4AA00BA94A9 /* SDL_uikitwindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDL_uikitwindow.m; path = ../../cocoaTouch/SDLOverrides/SDL_uikitwindow.m; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   243
		6179886E114AA4D000BA94A9 /* MainMenuViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MainMenuViewController.h; path = ../../cocoaTouch/MainMenuViewController.h; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   244
		6179886F114AA4D000BA94A9 /* MainMenuViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MainMenuViewController.m; path = ../../cocoaTouch/MainMenuViewController.m; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   245
		61798887114AA4E600BA94A9 /* GameSetup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GameSetup.h; path = ../../cocoaTouch/GameSetup.h; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   246
		61798888114AA4E600BA94A9 /* GameSetup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GameSetup.m; path = ../../cocoaTouch/GameSetup.m; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   247
		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; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   248
		61798916114AAF2100BA94A9 /* libfreetype_arm.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libfreetype_arm.a; sourceTree = "<group>"; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   249
		61798917114AAF2100BA94A9 /* libfreetype_x86.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libfreetype_x86.a; sourceTree = "<group>"; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   250
		61798918114AAF2100BA94A9 /* libpng_arm.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libpng_arm.a; sourceTree = "<group>"; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   251
		61798919114AAF2100BA94A9 /* libpng_x86.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libpng_x86.a; sourceTree = "<group>"; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   252
		6179891A114AAF2100BA94A9 /* libvorbis_arm.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libvorbis_arm.a; sourceTree = "<group>"; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   253
		61798934114AB25F00BA94A9 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   254
		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; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   255
		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; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   256
		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; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   257
		61798A1E114ADD2600BA94A9 /* backgroundBottom.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundBottom.png; path = ../../cocoaTouch/resources/backgroundBottom.png; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   258
		61798A1F114ADD2600BA94A9 /* backgroundCenter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundCenter.png; path = ../../cocoaTouch/resources/backgroundCenter.png; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   259
		61798A20114ADD2600BA94A9 /* backgroundLeft.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundLeft.png; path = ../../cocoaTouch/resources/backgroundLeft.png; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   260
		61798A21114ADD2600BA94A9 /* backgroundRight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundRight.png; path = ../../cocoaTouch/resources/backgroundRight.png; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   261
		61798A22114ADD2600BA94A9 /* backgroundTop.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundTop.png; path = ../../cocoaTouch/resources/backgroundTop.png; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   262
		61798A23114ADD2600BA94A9 /* borderBottom.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = borderBottom.png; path = ../../cocoaTouch/resources/borderBottom.png; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   263
		61798A24114ADD2600BA94A9 /* borderTop.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = borderTop.png; path = ../../cocoaTouch/resources/borderTop.png; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   264
		61798A25114ADD2600BA94A9 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Default.png; path = ../../cocoaTouch/resources/Default.png; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   265
		61798A26114ADD2600BA94A9 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Icon.png; path = ../../cocoaTouch/resources/Icon.png; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   266
		61798A27114ADD2600BA94A9 /* networkButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = networkButton.png; path = ../../cocoaTouch/resources/networkButton.png; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   267
		61798A28114ADD2600BA94A9 /* playButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = playButton.png; path = ../../cocoaTouch/resources/playButton.png; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   268
		61798A29114ADD2600BA94A9 /* settingsButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = settingsButton.png; path = ../../cocoaTouch/resources/settingsButton.png; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   269
		61798A2A114ADD2600BA94A9 /* storeButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = storeButton.png; path = ../../cocoaTouch/resources/storeButton.png; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   270
		61798A2B114ADD2600BA94A9 /* title.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = title.png; path = ../../cocoaTouch/resources/title.png; sourceTree = SOURCE_ROOT; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   271
		61798A5E114AE08600BA94A9 /* Data */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Data; sourceTree = "<group>"; };
3006
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   272
		6179934E114BD5AB00BA94A9 /* menuCorner.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = menuCorner.png; path = ../../cocoaTouch/resources/menuCorner.png; sourceTree = SOURCE_ROOT; };
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   273
		6179936711501D3D00BA94A9 /* arrowDown.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = arrowDown.png; path = ../../cocoaTouch/resources/arrowDown.png; sourceTree = SOURCE_ROOT; };
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   274
		6179936811501D3D00BA94A9 /* arrowLeft.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = arrowLeft.png; path = ../../cocoaTouch/resources/arrowLeft.png; sourceTree = SOURCE_ROOT; };
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   275
		6179936911501D3D00BA94A9 /* arrowRight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = arrowRight.png; path = ../../cocoaTouch/resources/arrowRight.png; sourceTree = SOURCE_ROOT; };
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   276
		6179936A11501D3D00BA94A9 /* arrowUp.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = arrowUp.png; path = ../../cocoaTouch/resources/arrowUp.png; sourceTree = SOURCE_ROOT; };
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   277
		617995311150403800BA94A9 /* joyPush.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = joyPush.png; path = ../../cocoaTouch/resources/joyPush.png; sourceTree = SOURCE_ROOT; };
3325
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   278
		619C51BD116E40FC0049FD84 /* CommodityFunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommodityFunctions.h; path = ../../cocoaTouch/otherSrc/CommodityFunctions.h; sourceTree = SOURCE_ROOT; };
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   279
		619C51BE116E40FC0049FD84 /* CommodityFunctions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommodityFunctions.m; path = ../../cocoaTouch/otherSrc/CommodityFunctions.m; sourceTree = SOURCE_ROOT; };
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   280
		619C5230116E4E800049FD84 /* FlagsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FlagsViewController.h; path = ../../cocoaTouch/FlagsViewController.h; sourceTree = SOURCE_ROOT; };
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   281
		619C5231116E4E810049FD84 /* FlagsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FlagsViewController.m; path = ../../cocoaTouch/FlagsViewController.m; sourceTree = SOURCE_ROOT; };
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   282
		619C533C116E70050049FD84 /* FortsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FortsViewController.h; path = ../../cocoaTouch/FortsViewController.h; sourceTree = SOURCE_ROOT; };
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   283
		619C533D116E70050049FD84 /* FortsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FortsViewController.m; path = ../../cocoaTouch/FortsViewController.m; sourceTree = SOURCE_ROOT; };
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   284
		619C58A9116E752A0049FD84 /* UIImageScale.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UIImageScale.h; path = ../../cocoaTouch/otherSrc/UIImageScale.h; sourceTree = SOURCE_ROOT; };
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   285
		619C58AA116E752A0049FD84 /* UIImageScale.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = UIImageScale.m; path = ../../cocoaTouch/otherSrc/UIImageScale.m; sourceTree = SOURCE_ROOT; };
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   286
		61A117FE1168322700359010 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   287
		61A118C911683C7600359010 /* MainMenuViewController-iPad.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "MainMenuViewController-iPad.xib"; path = "../../cocoaTouch/xib/MainMenuViewController-iPad.xib"; sourceTree = SOURCE_ROOT; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   288
		61A118CB11683C7A00359010 /* MainMenuViewController-iPhone.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "MainMenuViewController-iPhone.xib"; path = "../../cocoaTouch/xib/MainMenuViewController-iPhone.xib"; sourceTree = SOURCE_ROOT; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   289
		61A11A4C1168D13600359010 /* PopoverMenuViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PopoverMenuViewController.h; path = ../../cocoaTouch/PopoverMenuViewController.h; sourceTree = SOURCE_ROOT; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   290
		61A11A4D1168D13600359010 /* PopoverMenuViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PopoverMenuViewController.m; path = ../../cocoaTouch/PopoverMenuViewController.m; sourceTree = SOURCE_ROOT; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   291
		61A11ABF1168D8B600359010 /* SplitViewRootController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SplitViewRootController.h; path = ../../cocoaTouch/SplitViewRootController.h; sourceTree = SOURCE_ROOT; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   292
		61A11AC01168D8B600359010 /* SplitViewRootController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SplitViewRootController.m; path = ../../cocoaTouch/SplitViewRootController.m; sourceTree = SOURCE_ROOT; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   293
		61A11AC71168DA9400359010 /* MasterViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MasterViewController.h; path = ../../cocoaTouch/MasterViewController.h; sourceTree = SOURCE_ROOT; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   294
		61A11AC81168DA9400359010 /* MasterViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MasterViewController.m; path = ../../cocoaTouch/MasterViewController.m; sourceTree = SOURCE_ROOT; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   295
		61A11ACD1168DB1B00359010 /* TeamSettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TeamSettingsViewController.h; path = ../../cocoaTouch/TeamSettingsViewController.h; sourceTree = SOURCE_ROOT; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   296
		61A11ACE1168DB1B00359010 /* TeamSettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TeamSettingsViewController.m; path = ../../cocoaTouch/TeamSettingsViewController.m; sourceTree = SOURCE_ROOT; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   297
		61A11AD41168DB3700359010 /* DetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetailViewController.h; path = ../../cocoaTouch/DetailViewController.h; sourceTree = SOURCE_ROOT; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   298
		61A11AD51168DB3700359010 /* DetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DetailViewController.m; path = ../../cocoaTouch/DetailViewController.m; sourceTree = SOURCE_ROOT; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   299
		61A11ADF1168DC6E00359010 /* SingleTeamViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SingleTeamViewController.h; path = ../../cocoaTouch/SingleTeamViewController.h; sourceTree = SOURCE_ROOT; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   300
		61A11AE01168DC6E00359010 /* SingleTeamViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SingleTeamViewController.m; path = ../../cocoaTouch/SingleTeamViewController.m; sourceTree = SOURCE_ROOT; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   301
		61A11AE21168DC9400359010 /* HogHatViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HogHatViewController.h; path = ../../cocoaTouch/HogHatViewController.h; sourceTree = SOURCE_ROOT; };
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   302
		61A11AE31168DC9400359010 /* HogHatViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HogHatViewController.m; path = ../../cocoaTouch/HogHatViewController.m; sourceTree = SOURCE_ROOT; };
3116
97dc65a47b15 branch ipad/iphone files to keep compatibility between versions
koda
parents: 3113
diff changeset
   303
		61CE250B115E749A0098C467 /* OverlayViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OverlayViewController.h; path = ../../cocoaTouch/OverlayViewController.h; sourceTree = SOURCE_ROOT; };
97dc65a47b15 branch ipad/iphone files to keep compatibility between versions
koda
parents: 3113
diff changeset
   304
		61CE250C115E749A0098C467 /* OverlayViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OverlayViewController.m; path = ../../cocoaTouch/OverlayViewController.m; sourceTree = SOURCE_ROOT; };
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   305
		8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   306
		928301170F10CAFC00CC5A3C /* libfpc.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libfpc.a; sourceTree = BUILT_PRODUCTS_DIR; };
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   307
/* End PBXFileReference section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   308
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   309
/* Begin PBXFrameworksBuildPhase section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   310
		1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   311
			isa = PBXFrameworksBuildPhase;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   312
			buildActionMask = 2147483647;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   313
			files = (
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   314
				61A1188511683A8C00359010 /* CoreGraphics.framework in Frameworks */,
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   315
				61798A14114AB65C00BA94A9 /* libSDL_ttf.a in Frameworks */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   316
				617989BE114AB47A00BA94A9 /* libSDL_net.a in Frameworks */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   317
				617988DB114AAA4200BA94A9 /* libSDLiPhoneOS.a in Frameworks */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   318
				61798996114AB3FF00BA94A9 /* libSDL_mixer.a in Frameworks */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   319
				922F64900F10F53100DC6EC0 /* libfpc.a in Frameworks */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   320
				1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   321
				1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   322
				28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   323
				28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   324
				6179891B114AAF2100BA94A9 /* libfreetype_arm.a in Frameworks */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   325
				6179891C114AAF2100BA94A9 /* libfreetype_x86.a in Frameworks */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   326
				6179891D114AAF2100BA94A9 /* libpng_arm.a in Frameworks */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   327
				6179891E114AAF2100BA94A9 /* libpng_x86.a in Frameworks */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   328
				6179891F114AAF2100BA94A9 /* libvorbis_arm.a in Frameworks */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   329
				61798935114AB25F00BA94A9 /* AudioToolbox.framework in Frameworks */,
3025
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   330
			);
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   331
			runOnlyForDeploymentPostprocessing = 0;
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   332
		};
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   333
/* End PBXFrameworksBuildPhase section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   334
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   335
/* Begin PBXGroup section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   336
		080E96DDFE201D6D7F000001 /* Classes */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   337
			isa = PBXGroup;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   338
			children = (
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   339
				61798860114AA49D00BA94A9 /* SDLOverrides */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   340
				61A118481168371400359010 /* Frontend */,
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   341
				61798887114AA4E600BA94A9 /* GameSetup.h */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   342
				61798888114AA4E600BA94A9 /* GameSetup.m */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   343
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   344
			path = Classes;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   345
			sourceTree = "<group>";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   346
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   347
		19C28FACFE9D520D11CA2CBB /* Products */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   348
			isa = PBXGroup;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   349
			children = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   350
				1D6058910D05DD3D006BFB54 /* HedgewarsMobile.app */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   351
				928301170F10CAFC00CC5A3C /* libfpc.a */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   352
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   353
			name = Products;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   354
			sourceTree = "<group>";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   355
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   356
		29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   357
			isa = PBXGroup;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   358
			children = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   359
				9283015C0F10E48900CC5A3C /* Pascal Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   360
				080E96DDFE201D6D7F000001 /* Classes */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   361
				29B97315FDCFA39411CA2CEA /* Other Sources */,
3006
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   362
				29B97323FDCFA39411CA2CEA /* Frameworks */,
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   363
				29B97317FDCFA39411CA2CEA /* Resources */,
3025
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   364
				6100DAD4115446B000F455E0 /* Resources-iPad */,
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   365
				19C28FACFE9D520D11CA2CBB /* Products */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   366
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   367
			name = CustomTemplate;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   368
			sourceTree = "<group>";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   369
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   370
		29B97315FDCFA39411CA2CEA /* Other Sources */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   371
			isa = PBXGroup;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   372
			children = (
3325
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   373
				61798857114AA48A00BA94A9 /* CGPointUtils.h */,
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   374
				61798856114AA48A00BA94A9 /* CGPointUtils.c */,
3325
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   375
				619C51BD116E40FC0049FD84 /* CommodityFunctions.h */,
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   376
				619C51BE116E40FC0049FD84 /* CommodityFunctions.m */,
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   377
				6179885B114AA48A00BA94A9 /* SDL_image.h */,
3025
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   378
				61798859114AA48A00BA94A9 /* IMG.c */,
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   379
				61798858114AA48A00BA94A9 /* IMG_png.c */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   380
				6179885A114AA48A00BA94A9 /* PascalImports.h */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   381
				32CA4F630368D1EE00C91783 /* HedgewarsMobile_Prefix.pch */,
3325
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   382
				619C58A9116E752A0049FD84 /* UIImageScale.h */,
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   383
				619C58AA116E752A0049FD84 /* UIImageScale.m */,
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   384
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   385
			name = "Other Sources";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   386
			sourceTree = "<group>";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   387
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   388
		29B97317FDCFA39411CA2CEA /* Resources */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   389
			isa = PBXGroup;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   390
			children = (
3026
1a44c0f2b83b move interface files around to use standard names in different versions
koda
parents: 3025
diff changeset
   391
				6100DB1711544E8400F455E0 /* XIB */,
3006
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   392
				6179937011501D5800BA94A9 /* buttons */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   393
				6179936F11501D4100BA94A9 /* back panels */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   394
				6179936611501D1E00BA94A9 /* joystick */,
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   395
				61798A5E114AE08600BA94A9 /* Data */,
3006
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   396
				6179934E114BD5AB00BA94A9 /* menuCorner.png */,
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   397
				61798A25114ADD2600BA94A9 /* Default.png */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   398
				61798A26114ADD2600BA94A9 /* Icon.png */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   399
				61798A2B114ADD2600BA94A9 /* title.png */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   400
				8D1107310486CEB800E47090 /* Info.plist */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   401
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   402
			name = Resources;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   403
			sourceTree = "<group>";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   404
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   405
		29B97323FDCFA39411CA2CEA /* Frameworks */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   406
			isa = PBXGroup;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   407
			children = (
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   408
				617988D3114AAA3900BA94A9 /* SDLiPhoneOS.xcodeproj */,
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   409
				617989B3114AB47500BA94A9 /* SDL_net.xcodeproj */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   410
				6179898B114AB3FA00BA94A9 /* SDL_mixer.xcodeproj */,
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   411
				61798A0B114AB65600BA94A9 /* SDL_ttf.xcodeproj */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   412
				61798934114AB25F00BA94A9 /* AudioToolbox.framework */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   413
				61A117FE1168322700359010 /* CoreGraphics.framework */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   414
				1D30AB110D05D00D00671497 /* Foundation.framework */,
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   415
				28FD14FF0DC6FC520079059D /* OpenGLES.framework */,
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   416
				28FD15070DC6FC5B0079059D /* QuartzCore.framework */,
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   417
				1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   418
				61798916114AAF2100BA94A9 /* libfreetype_arm.a */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   419
				61798917114AAF2100BA94A9 /* libfreetype_x86.a */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   420
				61798918114AAF2100BA94A9 /* libpng_arm.a */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   421
				61798919114AAF2100BA94A9 /* libpng_x86.a */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   422
				6179891A114AAF2100BA94A9 /* libvorbis_arm.a */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   423
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   424
			name = Frameworks;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   425
			sourceTree = "<group>";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   426
		};
3025
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   427
		6100DAD4115446B000F455E0 /* Resources-iPad */ = {
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   428
			isa = PBXGroup;
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   429
			children = (
3317
198ec44b6d92 minor tweaks, icon for ipad, merged overlayviewcontroller, pop viewcontroller when selected a hat
koda
parents: 3315
diff changeset
   430
				6151347D116C2803001F16D1 /* Icon-iPad.png */,
3315
4e2813713358 usa a cached dictionary and write only when needed
koda
parents: 3312
diff changeset
   431
				6122CD00116BECCA002648E9 /* Default-Landscape.png */,
3116
97dc65a47b15 branch ipad/iphone files to keep compatibility between versions
koda
parents: 3113
diff changeset
   432
				61CE2509115E74260098C467 /* XIB */,
3027
32890edaa483 lotsa optimizations and redraws for the iFrontend
koda
parents: 3026
diff changeset
   433
				611FD9C81155A1F200C2203D /* Background.png */,
32890edaa483 lotsa optimizations and redraws for the iFrontend
koda
parents: 3026
diff changeset
   434
				611FD9CB1155A28C00C2203D /* HedgewarsTitle.png */,
32890edaa483 lotsa optimizations and redraws for the iFrontend
koda
parents: 3026
diff changeset
   435
				611FD9D11155A41000C2203D /* Multiplayer.png */,
32890edaa483 lotsa optimizations and redraws for the iFrontend
koda
parents: 3026
diff changeset
   436
				611FD9CF1155A40700C2203D /* NetworkPlay.png */,
3025
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   437
			);
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   438
			name = "Resources-iPad";
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   439
			sourceTree = "<group>";
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   440
		};
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   441
		6100DB1711544E8400F455E0 /* XIB */ = {
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   442
			isa = PBXGroup;
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   443
			children = (
3317
198ec44b6d92 minor tweaks, icon for ipad, merged overlayviewcontroller, pop viewcontroller when selected a hat
koda
parents: 3315
diff changeset
   444
				615134B0116C2C5F001F16D1 /* OverlayViewController.xib */,
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   445
				61A118CB11683C7A00359010 /* MainMenuViewController-iPhone.xib */,
3025
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   446
			);
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   447
			name = XIB;
3026
1a44c0f2b83b move interface files around to use standard names in different versions
koda
parents: 3025
diff changeset
   448
			path = Classes;
3025
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   449
			sourceTree = "<group>";
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   450
		};
3312
6d8f1c76756d restore and update the old general settings
koda
parents: 3305
diff changeset
   451
		611B0A94116B621600112153 /* General */ = {
6d8f1c76756d restore and update the old general settings
koda
parents: 3305
diff changeset
   452
			isa = PBXGroup;
6d8f1c76756d restore and update the old general settings
koda
parents: 3305
diff changeset
   453
			children = (
6d8f1c76756d restore and update the old general settings
koda
parents: 3305
diff changeset
   454
				611B0A9F116B626E00112153 /* GeneralSettingsViewController.h */,
6d8f1c76756d restore and update the old general settings
koda
parents: 3305
diff changeset
   455
				611B0AA0116B626E00112153 /* GeneralSettingsViewController.m */,
6d8f1c76756d restore and update the old general settings
koda
parents: 3305
diff changeset
   456
			);
6d8f1c76756d restore and update the old general settings
koda
parents: 3305
diff changeset
   457
			name = General;
6d8f1c76756d restore and update the old general settings
koda
parents: 3305
diff changeset
   458
			sourceTree = "<group>";
6d8f1c76756d restore and update the old general settings
koda
parents: 3305
diff changeset
   459
		};
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   460
		61798860114AA49D00BA94A9 /* SDLOverrides */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   461
			isa = PBXGroup;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   462
			children = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   463
				61798863114AA4AA00BA94A9 /* SDL_uikitappdelegate.h */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   464
				61798864114AA4AA00BA94A9 /* SDL_uikitappdelegate.m */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   465
				61798867114AA4AA00BA94A9 /* SDL_uikitwindow.h */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   466
				61798868114AA4AA00BA94A9 /* SDL_uikitwindow.m */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   467
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   468
			name = SDLOverrides;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   469
			sourceTree = "<group>";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   470
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   471
		61798892114AA56300BA94A9 /* inc */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   472
			isa = PBXGroup;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   473
			children = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   474
				61798852114AA44900BA94A9 /* config.inc */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   475
				617987E1114AA34C00BA94A9 /* CCHandlers.inc */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   476
				617987E4114AA34C00BA94A9 /* GSHandlers.inc */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   477
				617987E5114AA34C00BA94A9 /* HHHandlers.inc */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   478
				617987EB114AA34C00BA94A9 /* options.inc */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   479
				617987F0114AA34C00BA94A9 /* SinTable.inc */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   480
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   481
			name = inc;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   482
			sourceTree = "<group>";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   483
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   484
		617988D4114AAA3900BA94A9 /* Products */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   485
			isa = PBXGroup;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   486
			children = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   487
				617988DA114AAA3900BA94A9 /* libSDLiPhoneOS.a */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   488
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   489
			name = Products;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   490
			sourceTree = "<group>";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   491
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   492
		6179898C114AB3FA00BA94A9 /* Products */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   493
			isa = PBXGroup;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   494
			children = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   495
				61798993114AB3FA00BA94A9 /* libSDL_mixer.a */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   496
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   497
			name = Products;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   498
			sourceTree = "<group>";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   499
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   500
		617989B4114AB47500BA94A9 /* Products */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   501
			isa = PBXGroup;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   502
			children = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   503
				617989BB114AB47500BA94A9 /* libSDL_net.a */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   504
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   505
			name = Products;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   506
			sourceTree = "<group>";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   507
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   508
		61798A0C114AB65600BA94A9 /* Products */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   509
			isa = PBXGroup;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   510
			children = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   511
				61798A13114AB65600BA94A9 /* libSDL_ttf.a */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   512
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   513
			name = Products;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   514
			sourceTree = "<group>";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   515
		};
3006
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   516
		6179936611501D1E00BA94A9 /* joystick */ = {
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   517
			isa = PBXGroup;
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   518
			children = (
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   519
				617995311150403800BA94A9 /* joyPush.png */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   520
				6179936711501D3D00BA94A9 /* arrowDown.png */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   521
				6179936811501D3D00BA94A9 /* arrowLeft.png */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   522
				6179936911501D3D00BA94A9 /* arrowRight.png */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   523
				6179936A11501D3D00BA94A9 /* arrowUp.png */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   524
			);
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   525
			name = joystick;
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   526
			sourceTree = "<group>";
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   527
		};
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   528
		6179936F11501D4100BA94A9 /* back panels */ = {
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   529
			isa = PBXGroup;
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   530
			children = (
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   531
				61798A1E114ADD2600BA94A9 /* backgroundBottom.png */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   532
				61798A1F114ADD2600BA94A9 /* backgroundCenter.png */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   533
				61798A20114ADD2600BA94A9 /* backgroundLeft.png */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   534
				61798A21114ADD2600BA94A9 /* backgroundRight.png */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   535
				61798A22114ADD2600BA94A9 /* backgroundTop.png */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   536
				61798A23114ADD2600BA94A9 /* borderBottom.png */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   537
				61798A24114ADD2600BA94A9 /* borderTop.png */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   538
			);
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   539
			name = "back panels";
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   540
			sourceTree = "<group>";
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   541
		};
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   542
		6179937011501D5800BA94A9 /* buttons */ = {
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   543
			isa = PBXGroup;
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   544
			children = (
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   545
				61798A27114ADD2600BA94A9 /* networkButton.png */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   546
				61798A28114ADD2600BA94A9 /* playButton.png */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   547
				61798A29114ADD2600BA94A9 /* settingsButton.png */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   548
				61798A2A114ADD2600BA94A9 /* storeButton.png */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   549
			);
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   550
			name = buttons;
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   551
			sourceTree = "<group>";
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   552
		};
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   553
		61A118481168371400359010 /* Frontend */ = {
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   554
			isa = PBXGroup;
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   555
			children = (
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   556
				61A11AC31168DA2B00359010 /* Settings */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   557
				6179886E114AA4D000BA94A9 /* MainMenuViewController.h */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   558
				6179886F114AA4D000BA94A9 /* MainMenuViewController.m */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   559
				61CE250B115E749A0098C467 /* OverlayViewController.h */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   560
				61CE250C115E749A0098C467 /* OverlayViewController.m */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   561
				61A11A4C1168D13600359010 /* PopoverMenuViewController.h */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   562
				61A11A4D1168D13600359010 /* PopoverMenuViewController.m */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   563
			);
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   564
			name = Frontend;
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   565
			sourceTree = "<group>";
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   566
		};
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   567
		61A11AC31168DA2B00359010 /* Settings */ = {
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   568
			isa = PBXGroup;
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   569
			children = (
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   570
				61A11ABF1168D8B600359010 /* SplitViewRootController.h */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   571
				61A11AC01168D8B600359010 /* SplitViewRootController.m */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   572
				61A11AC71168DA9400359010 /* MasterViewController.h */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   573
				61A11AC81168DA9400359010 /* MasterViewController.m */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   574
				61A11AD41168DB3700359010 /* DetailViewController.h */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   575
				61A11AD51168DB3700359010 /* DetailViewController.m */,
3312
6d8f1c76756d restore and update the old general settings
koda
parents: 3305
diff changeset
   576
				611B0A94116B621600112153 /* General */,
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   577
				61A11AD01168DB1F00359010 /* Teams */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   578
			);
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   579
			name = Settings;
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   580
			sourceTree = "<group>";
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   581
		};
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   582
		61A11AD01168DB1F00359010 /* Teams */ = {
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   583
			isa = PBXGroup;
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   584
			children = (
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   585
				61A11ACD1168DB1B00359010 /* TeamSettingsViewController.h */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   586
				61A11ACE1168DB1B00359010 /* TeamSettingsViewController.m */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   587
				61A11ADF1168DC6E00359010 /* SingleTeamViewController.h */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   588
				61A11AE01168DC6E00359010 /* SingleTeamViewController.m */,
3330
987ec27b6042 add support for modifying the name of the team
koda
parents: 3329
diff changeset
   589
				61A11AE21168DC9400359010 /* HogHatViewController.h */,
987ec27b6042 add support for modifying the name of the team
koda
parents: 3329
diff changeset
   590
				61A11AE31168DC9400359010 /* HogHatViewController.m */,
3325
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   591
				619C5230116E4E800049FD84 /* FlagsViewController.h */,
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   592
				619C5231116E4E810049FD84 /* FlagsViewController.m */,
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   593
				619C533C116E70050049FD84 /* FortsViewController.h */,
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   594
				619C533D116E70050049FD84 /* FortsViewController.m */,
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   595
			);
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   596
			name = Teams;
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   597
			sourceTree = "<group>";
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   598
		};
3116
97dc65a47b15 branch ipad/iphone files to keep compatibility between versions
koda
parents: 3113
diff changeset
   599
		61CE2509115E74260098C467 /* XIB */ = {
97dc65a47b15 branch ipad/iphone files to keep compatibility between versions
koda
parents: 3113
diff changeset
   600
			isa = PBXGroup;
97dc65a47b15 branch ipad/iphone files to keep compatibility between versions
koda
parents: 3113
diff changeset
   601
			children = (
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   602
				61A118C911683C7600359010 /* MainMenuViewController-iPad.xib */,
3116
97dc65a47b15 branch ipad/iphone files to keep compatibility between versions
koda
parents: 3113
diff changeset
   603
			);
97dc65a47b15 branch ipad/iphone files to keep compatibility between versions
koda
parents: 3113
diff changeset
   604
			name = XIB;
97dc65a47b15 branch ipad/iphone files to keep compatibility between versions
koda
parents: 3113
diff changeset
   605
			sourceTree = "<group>";
97dc65a47b15 branch ipad/iphone files to keep compatibility between versions
koda
parents: 3113
diff changeset
   606
		};
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   607
		9283015C0F10E48900CC5A3C /* Pascal Sources */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   608
			isa = PBXGroup;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   609
			children = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   610
				61798892114AA56300BA94A9 /* inc */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   611
				617987E7114AA34C00BA94A9 /* hwengine.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   612
				617987E9114AA34C00BA94A9 /* hwLibrary.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   613
				617987EC114AA34C00BA94A9 /* PascalExports.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   614
				617987ED114AA34C00BA94A9 /* SDLh.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   615
				617987F1114AA34C00BA94A9 /* uAI.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   616
				617987F2114AA34C00BA94A9 /* uAIActions.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   617
				617987F3114AA34C00BA94A9 /* uAIAmmoTests.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   618
				617987F4114AA34C00BA94A9 /* uAIMisc.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   619
				617987F5114AA34C00BA94A9 /* uAmmos.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   620
				617987F6114AA34C00BA94A9 /* uChat.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   621
				617987F7114AA34C00BA94A9 /* uCollisions.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   622
				617987F8114AA34C00BA94A9 /* uConsole.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   623
				617987F9114AA34C00BA94A9 /* uConsts.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   624
				617987FA114AA34C00BA94A9 /* uFloat.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   625
				617987FB114AA34C00BA94A9 /* uGame.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   626
				617987FC114AA34C00BA94A9 /* uGears.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   627
				617987FD114AA34C00BA94A9 /* uIO.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   628
				617987FE114AA34C00BA94A9 /* uKeys.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   629
				617987FF114AA34C00BA94A9 /* uLand.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   630
				61798800114AA34C00BA94A9 /* uLandGraphics.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   631
				61798801114AA34C00BA94A9 /* uLandObjects.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   632
				61798802114AA34C00BA94A9 /* uLandTemplates.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   633
				61798803114AA34C00BA94A9 /* uLandTexture.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   634
				61798804114AA34C00BA94A9 /* uLocale.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   635
				61798805114AA34C00BA94A9 /* uMisc.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   636
				61798806114AA34C00BA94A9 /* uRandom.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   637
				61798807114AA34C00BA94A9 /* uScript.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   638
				61798808114AA34C00BA94A9 /* uSHA.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   639
				61798809114AA34C00BA94A9 /* uSound.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   640
				6179880A114AA34C00BA94A9 /* uStats.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   641
				6179880B114AA34C00BA94A9 /* uStore.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   642
				6179880C114AA34C00BA94A9 /* uTeams.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   643
				6179880E114AA34C00BA94A9 /* uVisualGears.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   644
				6179880F114AA34C00BA94A9 /* uWorld.pas */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   645
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   646
			name = "Pascal Sources";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   647
			sourceTree = "<group>";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   648
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   649
/* End PBXGroup section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   650
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   651
/* Begin PBXNativeTarget section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   652
		1D6058900D05DD3D006BFB54 /* HedgewarsMobile */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   653
			isa = PBXNativeTarget;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   654
			buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "HedgewarsMobile" */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   655
			buildPhases = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   656
				1D60588D0D05DD3D006BFB54 /* Resources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   657
				1D60588E0D05DD3D006BFB54 /* Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   658
				1D60588F0D05DD3D006BFB54 /* Frameworks */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   659
				61798A54114ADD5E00BA94A9 /* ShellScript */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   660
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   661
			buildRules = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   662
				9283015B0F10E46D00CC5A3C /* PBXBuildRule */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   663
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   664
			dependencies = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   665
				9283015A0F10E41300CC5A3C /* PBXTargetDependency */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   666
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   667
			name = HedgewarsMobile;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   668
			productName = HedgewarsMobile;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   669
			productReference = 1D6058910D05DD3D006BFB54 /* HedgewarsMobile.app */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   670
			productType = "com.apple.product-type.application";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   671
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   672
		928301160F10CAFC00CC5A3C /* fpc */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   673
			isa = PBXNativeTarget;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   674
			buildConfigurationList = 9283011C0F10CB4B00CC5A3C /* Build configuration list for PBXNativeTarget "fpc" */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   675
			buildPhases = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   676
				9283011B0F10CB2D00CC5A3C /* Build libfpc.a */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   677
				928301560F10E04C00CC5A3C /* Compile Pascal Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   678
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   679
			buildRules = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   680
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   681
			dependencies = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   682
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   683
			name = fpc;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   684
			productName = fpc;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   685
			productReference = 928301170F10CAFC00CC5A3C /* libfpc.a */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   686
			productType = "com.apple.product-type.library.static";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   687
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   688
/* End PBXNativeTarget section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   689
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   690
/* Begin PBXProject section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   691
		29B97313FDCFA39411CA2CEA /* Project object */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   692
			isa = PBXProject;
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   693
			attributes = {
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   694
				BuildIndependentTargetsInParallel = YES;
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   695
			};
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   696
			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "HedgewarsMobile" */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   697
			compatibilityVersion = "Xcode 3.1";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   698
			hasScannedForEncodings = 1;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   699
			mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   700
			projectDirPath = "";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   701
			projectReferences = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   702
				{
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   703
					ProductGroup = 6179898C114AB3FA00BA94A9 /* Products */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   704
					ProjectRef = 6179898B114AB3FA00BA94A9 /* SDL_mixer.xcodeproj */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   705
				},
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   706
				{
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   707
					ProductGroup = 617989B4114AB47500BA94A9 /* Products */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   708
					ProjectRef = 617989B3114AB47500BA94A9 /* SDL_net.xcodeproj */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   709
				},
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   710
				{
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   711
					ProductGroup = 61798A0C114AB65600BA94A9 /* Products */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   712
					ProjectRef = 61798A0B114AB65600BA94A9 /* SDL_ttf.xcodeproj */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   713
				},
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   714
				{
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   715
					ProductGroup = 617988D4114AAA3900BA94A9 /* Products */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   716
					ProjectRef = 617988D3114AAA3900BA94A9 /* SDLiPhoneOS.xcodeproj */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   717
				},
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   718
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   719
			projectRoot = "";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   720
			targets = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   721
				1D6058900D05DD3D006BFB54 /* HedgewarsMobile */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   722
				928301160F10CAFC00CC5A3C /* fpc */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   723
				6179928B114AE0C800BA94A9 /* UpdateDataFolder */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   724
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   725
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   726
/* End PBXProject section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   727
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   728
/* Begin PBXReferenceProxy section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   729
		617988DA114AAA3900BA94A9 /* libSDLiPhoneOS.a */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   730
			isa = PBXReferenceProxy;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   731
			fileType = archive.ar;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   732
			path = libSDLiPhoneOS.a;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   733
			remoteRef = 617988D9114AAA3900BA94A9 /* PBXContainerItemProxy */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   734
			sourceTree = BUILT_PRODUCTS_DIR;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   735
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   736
		61798993114AB3FA00BA94A9 /* libSDL_mixer.a */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   737
			isa = PBXReferenceProxy;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   738
			fileType = archive.ar;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   739
			path = libSDL_mixer.a;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   740
			remoteRef = 61798992114AB3FA00BA94A9 /* PBXContainerItemProxy */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   741
			sourceTree = BUILT_PRODUCTS_DIR;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   742
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   743
		617989BB114AB47500BA94A9 /* libSDL_net.a */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   744
			isa = PBXReferenceProxy;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   745
			fileType = archive.ar;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   746
			path = libSDL_net.a;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   747
			remoteRef = 617989BA114AB47500BA94A9 /* PBXContainerItemProxy */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   748
			sourceTree = BUILT_PRODUCTS_DIR;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   749
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   750
		61798A13114AB65600BA94A9 /* libSDL_ttf.a */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   751
			isa = PBXReferenceProxy;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   752
			fileType = archive.ar;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   753
			path = libSDL_ttf.a;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   754
			remoteRef = 61798A12114AB65600BA94A9 /* PBXContainerItemProxy */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   755
			sourceTree = BUILT_PRODUCTS_DIR;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   756
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   757
/* End PBXReferenceProxy section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   758
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   759
/* Begin PBXResourcesBuildPhase section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   760
		1D60588D0D05DD3D006BFB54 /* Resources */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   761
			isa = PBXResourcesBuildPhase;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   762
			buildActionMask = 2147483647;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   763
			files = (
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   764
				61A118D211683CD100359010 /* Background.png in Resources */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   765
				61A118D311683CD100359010 /* HedgewarsTitle.png in Resources */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   766
				61A118D411683CD100359010 /* Multiplayer.png in Resources */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   767
				61A118D511683CD100359010 /* NetworkPlay.png in Resources */,
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   768
				61798A2C114ADD2600BA94A9 /* backgroundBottom.png in Resources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   769
				61798A2D114ADD2600BA94A9 /* backgroundCenter.png in Resources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   770
				61798A2E114ADD2600BA94A9 /* backgroundLeft.png in Resources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   771
				61798A2F114ADD2600BA94A9 /* backgroundRight.png in Resources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   772
				61798A30114ADD2600BA94A9 /* backgroundTop.png in Resources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   773
				61798A31114ADD2600BA94A9 /* borderBottom.png in Resources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   774
				61798A32114ADD2600BA94A9 /* borderTop.png in Resources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   775
				61798A33114ADD2600BA94A9 /* Default.png in Resources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   776
				61798A34114ADD2600BA94A9 /* Icon.png in Resources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   777
				61798A35114ADD2600BA94A9 /* networkButton.png in Resources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   778
				61798A36114ADD2600BA94A9 /* playButton.png in Resources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   779
				61798A37114ADD2600BA94A9 /* settingsButton.png in Resources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   780
				61798A38114ADD2600BA94A9 /* storeButton.png in Resources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   781
				61798A39114ADD2600BA94A9 /* title.png in Resources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   782
				61799289114AE08700BA94A9 /* Data in Resources */,
3006
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   783
				6179934F114BD5AB00BA94A9 /* menuCorner.png in Resources */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   784
				6179936B11501D3D00BA94A9 /* arrowDown.png in Resources */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   785
				6179936C11501D3D00BA94A9 /* arrowLeft.png in Resources */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   786
				6179936D11501D3D00BA94A9 /* arrowRight.png in Resources */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   787
				6179936E11501D3D00BA94A9 /* arrowUp.png in Resources */,
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   788
				617995321150403800BA94A9 /* joyPush.png in Resources */,
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   789
				61A118CA11683C7600359010 /* MainMenuViewController-iPad.xib in Resources */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   790
				61A118CC11683C7A00359010 /* MainMenuViewController-iPhone.xib in Resources */,
3315
4e2813713358 usa a cached dictionary and write only when needed
koda
parents: 3312
diff changeset
   791
				6122CD01116BECCA002648E9 /* Default-Landscape.png in Resources */,
3317
198ec44b6d92 minor tweaks, icon for ipad, merged overlayviewcontroller, pop viewcontroller when selected a hat
koda
parents: 3315
diff changeset
   792
				6151347E116C2803001F16D1 /* Icon-iPad.png in Resources */,
198ec44b6d92 minor tweaks, icon for ipad, merged overlayviewcontroller, pop viewcontroller when selected a hat
koda
parents: 3315
diff changeset
   793
				615134B1116C2C5F001F16D1 /* OverlayViewController.xib in Resources */,
3025
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   794
			);
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   795
			runOnlyForDeploymentPostprocessing = 0;
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   796
		};
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   797
/* End PBXResourcesBuildPhase section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   798
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   799
/* Begin PBXShellScriptBuildPhase section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   800
		61798A54114ADD5E00BA94A9 /* ShellScript */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   801
			isa = PBXShellScriptBuildPhase;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   802
			buildActionMask = 2147483647;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   803
			files = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   804
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   805
			inputPaths = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   806
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   807
			outputPaths = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   808
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   809
			runOnlyForDeploymentPostprocessing = 0;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   810
			shellPath = /bin/sh;
3006
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
   811
			shellScript = "export CODESIGN_ALLOCATE=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate\nif [ \"${PLATFORM_NAME}\" == \"iphoneos\" ]; then\n\t${PROJECT_DIR}/gen_entitlements.py \"com.kodahedge.${PRODUCT_NAME:identifier}\" \"${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/${PROJECT_NAME}.xcent\";\n\tcodesign -f -s \"iPhone developer\" --entitlements \"${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/${PROJECT_NAME}.xcent\" \"${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/\"\nfi";
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   812
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   813
		6179928A114AE0C800BA94A9 /* ShellScript */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   814
			isa = PBXShellScriptBuildPhase;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   815
			buildActionMask = 2147483647;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   816
			files = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   817
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   818
			inputPaths = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   819
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   820
			outputPaths = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   821
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   822
			runOnlyForDeploymentPostprocessing = 0;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   823
			shellPath = /bin/sh;
3325
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   824
			shellScript = "#copy new stuff over old stuff\nsvn export --force ${PROJECT_DIR}/../../share/hedgewars/Data ${PROJECT_DIR}/Data\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\n\n#delete desktop frontend translation\nrm -rf ${PROJECT_DIR}/Data/Locale/hedgewars_*\n\n#the following ones must be removed when their support is implemented\n\n#delete all sound files\nrm -rf ${PROJECT_DIR}/Data/Sounds/\nrm -rf ${PROJECT_DIR}/Data/Music/\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/";
3270
9bd8fb1707b9 initial support for hat selection on the ifrontend
koda
parents: 3250
diff changeset
   825
			showEnvVarsInLog = 0;
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   826
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   827
		9283011B0F10CB2D00CC5A3C /* Build libfpc.a */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   828
			isa = PBXShellScriptBuildPhase;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   829
			buildActionMask = 2147483647;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   830
			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).";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   831
			files = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   832
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   833
			inputPaths = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   834
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   835
			name = "Build libfpc.a";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   836
			outputPaths = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   837
				"$(TARGET_BUILD_DIR)/libfpc.a",
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   838
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   839
			runOnlyForDeploymentPostprocessing = 0;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   840
			shellPath = /bin/sh;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   841
			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";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   842
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   843
		928301560F10E04C00CC5A3C /* Compile Pascal Sources */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   844
			isa = PBXShellScriptBuildPhase;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   845
			buildActionMask = 2147483647;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   846
			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).   ";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   847
			files = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   848
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   849
			inputPaths = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   850
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   851
			name = "Compile Pascal Sources";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   852
			outputPaths = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   853
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   854
			runOnlyForDeploymentPostprocessing = 0;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   855
			shellPath = /bin/sh;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   856
			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";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   857
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   858
/* End PBXShellScriptBuildPhase section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   859
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   860
/* Begin PBXSourcesBuildPhase section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   861
		1D60588E0D05DD3D006BFB54 /* Sources */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   862
			isa = PBXSourcesBuildPhase;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   863
			buildActionMask = 2147483647;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   864
			files = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   865
				61798816114AA34C00BA94A9 /* hwengine.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   866
				61798818114AA34C00BA94A9 /* hwLibrary.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   867
				6179881B114AA34C00BA94A9 /* PascalExports.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   868
				6179881C114AA34C00BA94A9 /* SDLh.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   869
				6179881F114AA34C00BA94A9 /* uAI.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   870
				61798820114AA34C00BA94A9 /* uAIActions.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   871
				61798821114AA34C00BA94A9 /* uAIAmmoTests.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   872
				61798822114AA34C00BA94A9 /* uAIMisc.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   873
				61798823114AA34C00BA94A9 /* uAmmos.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   874
				61798824114AA34C00BA94A9 /* uChat.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   875
				61798825114AA34C00BA94A9 /* uCollisions.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   876
				61798826114AA34C00BA94A9 /* uConsole.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   877
				61798827114AA34C00BA94A9 /* uConsts.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   878
				61798828114AA34C00BA94A9 /* uFloat.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   879
				61798829114AA34C00BA94A9 /* uGame.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   880
				6179882A114AA34C00BA94A9 /* uGears.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   881
				6179882B114AA34C00BA94A9 /* uIO.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   882
				6179882C114AA34C00BA94A9 /* uKeys.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   883
				6179882D114AA34C00BA94A9 /* uLand.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   884
				6179882E114AA34C00BA94A9 /* uLandGraphics.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   885
				6179882F114AA34C00BA94A9 /* uLandObjects.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   886
				61798830114AA34C00BA94A9 /* uLandTemplates.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   887
				61798831114AA34C00BA94A9 /* uLandTexture.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   888
				61798832114AA34C00BA94A9 /* uLocale.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   889
				61798833114AA34C00BA94A9 /* uMisc.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   890
				61798834114AA34C00BA94A9 /* uRandom.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   891
				61798835114AA34C00BA94A9 /* uScript.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   892
				61798836114AA34C00BA94A9 /* uSHA.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   893
				61798837114AA34C00BA94A9 /* uSound.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   894
				61798838114AA34C00BA94A9 /* uStats.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   895
				61798839114AA34C00BA94A9 /* uStore.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   896
				6179883A114AA34C00BA94A9 /* uTeams.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   897
				6179883C114AA34C00BA94A9 /* uVisualGears.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   898
				6179883D114AA34C00BA94A9 /* uWorld.pas in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   899
				6179885C114AA48A00BA94A9 /* CGPointUtils.c in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   900
				6179885D114AA48A00BA94A9 /* IMG_png.c in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   901
				6179885E114AA48A00BA94A9 /* IMG.c in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   902
				61798869114AA4AA00BA94A9 /* SDL_uikitappdelegate.m in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   903
				6179886B114AA4AA00BA94A9 /* SDL_uikitwindow.m in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   904
				6179887D114AA4D000BA94A9 /* MainMenuViewController.m in Sources */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   905
				61798889114AA4E600BA94A9 /* GameSetup.m in Sources */,
3116
97dc65a47b15 branch ipad/iphone files to keep compatibility between versions
koda
parents: 3113
diff changeset
   906
				61CE250D115E749A0098C467 /* OverlayViewController.m in Sources */,
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   907
				61A11A4E1168D13600359010 /* PopoverMenuViewController.m in Sources */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   908
				61A11AC11168D8B600359010 /* SplitViewRootController.m in Sources */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   909
				61A11AC91168DA9400359010 /* MasterViewController.m in Sources */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   910
				61A11ACF1168DB1B00359010 /* TeamSettingsViewController.m in Sources */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   911
				61A11AD61168DB3700359010 /* DetailViewController.m in Sources */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   912
				61A11AE11168DC6E00359010 /* SingleTeamViewController.m in Sources */,
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   913
				61A11AE41168DC9400359010 /* HogHatViewController.m in Sources */,
3312
6d8f1c76756d restore and update the old general settings
koda
parents: 3305
diff changeset
   914
				611B0AA1116B626E00112153 /* GeneralSettingsViewController.m in Sources */,
3325
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   915
				619C51BF116E40FC0049FD84 /* CommodityFunctions.m in Sources */,
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   916
				619C5232116E4E810049FD84 /* FlagsViewController.m in Sources */,
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   917
				619C533E116E70050049FD84 /* FortsViewController.m in Sources */,
652a8ebdf667 moved around team creation
koda
parents: 3321
diff changeset
   918
				619C58AB116E752A0049FD84 /* UIImageScale.m in Sources */,
3025
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   919
			);
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   920
			runOnlyForDeploymentPostprocessing = 0;
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   921
		};
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   922
/* End PBXSourcesBuildPhase section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   923
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   924
/* Begin PBXTargetDependency section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   925
		9283015A0F10E41300CC5A3C /* PBXTargetDependency */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   926
			isa = PBXTargetDependency;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   927
			target = 928301160F10CAFC00CC5A3C /* fpc */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   928
			targetProxy = 928301590F10E41300CC5A3C /* PBXContainerItemProxy */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   929
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   930
/* End PBXTargetDependency section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   931
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   932
/* Begin XCBuildConfiguration section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   933
		1D6058940D05DD3E006BFB54 /* Debug */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   934
			isa = XCBuildConfiguration;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   935
			buildSettings = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   936
				ALWAYS_SEARCH_USER_PATHS = NO;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   937
				COPY_PHASE_STRIP = NO;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   938
				GCC_DYNAMIC_NO_PIC = NO;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   939
				GCC_OPTIMIZATION_LEVEL = 0;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   940
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   941
				GCC_PREFIX_HEADER = HedgewarsMobile_Prefix.pch;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   942
				INFOPLIST_FILE = Info.plist;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   943
				LIBRARY_SEARCH_PATHS = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   944
					"$(inherited)",
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   945
					"\"$(SRCROOT)\"",
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   946
				);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   947
				PRODUCT_NAME = HedgewarsMobile;
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
   948
				TARGETED_DEVICE_FAMILY = "1,2";
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   949
			};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   950
			name = Debug;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   951
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   952
		1D6058950D05DD3E006BFB54 /* Release */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   953
			isa = XCBuildConfiguration;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   954
			buildSettings = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   955
				ALWAYS_SEARCH_USER_PATHS = NO;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   956
				COPY_PHASE_STRIP = YES;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   957
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   958
				GCC_PREFIX_HEADER = HedgewarsMobile_Prefix.pch;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   959
				INFOPLIST_FILE = Info.plist;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   960
				LIBRARY_SEARCH_PATHS = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   961
					"$(inherited)",
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   962
					"\"$(SRCROOT)\"",
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   963
				);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   964
				PRODUCT_NAME = HedgewarsMobile;
3025
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   965
				TARGETED_DEVICE_FAMILY = 1;
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   966
			};
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   967
			name = Release;
01682ec58eb0 update project for ipad target
koda
parents: 3021
diff changeset
   968
		};
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   969
		6179928C114AE0C800BA94A9 /* Debug */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   970
			isa = XCBuildConfiguration;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   971
			buildSettings = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   972
				COPY_PHASE_STRIP = NO;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   973
				GCC_DYNAMIC_NO_PIC = NO;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   974
				GCC_OPTIMIZATION_LEVEL = 0;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   975
				PRODUCT_NAME = UpdateDataFolder;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   976
			};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   977
			name = Debug;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   978
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   979
		6179928D114AE0C800BA94A9 /* Release */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   980
			isa = XCBuildConfiguration;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   981
			buildSettings = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   982
				COPY_PHASE_STRIP = YES;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   983
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   984
				GCC_ENABLE_FIX_AND_CONTINUE = NO;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   985
				PRODUCT_NAME = UpdateDataFolder;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   986
				ZERO_LINK = NO;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   987
			};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   988
			name = Release;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   989
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   990
		928301180F10CAFD00CC5A3C /* Debug */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   991
			isa = XCBuildConfiguration;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   992
			buildSettings = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   993
				ALWAYS_SEARCH_USER_PATHS = NO;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   994
				COPY_PHASE_STRIP = NO;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   995
				GCC_DYNAMIC_NO_PIC = NO;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   996
				GCC_OPTIMIZATION_LEVEL = 0;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   997
				PREBINDING = NO;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   998
				PRODUCT_NAME = fpc;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
   999
			};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1000
			name = Debug;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1001
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1002
		928301190F10CAFD00CC5A3C /* Release */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1003
			isa = XCBuildConfiguration;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1004
			buildSettings = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1005
				ALWAYS_SEARCH_USER_PATHS = NO;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1006
				COPY_PHASE_STRIP = YES;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1007
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1008
				GCC_ENABLE_FIX_AND_CONTINUE = NO;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1009
				PREBINDING = NO;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1010
				PRODUCT_NAME = fpc;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1011
				ZERO_LINK = NO;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1012
			};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1013
			name = Release;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1014
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1015
		C01FCF4F08A954540054247B /* Debug */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1016
			isa = XCBuildConfiguration;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1017
			buildSettings = {
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
  1018
				ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
3321
988e39ef3c20 rewrote a couple of things i didn't like
koda
parents: 3317
diff changeset
  1019
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Don't Code Sign";
3063
0092dc37fbd6 reworked interaction of engine/frontend when closing
koda
parents: 3040
diff changeset
  1020
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
3317
198ec44b6d92 minor tweaks, icon for ipad, merged overlayviewcontroller, pop viewcontroller when selected a hat
koda
parents: 3315
diff changeset
  1021
				FPC_COMMON_OPTIONS = "-dIPHONEOS -Cs2000000 -vwi -B  -Sgix -dLOWRES";
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1022
				FPC_COMPILER_BINARY_DIR = /usr/local/lib/fpc/2.5.1;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1023
				FPC_MAIN_FILE = "$(PROJECT_DIR)/../../hedgewars/hwLibrary.pas";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1024
				FPC_RTL_UNITS_BASE = /usr/local/lib/fpc;
3063
0092dc37fbd6 reworked interaction of engine/frontend when closing
koda
parents: 3040
diff changeset
  1025
				FPC_SPECIFIC_OPTIONS = "-dDEBUGFILE -O- -gl -gw2 -gs -godwarfsets -gt -ghttt -Xs-";
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1026
				FPC_UNITS_PATH = "-Fu\"$(PROJECT_DIR)\"";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1027
				GCC_C_LANGUAGE_STANDARD = c99;
3063
0092dc37fbd6 reworked interaction of engine/frontend when closing
koda
parents: 3040
diff changeset
  1028
				GCC_DEBUGGING_SYMBOLS = full;
0092dc37fbd6 reworked interaction of engine/frontend when closing
koda
parents: 3040
diff changeset
  1029
				GCC_FAST_MATH = NO;
0092dc37fbd6 reworked interaction of engine/frontend when closing
koda
parents: 3040
diff changeset
  1030
				GCC_OPTIMIZATION_LEVEL = 0;
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1031
				GCC_THUMB_SUPPORT = NO;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1032
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1033
				GCC_WARN_UNUSED_VARIABLE = YES;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1034
				HEADER_SEARCH_PATHS = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1035
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/include\"/**",
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1036
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/src\"/**",
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1037
					"\"$(SRCROOT)/../../../Library/lpng141\"",
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1038
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net\"",
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1039
				);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1040
				ONLY_ACTIVE_ARCH = YES;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1041
				OTHER_LDFLAGS = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1042
					"-lz",
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1043
					"-Wl,-no_order_inits",
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1044
				);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1045
				PREBINDING = NO;
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
  1046
				SDKROOT = iphonesimulator3.2;
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
  1047
				TARGETED_DEVICE_FAMILY = "1,2";
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1048
			};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1049
			name = Debug;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1050
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1051
		C01FCF5008A954540054247B /* Release */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1052
			isa = XCBuildConfiguration;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1053
			buildSettings = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1054
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
3006
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
  1055
				CODE_SIGN_IDENTITY = "Don't Code Sign";
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
  1056
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Don't Code Sign";
3317
198ec44b6d92 minor tweaks, icon for ipad, merged overlayviewcontroller, pop viewcontroller when selected a hat
koda
parents: 3315
diff changeset
  1057
				FPC_COMMON_OPTIONS = "-dIPHONEOS -Cs2000000 -vwi -B  -Sgix -dLOWRES";
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1058
				FPC_COMPILER_BINARY_DIR = /usr/local/lib/fpc/2.5.1;
3006
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
  1059
				FPC_MAIN_FILE = "$(PROJECT_DIR)/../../hedgewars/hwLibrary.pas";
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1060
				FPC_RTL_UNITS_BASE = /usr/local/lib/fpc;
3063
0092dc37fbd6 reworked interaction of engine/frontend when closing
koda
parents: 3040
diff changeset
  1061
				FPC_SPECIFIC_OPTIONS = "-Ci- -Cr- -Co- -O-2 -Xs  -Cfvfpv2";
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1062
				FPC_UNITS_PATH = "-Fu\"$(PROJECT_DIR)\"";
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1063
				GCC_C_LANGUAGE_STANDARD = c99;
3063
0092dc37fbd6 reworked interaction of engine/frontend when closing
koda
parents: 3040
diff changeset
  1064
				GCC_DEBUGGING_SYMBOLS = default;
0092dc37fbd6 reworked interaction of engine/frontend when closing
koda
parents: 3040
diff changeset
  1065
				GCC_FAST_MATH = YES;
0092dc37fbd6 reworked interaction of engine/frontend when closing
koda
parents: 3040
diff changeset
  1066
				GCC_OPTIMIZATION_LEVEL = 2;
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1067
				GCC_THUMB_SUPPORT = NO;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1068
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1069
				GCC_WARN_UNUSED_VARIABLE = YES;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1070
				HEADER_SEARCH_PATHS = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1071
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/include\"/**",
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1072
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL/src\"/**",
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1073
					"\"$(SRCROOT)/../../../Library/lpng141\"",
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1074
					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net\"",
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1075
				);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1076
				OTHER_LDFLAGS = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1077
					"-lz",
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1078
					"-Wl,-no_order_inits",
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1079
				);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1080
				PREBINDING = NO;
3006
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
  1081
				PROVISIONING_PROFILE = "";
da6023c2745b restore compilation on simulator and device
koda
parents: 2980
diff changeset
  1082
				"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1083
				SDKROOT = iphoneos3.0;
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents: 3270
diff changeset
  1084
				TARGETED_DEVICE_FAMILY = "1,2";
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1085
			};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1086
			name = Release;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1087
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1088
/* End XCBuildConfiguration section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1089
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1090
/* Begin XCConfigurationList section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1091
		1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "HedgewarsMobile" */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1092
			isa = XCConfigurationList;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1093
			buildConfigurations = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1094
				1D6058940D05DD3E006BFB54 /* Debug */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1095
				1D6058950D05DD3E006BFB54 /* Release */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1096
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1097
			defaultConfigurationIsVisible = 0;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1098
			defaultConfigurationName = Release;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1099
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1100
		61799290114AE0CD00BA94A9 /* Build configuration list for PBXAggregateTarget "UpdateDataFolder" */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1101
			isa = XCConfigurationList;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1102
			buildConfigurations = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1103
				6179928C114AE0C800BA94A9 /* Debug */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1104
				6179928D114AE0C800BA94A9 /* Release */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1105
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1106
			defaultConfigurationIsVisible = 0;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1107
			defaultConfigurationName = Release;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1108
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1109
		9283011C0F10CB4B00CC5A3C /* Build configuration list for PBXNativeTarget "fpc" */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1110
			isa = XCConfigurationList;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1111
			buildConfigurations = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1112
				928301180F10CAFD00CC5A3C /* Debug */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1113
				928301190F10CAFD00CC5A3C /* Release */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1114
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1115
			defaultConfigurationIsVisible = 0;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1116
			defaultConfigurationName = Release;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1117
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1118
		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "HedgewarsMobile" */ = {
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1119
			isa = XCConfigurationList;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1120
			buildConfigurations = (
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1121
				C01FCF4F08A954540054247B /* Debug */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1122
				C01FCF5008A954540054247B /* Release */,
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1123
			);
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1124
			defaultConfigurationIsVisible = 0;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1125
			defaultConfigurationName = Release;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1126
		};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1127
/* End XCConfigurationList section */
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1128
	};
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1129
	rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
  1130
}