project_files/HedgewarsMobile/Hedgewars.xcodeproj/project.pbxproj
changeset 9372 915436ff64ab
parent 9371 f3840de881bd
child 11079 2e025063ca12
equal deleted inserted replaced
9371:f3840de881bd 9372:915436ff64ab
    78 		615E76BD14E4421200FBA131 /* MGSplitDividerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 615E76B914E4421200FBA131 /* MGSplitDividerView.m */; };
    78 		615E76BD14E4421200FBA131 /* MGSplitDividerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 615E76B914E4421200FBA131 /* MGSplitDividerView.m */; };
    79 		615E76BE14E4421200FBA131 /* MGSplitViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 615E76BB14E4421200FBA131 /* MGSplitViewController.m */; };
    79 		615E76BE14E4421200FBA131 /* MGSplitViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 615E76BB14E4421200FBA131 /* MGSplitViewController.m */; };
    80 		615FEAE212A2A6640098EE92 /* localplayButton~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = 615FEADF12A2A6640098EE92 /* localplayButton~ipad.png */; };
    80 		615FEAE212A2A6640098EE92 /* localplayButton~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = 615FEADF12A2A6640098EE92 /* localplayButton~ipad.png */; };
    81 		615FEAE312A2A6640098EE92 /* localplayButton~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = 615FEAE012A2A6640098EE92 /* localplayButton~iphone.png */; };
    81 		615FEAE312A2A6640098EE92 /* localplayButton~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = 615FEAE012A2A6640098EE92 /* localplayButton~iphone.png */; };
    82 		616065A8159A71FD00CFAEF4 /* hwclassic.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 616065A7159A71FD00CFAEF4 /* hwclassic.mp3 */; };
    82 		616065A8159A71FD00CFAEF4 /* hwclassic.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 616065A7159A71FD00CFAEF4 /* hwclassic.mp3 */; };
    83 		616245D114E6160200CC97FB /* libFreetype.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6162456714E6159C00CC97FB /* libFreetype.a */; };
       
    84 		6163EE7E11CC2600001C0453 /* SingleWeaponViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6163EE7D11CC2600001C0453 /* SingleWeaponViewController.m */; };
    83 		6163EE7E11CC2600001C0453 /* SingleWeaponViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6163EE7D11CC2600001C0453 /* SingleWeaponViewController.m */; };
    85 		6165920D11CA9BA200D6E256 /* FlagsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591E111CA9BA200D6E256 /* FlagsViewController.m */; };
    84 		6165920D11CA9BA200D6E256 /* FlagsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591E111CA9BA200D6E256 /* FlagsViewController.m */; };
    86 		6165920E11CA9BA200D6E256 /* FortsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591E311CA9BA200D6E256 /* FortsViewController.m */; };
    85 		6165920E11CA9BA200D6E256 /* FortsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591E311CA9BA200D6E256 /* FortsViewController.m */; };
    87 		6165920F11CA9BA200D6E256 /* GameConfigViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591E511CA9BA200D6E256 /* GameConfigViewController.m */; };
    86 		6165920F11CA9BA200D6E256 /* GameConfigViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591E511CA9BA200D6E256 /* GameConfigViewController.m */; };
    88 		6165921011CA9BA200D6E256 /* EngineProtocolNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591E711CA9BA200D6E256 /* EngineProtocolNetwork.m */; };
    87 		6165921011CA9BA200D6E256 /* EngineProtocolNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 616591E711CA9BA200D6E256 /* EngineProtocolNetwork.m */; };
   259 			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";
   258 			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";
   260 		};
   259 		};
   261 /* End PBXBuildRule section */
   260 /* End PBXBuildRule section */
   262 
   261 
   263 /* Begin PBXContainerItemProxy section */
   262 /* Begin PBXContainerItemProxy section */
   264 		610FB7E116613980002FB2A7 /* PBXContainerItemProxy */ = {
       
   265 			isa = PBXContainerItemProxy;
       
   266 			containerPortal = 619599BA1364E65900B429B6 /* Freetype.xcodeproj */;
       
   267 			proxyType = 1;
       
   268 			remoteGlobalIDString = D2AAC07D0554694100DB518D;
       
   269 			remoteInfo = libFreetype;
       
   270 		};
       
   271 		610FB7E316613980002FB2A7 /* PBXContainerItemProxy */ = {
   263 		610FB7E316613980002FB2A7 /* PBXContainerItemProxy */ = {
   272 			isa = PBXContainerItemProxy;
   264 			isa = PBXContainerItemProxy;
   273 			containerPortal = 61A19BF414D20D83004B1E6D /* SDL_net.xcodeproj */;
   265 			containerPortal = 61A19BF414D20D83004B1E6D /* SDL_net.xcodeproj */;
   274 			proxyType = 1;
   266 			proxyType = 1;
   275 			remoteGlobalIDString = BE48FF6507AFA9A800BB41DA;
   267 			remoteGlobalIDString = BE48FF6507AFA9A800BB41DA;
   307 			isa = PBXContainerItemProxy;
   299 			isa = PBXContainerItemProxy;
   308 			containerPortal = 61A19B6114D20B6C004B1E6D /* SDL_image.xcodeproj */;
   300 			containerPortal = 61A19B6114D20B6C004B1E6D /* SDL_image.xcodeproj */;
   309 			proxyType = 1;
   301 			proxyType = 1;
   310 			remoteGlobalIDString = BE1FA72F07AF4C45004B6283;
   302 			remoteGlobalIDString = BE1FA72F07AF4C45004B6283;
   311 			remoteInfo = libSDL_image;
   303 			remoteInfo = libSDL_image;
   312 		};
       
   313 		6162456614E6159C00CC97FB /* PBXContainerItemProxy */ = {
       
   314 			isa = PBXContainerItemProxy;
       
   315 			containerPortal = 619599BA1364E65900B429B6 /* Freetype.xcodeproj */;
       
   316 			proxyType = 2;
       
   317 			remoteGlobalIDString = D2AAC07E0554694100DB518D;
       
   318 			remoteInfo = libFreetype;
       
   319 		};
   304 		};
   320 		617D78DF16D932310091D4D6 /* PBXContainerItemProxy */ = {
   305 		617D78DF16D932310091D4D6 /* PBXContainerItemProxy */ = {
   321 			isa = PBXContainerItemProxy;
   306 			isa = PBXContainerItemProxy;
   322 			containerPortal = 617D78D816D932310091D4D6 /* Physfs.xcodeproj */;
   307 			containerPortal = 617D78D816D932310091D4D6 /* Physfs.xcodeproj */;
   323 			proxyType = 2;
   308 			proxyType = 2;
   621 		61915D5A143A4E2C00299991 /* MissionTrainingViewController-iPhone.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = "MissionTrainingViewController-iPhone.xib"; sourceTree = "<group>"; };
   606 		61915D5A143A4E2C00299991 /* MissionTrainingViewController-iPhone.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = "MissionTrainingViewController-iPhone.xib"; sourceTree = "<group>"; };
   622 		619349C5160BAF3E00A08518 /* uAILandMarks.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uAILandMarks.pas; path = ../../hedgewars/uAILandMarks.pas; sourceTree = SOURCE_ROOT; };
   607 		619349C5160BAF3E00A08518 /* uAILandMarks.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uAILandMarks.pas; path = ../../hedgewars/uAILandMarks.pas; sourceTree = SOURCE_ROOT; };
   623 		619349C6160BAF3E00A08518 /* uGearsHandlers.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uGearsHandlers.pas; path = ../../hedgewars/uGearsHandlers.pas; sourceTree = SOURCE_ROOT; };
   608 		619349C6160BAF3E00A08518 /* uGearsHandlers.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uGearsHandlers.pas; path = ../../hedgewars/uGearsHandlers.pas; sourceTree = SOURCE_ROOT; };
   624 		619349C7160BAF3E00A08518 /* uGearsHandlersRope.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uGearsHandlersRope.pas; path = ../../hedgewars/uGearsHandlersRope.pas; sourceTree = SOURCE_ROOT; };
   609 		619349C7160BAF3E00A08518 /* uGearsHandlersRope.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uGearsHandlersRope.pas; path = ../../hedgewars/uGearsHandlersRope.pas; sourceTree = SOURCE_ROOT; };
   625 		6195993F1364C82B00B429B6 /* Lua.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Lua.xcodeproj; path = ../../misc/liblua/Xcode/Lua.xcodeproj; sourceTree = SOURCE_ROOT; };
   610 		6195993F1364C82B00B429B6 /* Lua.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Lua.xcodeproj; path = ../../misc/liblua/Xcode/Lua.xcodeproj; sourceTree = SOURCE_ROOT; };
   626 		619599BA1364E65900B429B6 /* Freetype.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Freetype.xcodeproj; path = "../../misc/libfreetype/Xcode-iOS/Freetype.xcodeproj"; sourceTree = SOURCE_ROOT; };
       
   627 		6199E81512463EA800DADF8C /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
   611 		6199E81512463EA800DADF8C /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
   628 		6199E81912463EC400DADF8C /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
   612 		6199E81912463EC400DADF8C /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
   629 		6199E836124647DE00DADF8C /* SupportViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SupportViewController.h; sourceTree = "<group>"; };
   613 		6199E836124647DE00DADF8C /* SupportViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SupportViewController.h; sourceTree = "<group>"; };
   630 		6199E837124647DE00DADF8C /* SupportViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SupportViewController.m; sourceTree = "<group>"; };
   614 		6199E837124647DE00DADF8C /* SupportViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SupportViewController.m; sourceTree = "<group>"; };
   631 		6199E86C12464A8E00DADF8C /* surprise.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = surprise.png; path = Resources/surprise.png; sourceTree = "<group>"; };
   615 		6199E86C12464A8E00DADF8C /* surprise.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = surprise.png; path = Resources/surprise.png; sourceTree = "<group>"; };
   719 			buildActionMask = 2147483647;
   703 			buildActionMask = 2147483647;
   720 			files = (
   704 			files = (
   721 				617D791E16D933060091D4D6 /* libPhysfs.a in Frameworks */,
   705 				617D791E16D933060091D4D6 /* libPhysfs.a in Frameworks */,
   722 				617D795716D9345F0091D4D6 /* libPhyslayer.a in Frameworks */,
   706 				617D795716D9345F0091D4D6 /* libPhyslayer.a in Frameworks */,
   723 				922F64900F10F53100DC6EC0 /* libfpc.a in Frameworks */,
   707 				922F64900F10F53100DC6EC0 /* libfpc.a in Frameworks */,
   724 				616245D114E6160200CC97FB /* libFreetype.a in Frameworks */,
       
   725 				619599451364C83D00B429B6 /* libLua.a in Frameworks */,
   708 				619599451364C83D00B429B6 /* libLua.a in Frameworks */,
   726 				61A19AFC14D20170004B1E6D /* libSDL2.a in Frameworks */,
   709 				61A19AFC14D20170004B1E6D /* libSDL2.a in Frameworks */,
   727 				61A19B7714D20B7A004B1E6D /* libSDL2_image.a in Frameworks */,
   710 				61A19B7714D20B7A004B1E6D /* libSDL2_image.a in Frameworks */,
   728 				61A19C2414D20F5A004B1E6D /* libSDL2_mixer.a in Frameworks */,
   711 				61A19C2414D20F5A004B1E6D /* libSDL2_mixer.a in Frameworks */,
   729 				61A19BFA14D20D95004B1E6D /* libSDL2_net.a in Frameworks */,
   712 				61A19BFA14D20D95004B1E6D /* libSDL2_net.a in Frameworks */,
   831 		29B97323FDCFA39411CA2CEA /* Frameworks */ = {
   814 		29B97323FDCFA39411CA2CEA /* Frameworks */ = {
   832 			isa = PBXGroup;
   815 			isa = PBXGroup;
   833 			children = (
   816 			children = (
   834 				617D78D816D932310091D4D6 /* Physfs.xcodeproj */,
   817 				617D78D816D932310091D4D6 /* Physfs.xcodeproj */,
   835 				617D794316D933B00091D4D6 /* Physlayer.xcodeproj */,
   818 				617D794316D933B00091D4D6 /* Physlayer.xcodeproj */,
   836 				619599BA1364E65900B429B6 /* Freetype.xcodeproj */,
       
   837 				6195993F1364C82B00B429B6 /* Lua.xcodeproj */,
   819 				6195993F1364C82B00B429B6 /* Lua.xcodeproj */,
   838 				61A19AE314D2010A004B1E6D /* SDL.xcodeproj */,
   820 				61A19AE314D2010A004B1E6D /* SDL.xcodeproj */,
   839 				61A19B6114D20B6C004B1E6D /* SDL_image.xcodeproj */,
   821 				61A19B6114D20B6C004B1E6D /* SDL_image.xcodeproj */,
   840 				61A19C1E14D20F51004B1E6D /* SDL_mixer.xcodeproj */,
   822 				61A19C1E14D20F51004B1E6D /* SDL_mixer.xcodeproj */,
   841 				61A19BF414D20D83004B1E6D /* SDL_net.xcodeproj */,
   823 				61A19BF414D20D83004B1E6D /* SDL_net.xcodeproj */,
   909 				615E76B914E4421200FBA131 /* MGSplitDividerView.m */,
   891 				615E76B914E4421200FBA131 /* MGSplitDividerView.m */,
   910 				615E76BA14E4421200FBA131 /* MGSplitViewController.h */,
   892 				615E76BA14E4421200FBA131 /* MGSplitViewController.h */,
   911 				615E76BB14E4421200FBA131 /* MGSplitViewController.m */,
   893 				615E76BB14E4421200FBA131 /* MGSplitViewController.m */,
   912 			);
   894 			);
   913 			name = MGSplitViewController;
   895 			name = MGSplitViewController;
   914 			sourceTree = "<group>";
       
   915 		};
       
   916 		6162456314E6159C00CC97FB /* Products */ = {
       
   917 			isa = PBXGroup;
       
   918 			children = (
       
   919 				6162456714E6159C00CC97FB /* libFreetype.a */,
       
   920 			);
       
   921 			name = Products;
       
   922 			sourceTree = "<group>";
   896 			sourceTree = "<group>";
   923 		};
   897 		};
   924 		6163EE4C11CC2478001C0453 /* Settings Page */ = {
   898 		6163EE4C11CC2478001C0453 /* Settings Page */ = {
   925 			isa = PBXGroup;
   899 			isa = PBXGroup;
   926 			children = (
   900 			children = (
  1288 			buildRules = (
  1262 			buildRules = (
  1289 				9283015B0F10E46D00CC5A3C /* PBXBuildRule */,
  1263 				9283015B0F10E46D00CC5A3C /* PBXBuildRule */,
  1290 			);
  1264 			);
  1291 			dependencies = (
  1265 			dependencies = (
  1292 				9283015A0F10E41300CC5A3C /* PBXTargetDependency */,
  1266 				9283015A0F10E41300CC5A3C /* PBXTargetDependency */,
  1293 				610FB7E216613980002FB2A7 /* PBXTargetDependency */,
       
  1294 				610FB7E416613980002FB2A7 /* PBXTargetDependency */,
  1267 				610FB7E416613980002FB2A7 /* PBXTargetDependency */,
  1295 				610FB7E616613980002FB2A7 /* PBXTargetDependency */,
  1268 				610FB7E616613980002FB2A7 /* PBXTargetDependency */,
  1296 				610FB7E816613980002FB2A7 /* PBXTargetDependency */,
  1269 				610FB7E816613980002FB2A7 /* PBXTargetDependency */,
  1297 				610FB7EA16613980002FB2A7 /* PBXTargetDependency */,
  1270 				610FB7EA16613980002FB2A7 /* PBXTargetDependency */,
  1298 				610FB7EC16613980002FB2A7 /* PBXTargetDependency */,
  1271 				610FB7EC16613980002FB2A7 /* PBXTargetDependency */,
  1348 				Romanian,
  1321 				Romanian,
  1349 			);
  1322 			);
  1350 			mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
  1323 			mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
  1351 			projectDirPath = "";
  1324 			projectDirPath = "";
  1352 			projectReferences = (
  1325 			projectReferences = (
  1353 				{
       
  1354 					ProductGroup = 6162456314E6159C00CC97FB /* Products */;
       
  1355 					ProjectRef = 619599BA1364E65900B429B6 /* Freetype.xcodeproj */;
       
  1356 				},
       
  1357 				{
  1326 				{
  1358 					ProductGroup = 619599401364C82B00B429B6 /* Products */;
  1327 					ProductGroup = 619599401364C82B00B429B6 /* Products */;
  1359 					ProjectRef = 6195993F1364C82B00B429B6 /* Lua.xcodeproj */;
  1328 					ProjectRef = 6195993F1364C82B00B429B6 /* Lua.xcodeproj */;
  1360 				},
  1329 				},
  1361 				{
  1330 				{
  1395 			);
  1364 			);
  1396 		};
  1365 		};
  1397 /* End PBXProject section */
  1366 /* End PBXProject section */
  1398 
  1367 
  1399 /* Begin PBXReferenceProxy section */
  1368 /* Begin PBXReferenceProxy section */
  1400 		6162456714E6159C00CC97FB /* libFreetype.a */ = {
       
  1401 			isa = PBXReferenceProxy;
       
  1402 			fileType = archive.ar;
       
  1403 			path = libFreetype.a;
       
  1404 			remoteRef = 6162456614E6159C00CC97FB /* PBXContainerItemProxy */;
       
  1405 			sourceTree = BUILT_PRODUCTS_DIR;
       
  1406 		};
       
  1407 		617D78E016D932310091D4D6 /* libPhysfs.a */ = {
  1369 		617D78E016D932310091D4D6 /* libPhysfs.a */ = {
  1408 			isa = PBXReferenceProxy;
  1370 			isa = PBXReferenceProxy;
  1409 			fileType = archive.ar;
  1371 			fileType = archive.ar;
  1410 			path = libPhysfs.a;
  1372 			path = libPhysfs.a;
  1411 			remoteRef = 617D78DF16D932310091D4D6 /* PBXContainerItemProxy */;
  1373 			remoteRef = 617D78DF16D932310091D4D6 /* PBXContainerItemProxy */;
  1760 			runOnlyForDeploymentPostprocessing = 0;
  1722 			runOnlyForDeploymentPostprocessing = 0;
  1761 		};
  1723 		};
  1762 /* End PBXSourcesBuildPhase section */
  1724 /* End PBXSourcesBuildPhase section */
  1763 
  1725 
  1764 /* Begin PBXTargetDependency section */
  1726 /* Begin PBXTargetDependency section */
  1765 		610FB7E216613980002FB2A7 /* PBXTargetDependency */ = {
       
  1766 			isa = PBXTargetDependency;
       
  1767 			name = libFreetype;
       
  1768 			targetProxy = 610FB7E116613980002FB2A7 /* PBXContainerItemProxy */;
       
  1769 		};
       
  1770 		610FB7E416613980002FB2A7 /* PBXTargetDependency */ = {
  1727 		610FB7E416613980002FB2A7 /* PBXTargetDependency */ = {
  1771 			isa = PBXTargetDependency;
  1728 			isa = PBXTargetDependency;
  1772 			name = "Static Library";
  1729 			name = "Static Library";
  1773 			targetProxy = 610FB7E316613980002FB2A7 /* PBXContainerItemProxy */;
  1730 			targetProxy = 610FB7E316613980002FB2A7 /* PBXContainerItemProxy */;
  1774 		};
  1731 		};