project_files/HedgewarsMobile/Hedgewars.xcodeproj/project.pbxproj
changeset 8124 499151efdd72
parent 7968 be4503361ead
child 8169 c76a00ad070c
equal deleted inserted replaced
8122:b16829d59627 8124:499151efdd72
    32 		610782971440EE5C00645B29 /* credits.plist in Resources */ = {isa = PBXBuildFile; fileRef = 610782941440EE5C00645B29 /* credits.plist */; };
    32 		610782971440EE5C00645B29 /* credits.plist in Resources */ = {isa = PBXBuildFile; fileRef = 610782941440EE5C00645B29 /* credits.plist */; };
    33 		610782981440EE5C00645B29 /* gameMods.plist in Resources */ = {isa = PBXBuildFile; fileRef = 610782951440EE5C00645B29 /* gameMods.plist */; };
    33 		610782981440EE5C00645B29 /* gameMods.plist in Resources */ = {isa = PBXBuildFile; fileRef = 610782951440EE5C00645B29 /* gameMods.plist */; };
    34 		610C8E3714E018D200CF5C4C /* MNEValueTrackingSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 610C8E3614E018D200CF5C4C /* MNEValueTrackingSlider.m */; };
    34 		610C8E3714E018D200CF5C4C /* MNEValueTrackingSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 610C8E3614E018D200CF5C4C /* MNEValueTrackingSlider.m */; };
    35 		610D5FB21270E2660033333A /* Icon-Small@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F7A43411E290650040BA66 /* Icon-Small@2x.png */; };
    35 		610D5FB21270E2660033333A /* Icon-Small@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F7A43411E290650040BA66 /* Icon-Small@2x.png */; };
    36 		610D5FB31270E26C0033333A /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F7A43611E290650040BA66 /* Icon@2x.png */; };
    36 		610D5FB31270E26C0033333A /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F7A43611E290650040BA66 /* Icon@2x.png */; };
       
    37 		610FB7C81661390E002FB2A7 /* uPhysFSLayer.pas in Sources */ = {isa = PBXBuildFile; fileRef = 610FB7C71661390E002FB2A7 /* uPhysFSLayer.pas */; };
       
    38 		610FB81A166139DF002FB2A7 /* libPhysfs.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 610FB7F8166139A4002FB2A7 /* libPhysfs.a */; };
    37 		61156521147F48B6006729A9 /* About.strings in Resources */ = {isa = PBXBuildFile; fileRef = 61156520147F48B6006729A9 /* About.strings */; };
    39 		61156521147F48B6006729A9 /* About.strings in Resources */ = {isa = PBXBuildFile; fileRef = 61156520147F48B6006729A9 /* About.strings */; };
    38 		61156523147F48B7006729A9 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 61156522147F48B7006729A9 /* Localizable.strings */; };
    40 		61156523147F48B7006729A9 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 61156522147F48B7006729A9 /* Localizable.strings */; };
    39 		61156525147F48B8006729A9 /* Scheme.strings in Resources */ = {isa = PBXBuildFile; fileRef = 61156524147F48B8006729A9 /* Scheme.strings */; };
    41 		61156525147F48B8006729A9 /* Scheme.strings in Resources */ = {isa = PBXBuildFile; fileRef = 61156524147F48B8006729A9 /* Scheme.strings */; };
    40 		61177C02148B8BB100686905 /* uLandGenMaze.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61177C00148B8BB100686905 /* uLandGenMaze.pas */; };
    42 		61177C02148B8BB100686905 /* uLandGenMaze.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61177C00148B8BB100686905 /* uLandGenMaze.pas */; };
    41 		61177C03148B8BB100686905 /* uLandOutline.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61177C01148B8BB100686905 /* uLandOutline.pas */; };
    43 		61177C03148B8BB100686905 /* uLandOutline.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61177C01148B8BB100686905 /* uLandOutline.pas */; };
   253 			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";
   255 			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";
   254 		};
   256 		};
   255 /* End PBXBuildRule section */
   257 /* End PBXBuildRule section */
   256 
   258 
   257 /* Begin PBXContainerItemProxy section */
   259 /* Begin PBXContainerItemProxy section */
       
   260 		610FB7E116613980002FB2A7 /* PBXContainerItemProxy */ = {
       
   261 			isa = PBXContainerItemProxy;
       
   262 			containerPortal = 619599BA1364E65900B429B6 /* Freetype.xcodeproj */;
       
   263 			proxyType = 1;
       
   264 			remoteGlobalIDString = D2AAC07D0554694100DB518D /* libFreetype */;
       
   265 			remoteInfo = libFreetype;
       
   266 		};
       
   267 		610FB7E316613980002FB2A7 /* PBXContainerItemProxy */ = {
       
   268 			isa = PBXContainerItemProxy;
       
   269 			containerPortal = 61A19BF414D20D83004B1E6D /* SDL_net.xcodeproj */;
       
   270 			proxyType = 1;
       
   271 			remoteGlobalIDString = BE48FF6507AFA9A800BB41DA /* Static Library */;
       
   272 			remoteInfo = "Static Library";
       
   273 		};
       
   274 		610FB7E516613980002FB2A7 /* PBXContainerItemProxy */ = {
       
   275 			isa = PBXContainerItemProxy;
       
   276 			containerPortal = 6195993F1364C82B00B429B6 /* Lua.xcodeproj */;
       
   277 			proxyType = 1;
       
   278 			remoteGlobalIDString = D2AAC07D0554694100DB518D /* libLua */;
       
   279 			remoteInfo = libLua;
       
   280 		};
       
   281 		610FB7E716613980002FB2A7 /* PBXContainerItemProxy */ = {
       
   282 			isa = PBXContainerItemProxy;
       
   283 			containerPortal = 61A19AE314D2010A004B1E6D /* SDL.xcodeproj */;
       
   284 			proxyType = 1;
       
   285 			remoteGlobalIDString = FD6526620DE8FCCB002AD96B /* libSDL */;
       
   286 			remoteInfo = libSDL;
       
   287 		};
       
   288 		610FB7E916613980002FB2A7 /* PBXContainerItemProxy */ = {
       
   289 			isa = PBXContainerItemProxy;
       
   290 			containerPortal = 61A19C1E14D20F51004B1E6D /* SDL_mixer.xcodeproj */;
       
   291 			proxyType = 1;
       
   292 			remoteGlobalIDString = BE1FA90707AF96B2004B6283 /* Static Library */;
       
   293 			remoteInfo = "Static Library";
       
   294 		};
       
   295 		610FB7EB16613980002FB2A7 /* PBXContainerItemProxy */ = {
       
   296 			isa = PBXContainerItemProxy;
       
   297 			containerPortal = 61A19BC114D20CDA004B1E6D /* SDL_ttf.xcodeproj */;
       
   298 			proxyType = 1;
       
   299 			remoteGlobalIDString = BE48FD6807AFA17000BB41DA /* Static Library */;
       
   300 			remoteInfo = "Static Library";
       
   301 		};
       
   302 		610FB7ED16613980002FB2A7 /* PBXContainerItemProxy */ = {
       
   303 			isa = PBXContainerItemProxy;
       
   304 			containerPortal = 619598181364BCD200B429B6 /* Tremor.xcodeproj */;
       
   305 			proxyType = 1;
       
   306 			remoteGlobalIDString = D2AAC07D0554694100DB518D /* libTremor */;
       
   307 			remoteInfo = libTremor;
       
   308 		};
       
   309 		610FB7EF16613980002FB2A7 /* PBXContainerItemProxy */ = {
       
   310 			isa = PBXContainerItemProxy;
       
   311 			containerPortal = 61A19B6114D20B6C004B1E6D /* SDL_image.xcodeproj */;
       
   312 			proxyType = 1;
       
   313 			remoteGlobalIDString = BE1FA72F07AF4C45004B6283 /* libSDL_image */;
       
   314 			remoteInfo = libSDL_image;
       
   315 		};
       
   316 		610FB7F7166139A4002FB2A7 /* PBXContainerItemProxy */ = {
       
   317 			isa = PBXContainerItemProxy;
       
   318 			containerPortal = 610FB7F3166139A4002FB2A7 /* Physfs.xcodeproj */;
       
   319 			proxyType = 2;
       
   320 			remoteGlobalIDString = D2AAC07E0554694100DB518D /* libPhysfs.a */;
       
   321 			remoteInfo = Physfs;
       
   322 		};
       
   323 		610FB81B166139EC002FB2A7 /* PBXContainerItemProxy */ = {
       
   324 			isa = PBXContainerItemProxy;
       
   325 			containerPortal = 610FB7F3166139A4002FB2A7 /* Physfs.xcodeproj */;
       
   326 			proxyType = 1;
       
   327 			remoteGlobalIDString = D2AAC07D0554694100DB518D /* Physfs */;
       
   328 			remoteInfo = Physfs;
       
   329 		};
   258 		6162456614E6159C00CC97FB /* PBXContainerItemProxy */ = {
   330 		6162456614E6159C00CC97FB /* PBXContainerItemProxy */ = {
   259 			isa = PBXContainerItemProxy;
   331 			isa = PBXContainerItemProxy;
   260 			containerPortal = 619599BA1364E65900B429B6 /* Freetype.xcodeproj */;
   332 			containerPortal = 619599BA1364E65900B429B6 /* Freetype.xcodeproj */;
   261 			proxyType = 2;
   333 			proxyType = 2;
   262 			remoteGlobalIDString = D2AAC07E0554694100DB518D;
   334 			remoteGlobalIDString = D2AAC07E0554694100DB518D;
   344 		610782931440EE5C00645B29 /* basicFlags.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = basicFlags.plist; path = Resources/basicFlags.plist; sourceTree = "<group>"; };
   416 		610782931440EE5C00645B29 /* basicFlags.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = basicFlags.plist; path = Resources/basicFlags.plist; sourceTree = "<group>"; };
   345 		610782941440EE5C00645B29 /* credits.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = credits.plist; path = Resources/credits.plist; sourceTree = "<group>"; };
   417 		610782941440EE5C00645B29 /* credits.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = credits.plist; path = Resources/credits.plist; sourceTree = "<group>"; };
   346 		610782951440EE5C00645B29 /* gameMods.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = gameMods.plist; path = Resources/gameMods.plist; sourceTree = "<group>"; };
   418 		610782951440EE5C00645B29 /* gameMods.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = gameMods.plist; path = Resources/gameMods.plist; sourceTree = "<group>"; };
   347 		610C8E3514E018D200CF5C4C /* MNEValueTrackingSlider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MNEValueTrackingSlider.h; path = Classes/MNEValueTrackingSlider.h; sourceTree = "<group>"; };
   419 		610C8E3514E018D200CF5C4C /* MNEValueTrackingSlider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MNEValueTrackingSlider.h; path = Classes/MNEValueTrackingSlider.h; sourceTree = "<group>"; };
   348 		610C8E3614E018D200CF5C4C /* MNEValueTrackingSlider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MNEValueTrackingSlider.m; path = Classes/MNEValueTrackingSlider.m; sourceTree = "<group>"; };
   420 		610C8E3614E018D200CF5C4C /* MNEValueTrackingSlider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MNEValueTrackingSlider.m; path = Classes/MNEValueTrackingSlider.m; sourceTree = "<group>"; };
       
   421 		610FB7C71661390E002FB2A7 /* uPhysFSLayer.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uPhysFSLayer.pas; path = ../../hedgewars/uPhysFSLayer.pas; sourceTree = SOURCE_ROOT; };
       
   422 		610FB7F3166139A4002FB2A7 /* Physfs.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Physfs.xcodeproj; path = ../../misc/physfs/Xcode/Physfs.xcodeproj; sourceTree = SOURCE_ROOT; };
   349 		6115651A147F48AE006729A9 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = Locale/English.lproj/About.strings; sourceTree = "<group>"; };
   423 		6115651A147F48AE006729A9 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = Locale/English.lproj/About.strings; sourceTree = "<group>"; };
   350 		6115651B147F48AE006729A9 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = Locale/English.lproj/Localizable.strings; sourceTree = "<group>"; };
   424 		6115651B147F48AE006729A9 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = Locale/English.lproj/Localizable.strings; sourceTree = "<group>"; };
   351 		6115651C147F48AE006729A9 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = Locale/English.lproj/Scheme.strings; sourceTree = "<group>"; };
   425 		6115651C147F48AE006729A9 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = Locale/English.lproj/Scheme.strings; sourceTree = "<group>"; };
   352 		61156526147F49E1006729A9 /* Spanish */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Spanish; path = Locale/Spanish.lproj/About.strings; sourceTree = "<group>"; };
   426 		61156526147F49E1006729A9 /* Spanish */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Spanish; path = Locale/Spanish.lproj/About.strings; sourceTree = "<group>"; };
   353 		61156527147F4A2E006729A9 /* Spanish */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Spanish; path = Locale/Spanish.lproj/Localizable.strings; sourceTree = "<group>"; };
   427 		61156527147F4A2E006729A9 /* Spanish */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Spanish; path = Locale/Spanish.lproj/Localizable.strings; sourceTree = "<group>"; };
   647 			files = (
   721 			files = (
   648 				922F64900F10F53100DC6EC0 /* libfpc.a in Frameworks */,
   722 				922F64900F10F53100DC6EC0 /* libfpc.a in Frameworks */,
   649 				616245D114E6160200CC97FB /* libFreetype.a in Frameworks */,
   723 				616245D114E6160200CC97FB /* libFreetype.a in Frameworks */,
   650 				619599451364C83D00B429B6 /* libLua.a in Frameworks */,
   724 				619599451364C83D00B429B6 /* libLua.a in Frameworks */,
   651 				6195981F1364BCEF00B429B6 /* libTremor.a in Frameworks */,
   725 				6195981F1364BCEF00B429B6 /* libTremor.a in Frameworks */,
       
   726 				610FB81A166139DF002FB2A7 /* libPhysfs.a in Frameworks */,
   652 				61A19AFC14D20170004B1E6D /* libSDL2.a in Frameworks */,
   727 				61A19AFC14D20170004B1E6D /* libSDL2.a in Frameworks */,
   653 				61A19B7714D20B7A004B1E6D /* libSDL2_image.a in Frameworks */,
   728 				61A19B7714D20B7A004B1E6D /* libSDL2_image.a in Frameworks */,
   654 				61A19C2414D20F5A004B1E6D /* libSDL2_mixer.a in Frameworks */,
   729 				61A19C2414D20F5A004B1E6D /* libSDL2_mixer.a in Frameworks */,
   655 				61A19BFA14D20D95004B1E6D /* libSDL2_net.a in Frameworks */,
   730 				61A19BFA14D20D95004B1E6D /* libSDL2_net.a in Frameworks */,
   656 				61A19BC714D20CE7004B1E6D /* libSDL2_ttf.a in Frameworks */,
   731 				61A19BC714D20CE7004B1E6D /* libSDL2_ttf.a in Frameworks */,
   755 			sourceTree = "<group>";
   830 			sourceTree = "<group>";
   756 		};
   831 		};
   757 		29B97323FDCFA39411CA2CEA /* Frameworks */ = {
   832 		29B97323FDCFA39411CA2CEA /* Frameworks */ = {
   758 			isa = PBXGroup;
   833 			isa = PBXGroup;
   759 			children = (
   834 			children = (
       
   835 				610FB7F3166139A4002FB2A7 /* Physfs.xcodeproj */,
   760 				619599BA1364E65900B429B6 /* Freetype.xcodeproj */,
   836 				619599BA1364E65900B429B6 /* Freetype.xcodeproj */,
   761 				6195993F1364C82B00B429B6 /* Lua.xcodeproj */,
   837 				6195993F1364C82B00B429B6 /* Lua.xcodeproj */,
   762 				619598181364BCD200B429B6 /* Tremor.xcodeproj */,
   838 				619598181364BCD200B429B6 /* Tremor.xcodeproj */,
   763 				61A19AE314D2010A004B1E6D /* SDL.xcodeproj */,
   839 				61A19AE314D2010A004B1E6D /* SDL.xcodeproj */,
   764 				61A19B6114D20B6C004B1E6D /* SDL_image.xcodeproj */,
   840 				61A19B6114D20B6C004B1E6D /* SDL_image.xcodeproj */,
   776 				61272338117DF778005B90CF /* MobileCoreServices.framework */,
   852 				61272338117DF778005B90CF /* MobileCoreServices.framework */,
   777 				6199E81512463EA800DADF8C /* CFNetwork.framework */,
   853 				6199E81512463EA800DADF8C /* CFNetwork.framework */,
   778 				6199E81912463EC400DADF8C /* SystemConfiguration.framework */,
   854 				6199E81912463EC400DADF8C /* SystemConfiguration.framework */,
   779 			);
   855 			);
   780 			name = Frameworks;
   856 			name = Frameworks;
       
   857 			sourceTree = "<group>";
       
   858 		};
       
   859 		610FB7F4166139A4002FB2A7 /* Products */ = {
       
   860 			isa = PBXGroup;
       
   861 			children = (
       
   862 				610FB7F8166139A4002FB2A7 /* libPhysfs.a */,
       
   863 			);
       
   864 			name = Products;
   781 			sourceTree = "<group>";
   865 			sourceTree = "<group>";
   782 		};
   866 		};
   783 		61156510147F481B006729A9 /* Locale */ = {
   867 		61156510147F481B006729A9 /* Locale */ = {
   784 			isa = PBXGroup;
   868 			isa = PBXGroup;
   785 			children = (
   869 			children = (
  1131 			sourceTree = "<group>";
  1215 			sourceTree = "<group>";
  1132 		};
  1216 		};
  1133 		9283015C0F10E48900CC5A3C /* Pascal Sources */ = {
  1217 		9283015C0F10E48900CC5A3C /* Pascal Sources */ = {
  1134 			isa = PBXGroup;
  1218 			isa = PBXGroup;
  1135 			children = (
  1219 			children = (
       
  1220 				610FB7C71661390E002FB2A7 /* uPhysFSLayer.pas */,
  1136 				619349C5160BAF3E00A08518 /* uAILandMarks.pas */,
  1221 				619349C5160BAF3E00A08518 /* uAILandMarks.pas */,
  1137 				619349C6160BAF3E00A08518 /* uGearsHandlers.pas */,
  1222 				619349C6160BAF3E00A08518 /* uGearsHandlers.pas */,
  1138 				619349C7160BAF3E00A08518 /* uGearsHandlersRope.pas */,
  1223 				619349C7160BAF3E00A08518 /* uGearsHandlersRope.pas */,
  1139 				615BE3D3155C5DDF003CA34D /* uInputHandler.pas */,
  1224 				615BE3D3155C5DDF003CA34D /* uInputHandler.pas */,
  1140 				61798892114AA56300BA94A9 /* inc */,
  1225 				61798892114AA56300BA94A9 /* inc */,
  1211 			buildRules = (
  1296 			buildRules = (
  1212 				9283015B0F10E46D00CC5A3C /* PBXBuildRule */,
  1297 				9283015B0F10E46D00CC5A3C /* PBXBuildRule */,
  1213 			);
  1298 			);
  1214 			dependencies = (
  1299 			dependencies = (
  1215 				9283015A0F10E41300CC5A3C /* PBXTargetDependency */,
  1300 				9283015A0F10E41300CC5A3C /* PBXTargetDependency */,
       
  1301 				610FB7E216613980002FB2A7 /* PBXTargetDependency */,
       
  1302 				610FB7E416613980002FB2A7 /* PBXTargetDependency */,
       
  1303 				610FB7E616613980002FB2A7 /* PBXTargetDependency */,
       
  1304 				610FB7E816613980002FB2A7 /* PBXTargetDependency */,
       
  1305 				610FB7EA16613980002FB2A7 /* PBXTargetDependency */,
       
  1306 				610FB7EC16613980002FB2A7 /* PBXTargetDependency */,
       
  1307 				610FB7EE16613980002FB2A7 /* PBXTargetDependency */,
       
  1308 				610FB7F016613980002FB2A7 /* PBXTargetDependency */,
       
  1309 				610FB81C166139EC002FB2A7 /* PBXTargetDependency */,
  1216 			);
  1310 			);
  1217 			name = Hedgewars;
  1311 			name = Hedgewars;
  1218 			productName = HedgewarsMobile;
  1312 			productName = HedgewarsMobile;
  1219 			productReference = 1D6058910D05DD3D006BFB54 /* Hedgewars.app */;
  1313 			productReference = 1D6058910D05DD3D006BFB54 /* Hedgewars.app */;
  1220 			productType = "com.apple.product-type.application";
  1314 			productType = "com.apple.product-type.application";
  1271 				{
  1365 				{
  1272 					ProductGroup = 619599401364C82B00B429B6 /* Products */;
  1366 					ProductGroup = 619599401364C82B00B429B6 /* Products */;
  1273 					ProjectRef = 6195993F1364C82B00B429B6 /* Lua.xcodeproj */;
  1367 					ProjectRef = 6195993F1364C82B00B429B6 /* Lua.xcodeproj */;
  1274 				},
  1368 				},
  1275 				{
  1369 				{
       
  1370 					ProductGroup = 610FB7F4166139A4002FB2A7 /* Products */;
       
  1371 					ProjectRef = 610FB7F3166139A4002FB2A7 /* Physfs.xcodeproj */;
       
  1372 				},
       
  1373 				{
  1276 					ProductGroup = 61A19AE414D2010A004B1E6D /* Products */;
  1374 					ProductGroup = 61A19AE414D2010A004B1E6D /* Products */;
  1277 					ProjectRef = 61A19AE314D2010A004B1E6D /* SDL.xcodeproj */;
  1375 					ProjectRef = 61A19AE314D2010A004B1E6D /* SDL.xcodeproj */;
  1278 				},
  1376 				},
  1279 				{
  1377 				{
  1280 					ProductGroup = 61A19B6214D20B6C004B1E6D /* Products */;
  1378 					ProductGroup = 61A19B6214D20B6C004B1E6D /* Products */;
  1305 			);
  1403 			);
  1306 		};
  1404 		};
  1307 /* End PBXProject section */
  1405 /* End PBXProject section */
  1308 
  1406 
  1309 /* Begin PBXReferenceProxy section */
  1407 /* Begin PBXReferenceProxy section */
       
  1408 		610FB7F8166139A4002FB2A7 /* libPhysfs.a */ = {
       
  1409 			isa = PBXReferenceProxy;
       
  1410 			fileType = archive.ar;
       
  1411 			path = libPhysfs.a;
       
  1412 			remoteRef = 610FB7F7166139A4002FB2A7 /* PBXContainerItemProxy */;
       
  1413 			sourceTree = BUILT_PRODUCTS_DIR;
       
  1414 		};
  1310 		6162456714E6159C00CC97FB /* libFreetype.a */ = {
  1415 		6162456714E6159C00CC97FB /* libFreetype.a */ = {
  1311 			isa = PBXReferenceProxy;
  1416 			isa = PBXReferenceProxy;
  1312 			fileType = archive.ar;
  1417 			fileType = archive.ar;
  1313 			path = libFreetype.a;
  1418 			path = libFreetype.a;
  1314 			remoteRef = 6162456614E6159C00CC97FB /* PBXContainerItemProxy */;
  1419 			remoteRef = 6162456614E6159C00CC97FB /* PBXContainerItemProxy */;
  1645 				615E76BE14E4421200FBA131 /* MGSplitViewController.m in Sources */,
  1750 				615E76BE14E4421200FBA131 /* MGSplitViewController.m in Sources */,
  1646 				615BE3D4155C5DDF003CA34D /* uInputHandler.pas in Sources */,
  1751 				615BE3D4155C5DDF003CA34D /* uInputHandler.pas in Sources */,
  1647 				619349C8160BAF3E00A08518 /* uAILandMarks.pas in Sources */,
  1752 				619349C8160BAF3E00A08518 /* uAILandMarks.pas in Sources */,
  1648 				619349C9160BAF3E00A08518 /* uGearsHandlers.pas in Sources */,
  1753 				619349C9160BAF3E00A08518 /* uGearsHandlers.pas in Sources */,
  1649 				619349CA160BAF3E00A08518 /* uGearsHandlersRope.pas in Sources */,
  1754 				619349CA160BAF3E00A08518 /* uGearsHandlersRope.pas in Sources */,
       
  1755 				610FB7C81661390E002FB2A7 /* uPhysFSLayer.pas in Sources */,
  1650 			);
  1756 			);
  1651 			runOnlyForDeploymentPostprocessing = 0;
  1757 			runOnlyForDeploymentPostprocessing = 0;
  1652 		};
  1758 		};
  1653 /* End PBXSourcesBuildPhase section */
  1759 /* End PBXSourcesBuildPhase section */
  1654 
  1760 
  1655 /* Begin PBXTargetDependency section */
  1761 /* Begin PBXTargetDependency section */
       
  1762 		610FB7E216613980002FB2A7 /* PBXTargetDependency */ = {
       
  1763 			isa = PBXTargetDependency;
       
  1764 			name = libFreetype;
       
  1765 			targetProxy = 610FB7E116613980002FB2A7 /* PBXContainerItemProxy */;
       
  1766 		};
       
  1767 		610FB7E416613980002FB2A7 /* PBXTargetDependency */ = {
       
  1768 			isa = PBXTargetDependency;
       
  1769 			name = "Static Library";
       
  1770 			targetProxy = 610FB7E316613980002FB2A7 /* PBXContainerItemProxy */;
       
  1771 		};
       
  1772 		610FB7E616613980002FB2A7 /* PBXTargetDependency */ = {
       
  1773 			isa = PBXTargetDependency;
       
  1774 			name = libLua;
       
  1775 			targetProxy = 610FB7E516613980002FB2A7 /* PBXContainerItemProxy */;
       
  1776 		};
       
  1777 		610FB7E816613980002FB2A7 /* PBXTargetDependency */ = {
       
  1778 			isa = PBXTargetDependency;
       
  1779 			name = libSDL;
       
  1780 			targetProxy = 610FB7E716613980002FB2A7 /* PBXContainerItemProxy */;
       
  1781 		};
       
  1782 		610FB7EA16613980002FB2A7 /* PBXTargetDependency */ = {
       
  1783 			isa = PBXTargetDependency;
       
  1784 			name = "Static Library";
       
  1785 			targetProxy = 610FB7E916613980002FB2A7 /* PBXContainerItemProxy */;
       
  1786 		};
       
  1787 		610FB7EC16613980002FB2A7 /* PBXTargetDependency */ = {
       
  1788 			isa = PBXTargetDependency;
       
  1789 			name = "Static Library";
       
  1790 			targetProxy = 610FB7EB16613980002FB2A7 /* PBXContainerItemProxy */;
       
  1791 		};
       
  1792 		610FB7EE16613980002FB2A7 /* PBXTargetDependency */ = {
       
  1793 			isa = PBXTargetDependency;
       
  1794 			name = libTremor;
       
  1795 			targetProxy = 610FB7ED16613980002FB2A7 /* PBXContainerItemProxy */;
       
  1796 		};
       
  1797 		610FB7F016613980002FB2A7 /* PBXTargetDependency */ = {
       
  1798 			isa = PBXTargetDependency;
       
  1799 			name = libSDL_image;
       
  1800 			targetProxy = 610FB7EF16613980002FB2A7 /* PBXContainerItemProxy */;
       
  1801 		};
       
  1802 		610FB81C166139EC002FB2A7 /* PBXTargetDependency */ = {
       
  1803 			isa = PBXTargetDependency;
       
  1804 			name = Physfs;
       
  1805 			targetProxy = 610FB81B166139EC002FB2A7 /* PBXContainerItemProxy */;
       
  1806 		};
  1656 		9283015A0F10E41300CC5A3C /* PBXTargetDependency */ = {
  1807 		9283015A0F10E41300CC5A3C /* PBXTargetDependency */ = {
  1657 			isa = PBXTargetDependency;
  1808 			isa = PBXTargetDependency;
  1658 			target = 928301160F10CAFC00CC5A3C /* fpc */;
  1809 			target = 928301160F10CAFC00CC5A3C /* fpc */;
  1659 			targetProxy = 928301590F10E41300CC5A3C /* PBXContainerItemProxy */;
  1810 			targetProxy = 928301590F10E41300CC5A3C /* PBXContainerItemProxy */;
  1660 		};
  1811 		};