243 61F9040911DF58B00068B24D /* settingsButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F9040811DF58B00068B24D /* settingsButton.png */; }; |
243 61F9040911DF58B00068B24D /* settingsButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F9040811DF58B00068B24D /* settingsButton.png */; }; |
244 61F9040B11DF59370068B24D /* background.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F9040A11DF59370068B24D /* background.png */; }; |
244 61F9040B11DF59370068B24D /* background.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F9040A11DF59370068B24D /* background.png */; }; |
245 61F904D711DF7DA30068B24D /* WeaponCellView.m in Sources */ = {isa = PBXBuildFile; fileRef = 61F904D611DF7DA30068B24D /* WeaponCellView.m */; }; |
245 61F904D711DF7DA30068B24D /* WeaponCellView.m in Sources */ = {isa = PBXBuildFile; fileRef = 61F904D611DF7DA30068B24D /* WeaponCellView.m */; }; |
246 922F64900F10F53100DC6EC0 /* libfpc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 928301170F10CAFC00CC5A3C /* libfpc.a */; }; |
246 922F64900F10F53100DC6EC0 /* libfpc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 928301170F10CAFC00CC5A3C /* libfpc.a */; }; |
247 F6D7E09F1B76884E004F3BCF /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F6D7E09E1B76884E004F3BCF /* Default-568h@2x.png */; }; |
247 F6D7E09F1B76884E004F3BCF /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F6D7E09E1B76884E004F3BCF /* Default-568h@2x.png */; }; |
|
248 F6D7E0C21B768F19004F3BCF /* uLandGenPerlin.pas in Sources */ = {isa = PBXBuildFile; fileRef = F6D7E0BF1B768F19004F3BCF /* uLandGenPerlin.pas */; }; |
|
249 F6D7E0C31B768F19004F3BCF /* uLandGenTemplateBased.pas in Sources */ = {isa = PBXBuildFile; fileRef = F6D7E0C01B768F19004F3BCF /* uLandGenTemplateBased.pas */; }; |
|
250 F6D7E0C41B768F19004F3BCF /* uLandUtils.pas in Sources */ = {isa = PBXBuildFile; fileRef = F6D7E0C11B768F19004F3BCF /* uLandUtils.pas */; }; |
248 /* End PBXBuildFile section */ |
251 /* End PBXBuildFile section */ |
249 |
252 |
250 /* Begin PBXBuildRule section */ |
253 /* Begin PBXBuildRule section */ |
251 9283015B0F10E46D00CC5A3C /* PBXBuildRule */ = { |
254 9283015B0F10E46D00CC5A3C /* PBXBuildRule */ = { |
252 isa = PBXBuildRule; |
255 isa = PBXBuildRule; |
692 61F904D511DF7DA30068B24D /* WeaponCellView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WeaponCellView.h; path = Classes/WeaponCellView.h; sourceTree = "<group>"; }; |
695 61F904D511DF7DA30068B24D /* WeaponCellView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WeaponCellView.h; path = Classes/WeaponCellView.h; sourceTree = "<group>"; }; |
693 61F904D611DF7DA30068B24D /* WeaponCellView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = WeaponCellView.m; path = Classes/WeaponCellView.m; sourceTree = "<group>"; }; |
696 61F904D611DF7DA30068B24D /* WeaponCellView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = WeaponCellView.m; path = Classes/WeaponCellView.m; sourceTree = "<group>"; }; |
694 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
697 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
695 928301170F10CAFC00CC5A3C /* libfpc.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libfpc.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
698 928301170F10CAFC00CC5A3C /* libfpc.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libfpc.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
696 F6D7E09E1B76884E004F3BCF /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; }; |
699 F6D7E09E1B76884E004F3BCF /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; }; |
|
700 F6D7E0BF1B768F19004F3BCF /* uLandGenPerlin.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uLandGenPerlin.pas; path = ../../hedgewars/uLandGenPerlin.pas; sourceTree = "<group>"; }; |
|
701 F6D7E0C01B768F19004F3BCF /* uLandGenTemplateBased.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uLandGenTemplateBased.pas; path = ../../hedgewars/uLandGenTemplateBased.pas; sourceTree = "<group>"; }; |
|
702 F6D7E0C11B768F19004F3BCF /* uLandUtils.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uLandUtils.pas; path = ../../hedgewars/uLandUtils.pas; sourceTree = "<group>"; }; |
697 /* End PBXFileReference section */ |
703 /* End PBXFileReference section */ |
698 |
704 |
699 /* Begin PBXFrameworksBuildPhase section */ |
705 /* Begin PBXFrameworksBuildPhase section */ |
700 1D60588F0D05DD3D006BFB54 /* Frameworks */ = { |
706 1D60588F0D05DD3D006BFB54 /* Frameworks */ = { |
701 isa = PBXFrameworksBuildPhase; |
707 isa = PBXFrameworksBuildPhase; |
1227 617987FA114AA34C00BA94A9 /* uFloat.pas */, |
1233 617987FA114AA34C00BA94A9 /* uFloat.pas */, |
1228 617987FB114AA34C00BA94A9 /* uGame.pas */, |
1234 617987FB114AA34C00BA94A9 /* uGame.pas */, |
1229 617987FC114AA34C00BA94A9 /* uGears.pas */, |
1235 617987FC114AA34C00BA94A9 /* uGears.pas */, |
1230 617987FD114AA34C00BA94A9 /* uIO.pas */, |
1236 617987FD114AA34C00BA94A9 /* uIO.pas */, |
1231 617987FF114AA34C00BA94A9 /* uLand.pas */, |
1237 617987FF114AA34C00BA94A9 /* uLand.pas */, |
|
1238 F6D7E0BF1B768F19004F3BCF /* uLandGenPerlin.pas */, |
|
1239 F6D7E0C01B768F19004F3BCF /* uLandGenTemplateBased.pas */, |
1232 61798800114AA34C00BA94A9 /* uLandGraphics.pas */, |
1240 61798800114AA34C00BA94A9 /* uLandGraphics.pas */, |
1233 61798801114AA34C00BA94A9 /* uLandObjects.pas */, |
1241 61798801114AA34C00BA94A9 /* uLandObjects.pas */, |
1234 61798802114AA34C00BA94A9 /* uLandTemplates.pas */, |
1242 61798802114AA34C00BA94A9 /* uLandTemplates.pas */, |
1235 61798803114AA34C00BA94A9 /* uLandTexture.pas */, |
1243 61798803114AA34C00BA94A9 /* uLandTexture.pas */, |
|
1244 F6D7E0C11B768F19004F3BCF /* uLandUtils.pas */, |
1236 61798804114AA34C00BA94A9 /* uLocale.pas */, |
1245 61798804114AA34C00BA94A9 /* uLocale.pas */, |
1237 61798805114AA34C00BA94A9 /* uMisc.pas */, |
1246 61798805114AA34C00BA94A9 /* uMisc.pas */, |
1238 61798806114AA34C00BA94A9 /* uRandom.pas */, |
1247 61798806114AA34C00BA94A9 /* uRandom.pas */, |
1239 611F4D4A11B27A9900F9759A /* uScript.pas */, |
1248 611F4D4A11B27A9900F9759A /* uScript.pas */, |
1240 61798809114AA34C00BA94A9 /* uSound.pas */, |
1249 61798809114AA34C00BA94A9 /* uSound.pas */, |
1628 6179882B114AA34C00BA94A9 /* uIO.pas in Sources */, |
1637 6179882B114AA34C00BA94A9 /* uIO.pas in Sources */, |
1629 6179882D114AA34C00BA94A9 /* uLand.pas in Sources */, |
1638 6179882D114AA34C00BA94A9 /* uLand.pas in Sources */, |
1630 6179882E114AA34C00BA94A9 /* uLandGraphics.pas in Sources */, |
1639 6179882E114AA34C00BA94A9 /* uLandGraphics.pas in Sources */, |
1631 6179882F114AA34C00BA94A9 /* uLandObjects.pas in Sources */, |
1640 6179882F114AA34C00BA94A9 /* uLandObjects.pas in Sources */, |
1632 61798830114AA34C00BA94A9 /* uLandTemplates.pas in Sources */, |
1641 61798830114AA34C00BA94A9 /* uLandTemplates.pas in Sources */, |
|
1642 F6D7E0C31B768F19004F3BCF /* uLandGenTemplateBased.pas in Sources */, |
1633 61798831114AA34C00BA94A9 /* uLandTexture.pas in Sources */, |
1643 61798831114AA34C00BA94A9 /* uLandTexture.pas in Sources */, |
1634 61798832114AA34C00BA94A9 /* uLocale.pas in Sources */, |
1644 61798832114AA34C00BA94A9 /* uLocale.pas in Sources */, |
1635 61798833114AA34C00BA94A9 /* uMisc.pas in Sources */, |
1645 61798833114AA34C00BA94A9 /* uMisc.pas in Sources */, |
1636 61798834114AA34C00BA94A9 /* uRandom.pas in Sources */, |
1646 61798834114AA34C00BA94A9 /* uRandom.pas in Sources */, |
1637 61798837114AA34C00BA94A9 /* uSound.pas in Sources */, |
1647 61798837114AA34C00BA94A9 /* uSound.pas in Sources */, |
1692 61E5D68D12AB006F00566F29 /* uLandPainted.pas in Sources */, |
1702 61E5D68D12AB006F00566F29 /* uLandPainted.pas in Sources */, |
1693 61F544C712AF1748007FD913 /* HoldTableViewCell.m in Sources */, |
1703 61F544C712AF1748007FD913 /* HoldTableViewCell.m in Sources */, |
1694 61AC067412B2E32D000B52A2 /* Appirater.m in Sources */, |
1704 61AC067412B2E32D000B52A2 /* Appirater.m in Sources */, |
1695 61E2E12E12BAAEE30051B659 /* ServerProtocolNetwork.m in Sources */, |
1705 61E2E12E12BAAEE30051B659 /* ServerProtocolNetwork.m in Sources */, |
1696 61B7A33812CC21080086B604 /* StatsPageViewController.m in Sources */, |
1706 61B7A33812CC21080086B604 /* StatsPageViewController.m in Sources */, |
|
1707 F6D7E0C41B768F19004F3BCF /* uLandUtils.pas in Sources */, |
1697 61EDB5B0135B3F97009B29A6 /* GameInterfaceBridge.m in Sources */, |
1708 61EDB5B0135B3F97009B29A6 /* GameInterfaceBridge.m in Sources */, |
1698 61A976B3136F668500DD9878 /* uCursor.pas in Sources */, |
1709 61A976B3136F668500DD9878 /* uCursor.pas in Sources */, |
1699 6167A6761391514600AA6D07 /* RestoreViewController.m in Sources */, |
1710 6167A6761391514600AA6D07 /* RestoreViewController.m in Sources */, |
1700 61C28D3F142D380400DA16C2 /* AudioManagerController.m in Sources */, |
1711 61C28D3F142D380400DA16C2 /* AudioManagerController.m in Sources */, |
1701 611D7A50142FDCD3006E0798 /* uTouch.pas in Sources */, |
1712 611D7A50142FDCD3006E0798 /* uTouch.pas in Sources */, |
1714 615BE3D4155C5DDF003CA34D /* uInputHandler.pas in Sources */, |
1725 615BE3D4155C5DDF003CA34D /* uInputHandler.pas in Sources */, |
1715 619349C8160BAF3E00A08518 /* uAILandMarks.pas in Sources */, |
1726 619349C8160BAF3E00A08518 /* uAILandMarks.pas in Sources */, |
1716 619349C9160BAF3E00A08518 /* uGearsHandlers.pas in Sources */, |
1727 619349C9160BAF3E00A08518 /* uGearsHandlers.pas in Sources */, |
1717 619349CA160BAF3E00A08518 /* uGearsHandlersRope.pas in Sources */, |
1728 619349CA160BAF3E00A08518 /* uGearsHandlersRope.pas in Sources */, |
1718 610FB7C81661390E002FB2A7 /* uPhysFSLayer.pas in Sources */, |
1729 610FB7C81661390E002FB2A7 /* uPhysFSLayer.pas in Sources */, |
|
1730 F6D7E0C21B768F19004F3BCF /* uLandGenPerlin.pas in Sources */, |
1719 61B37A1F17837C78009F283D /* ArgParsers.pas in Sources */, |
1731 61B37A1F17837C78009F283D /* ArgParsers.pas in Sources */, |
1720 61B37A2017837C78009F283D /* uVisualGearsList.pas in Sources */, |
1732 61B37A2017837C78009F283D /* uVisualGearsList.pas in Sources */, |
1721 61B37A80178381DB009F283D /* uGearsHandlersMess.pas in Sources */, |
1733 61B37A80178381DB009F283D /* uGearsHandlersMess.pas in Sources */, |
1722 61B37A841783822C009F283D /* uVisualGearsHandlers.pas in Sources */, |
1734 61B37A841783822C009F283D /* uVisualGearsHandlers.pas in Sources */, |
1723 ); |
1735 ); |