diff options
Diffstat (limited to 'Cartographic.xcodeproj')
| -rwxr-xr-x | Cartographic.xcodeproj/project.pbxproj | 68 | 
1 files changed, 68 insertions, 0 deletions
| diff --git a/Cartographic.xcodeproj/project.pbxproj b/Cartographic.xcodeproj/project.pbxproj index 945a239..8479e51 100755 --- a/Cartographic.xcodeproj/project.pbxproj +++ b/Cartographic.xcodeproj/project.pbxproj | |||
| @@ -101,6 +101,10 @@ | |||
| 101 | 6C0C140E13F1C3EC003A31B2 /* ValuableObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C0C140D13F1C3EC003A31B2 /* ValuableObject.m */; }; | 101 | 6C0C140E13F1C3EC003A31B2 /* ValuableObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C0C140D13F1C3EC003A31B2 /* ValuableObject.m */; }; | 
| 102 | 6C0C141113F2099B003A31B2 /* Cart.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C0C141013F2099B003A31B2 /* Cart.m */; }; | 102 | 6C0C141113F2099B003A31B2 /* Cart.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C0C141013F2099B003A31B2 /* Cart.m */; }; | 
| 103 | 6C0C141413F20E98003A31B2 /* GameMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C0C141313F20E98003A31B2 /* GameMode.m */; }; | 103 | 6C0C141413F20E98003A31B2 /* GameMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C0C141313F20E98003A31B2 /* GameMode.m */; }; | 
| 104 | 6C18C3CA1402AD9C0005AA4C /* UIImage+ColorMasking.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C18C3C91402AD9C0005AA4C /* UIImage+ColorMasking.m */; }; | ||
| 105 | 6C18C3D214033DC50005AA4C /* CocosOverlayScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C18C3CD14033DC10005AA4C /* CocosOverlayScrollView.m */; }; | ||
| 106 | 6C18C3D314033DC60005AA4C /* NMPanelMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C18C3CF14033DC30005AA4C /* NMPanelMenu.m */; }; | ||
| 107 | 6C18C3D414033DC60005AA4C /* TouchDelegatingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C18C3D114033DC40005AA4C /* TouchDelegatingView.m */; }; | ||
| 104 | 6C19F15B14018EE900F9CCD3 /* libTestFlight.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6C19F15A14018EE900F9CCD3 /* libTestFlight.a */; }; | 108 | 6C19F15B14018EE900F9CCD3 /* libTestFlight.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6C19F15A14018EE900F9CCD3 /* libTestFlight.a */; }; | 
| 105 | 6C19F1631401917500F9CCD3 /* feedback.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C19F1621401917500F9CCD3 /* feedback.png */; }; | 109 | 6C19F1631401917500F9CCD3 /* feedback.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C19F1621401917500F9CCD3 /* feedback.png */; }; | 
| 106 | 6C19F1651401917900F9CCD3 /* feedback2.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C19F1641401917900F9CCD3 /* feedback2.png */; }; | 110 | 6C19F1651401917900F9CCD3 /* feedback2.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C19F1641401917900F9CCD3 /* feedback2.png */; }; | 
| @@ -108,6 +112,11 @@ | |||
| 108 | 6C29041213EAEC8A0032DA0F /* framestuff.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C29041113EAEC8A0032DA0F /* framestuff.png */; }; | 112 | 6C29041213EAEC8A0032DA0F /* framestuff.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C29041113EAEC8A0032DA0F /* framestuff.png */; }; | 
| 109 | 6C39CFE013FC2708002B21AF /* tutorial.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C39CFDF13FC2708002B21AF /* tutorial.png */; }; | 113 | 6C39CFE013FC2708002B21AF /* tutorial.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C39CFDF13FC2708002B21AF /* tutorial.png */; }; | 
| 110 | 6C39CFE213FC2713002B21AF /* tutorial2.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C39CFE113FC2713002B21AF /* tutorial2.png */; }; | 114 | 6C39CFE213FC2713002B21AF /* tutorial2.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C39CFE113FC2713002B21AF /* tutorial2.png */; }; | 
| 115 | 6C39CFF313FD4F8B002B21AF /* GameModeSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C39CFF213FD4F89002B21AF /* GameModeSelection.m */; }; | ||
| 116 | 6C39CFF513FD5526002B21AF /* paintdaubs.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C39CFF413FD5526002B21AF /* paintdaubs.png */; }; | ||
| 117 | 6C39CFF813FD7638002B21AF /* GameModeSelectionLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C39CFF713FD7637002B21AF /* GameModeSelectionLayer.m */; }; | ||
| 118 | 6C39D00813FD9037002B21AF /* florence.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C39D00713FD9037002B21AF /* florence.png */; }; | ||
| 119 | 6C39D01213FD9945002B21AF /* paris.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C39D01113FD9945002B21AF /* paris.png */; }; | ||
| 111 | 6C5179C613DF3839006F1F38 /* Morning1.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C5179C513DF3839006F1F38 /* Morning1.png */; }; | 120 | 6C5179C613DF3839006F1F38 /* Morning1.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C5179C513DF3839006F1F38 /* Morning1.png */; }; | 
| 112 | 6CC89DD913F2F4E6003704F7 /* Entitlements.plist in Resources */ = {isa = PBXBuildFile; fileRef = 6CC89DD813F2F4E6003704F7 /* Entitlements.plist */; }; | 121 | 6CC89DD913F2F4E6003704F7 /* Entitlements.plist in Resources */ = {isa = PBXBuildFile; fileRef = 6CC89DD813F2F4E6003704F7 /* Entitlements.plist */; }; | 
| 113 | 6CC89DDF13F31413003704F7 /* TutorialMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CC89DDE13F31413003704F7 /* TutorialMode.m */; }; | 122 | 6CC89DDF13F31413003704F7 /* TutorialMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CC89DDE13F31413003704F7 /* TutorialMode.m */; }; | 
| @@ -409,6 +418,14 @@ | |||
| 409 | 6C0C141013F2099B003A31B2 /* Cart.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Cart.m; sourceTree = "<group>"; }; | 418 | 6C0C141013F2099B003A31B2 /* Cart.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Cart.m; sourceTree = "<group>"; }; | 
| 410 | 6C0C141213F20E98003A31B2 /* GameMode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GameMode.h; sourceTree = "<group>"; }; | 419 | 6C0C141213F20E98003A31B2 /* GameMode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GameMode.h; sourceTree = "<group>"; }; | 
| 411 | 6C0C141313F20E98003A31B2 /* GameMode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GameMode.m; sourceTree = "<group>"; }; | 420 | 6C0C141313F20E98003A31B2 /* GameMode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GameMode.m; sourceTree = "<group>"; }; | 
| 421 | 6C18C3C81402AD9C0005AA4C /* UIImage+ColorMasking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+ColorMasking.h"; sourceTree = "<group>"; }; | ||
| 422 | 6C18C3C91402AD9C0005AA4C /* UIImage+ColorMasking.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+ColorMasking.m"; sourceTree = "<group>"; }; | ||
| 423 | 6C18C3CC14033DBF0005AA4C /* CocosOverlayScrollView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CocosOverlayScrollView.h; sourceTree = "<group>"; }; | ||
| 424 | 6C18C3CD14033DC10005AA4C /* CocosOverlayScrollView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CocosOverlayScrollView.m; sourceTree = "<group>"; }; | ||
| 425 | 6C18C3CE14033DC20005AA4C /* NMPanelMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NMPanelMenu.h; sourceTree = "<group>"; }; | ||
| 426 | 6C18C3CF14033DC30005AA4C /* NMPanelMenu.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NMPanelMenu.m; sourceTree = "<group>"; }; | ||
| 427 | 6C18C3D014033DC40005AA4C /* TouchDelegatingView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TouchDelegatingView.h; sourceTree = "<group>"; }; | ||
| 428 | 6C18C3D114033DC40005AA4C /* TouchDelegatingView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TouchDelegatingView.m; sourceTree = "<group>"; }; | ||
| 412 | 6C19F15A14018EE900F9CCD3 /* libTestFlight.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libTestFlight.a; sourceTree = "<group>"; }; | 429 | 6C19F15A14018EE900F9CCD3 /* libTestFlight.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libTestFlight.a; sourceTree = "<group>"; }; | 
| 413 | 6C19F15D14018FDF00F9CCD3 /* TestFlight.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestFlight.h; sourceTree = "<group>"; }; | 430 | 6C19F15D14018FDF00F9CCD3 /* TestFlight.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestFlight.h; sourceTree = "<group>"; }; | 
| 414 | 6C19F1621401917500F9CCD3 /* feedback.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = feedback.png; sourceTree = "<group>"; }; | 431 | 6C19F1621401917500F9CCD3 /* feedback.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = feedback.png; sourceTree = "<group>"; }; | 
| @@ -418,7 +435,15 @@ | |||
| 418 | 6C29041113EAEC8A0032DA0F /* framestuff.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = framestuff.png; sourceTree = "<group>"; }; | 435 | 6C29041113EAEC8A0032DA0F /* framestuff.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = framestuff.png; sourceTree = "<group>"; }; | 
| 419 | 6C39CFDF13FC2708002B21AF /* tutorial.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tutorial.png; sourceTree = "<group>"; }; | 436 | 6C39CFDF13FC2708002B21AF /* tutorial.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tutorial.png; sourceTree = "<group>"; }; | 
| 420 | 6C39CFE113FC2713002B21AF /* tutorial2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tutorial2.png; sourceTree = "<group>"; }; | 437 | 6C39CFE113FC2713002B21AF /* tutorial2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tutorial2.png; sourceTree = "<group>"; }; | 
| 438 | 6C39CFF113FD4F87002B21AF /* GameModeSelection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GameModeSelection.h; sourceTree = "<group>"; }; | ||
| 439 | 6C39CFF213FD4F89002B21AF /* GameModeSelection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GameModeSelection.m; sourceTree = "<group>"; }; | ||
| 440 | 6C39CFF413FD5526002B21AF /* paintdaubs.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = paintdaubs.png; sourceTree = "<group>"; }; | ||
| 441 | 6C39CFF613FD7636002B21AF /* GameModeSelectionLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GameModeSelectionLayer.h; sourceTree = "<group>"; }; | ||
| 442 | 6C39CFF713FD7637002B21AF /* GameModeSelectionLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GameModeSelectionLayer.m; sourceTree = "<group>"; }; | ||
| 443 | 6C39D00713FD9037002B21AF /* florence.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = florence.png; sourceTree = "<group>"; }; | ||
| 444 | 6C39D01113FD9945002B21AF /* paris.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = paris.png; sourceTree = "<group>"; }; | ||
| 421 | 6C5179C513DF3839006F1F38 /* Morning1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Morning1.png; sourceTree = "<group>"; }; | 445 | 6C5179C513DF3839006F1F38 /* Morning1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Morning1.png; sourceTree = "<group>"; }; | 
| 446 | 6CB532581403BA4F00780A5E /* GameModeSelectionDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GameModeSelectionDelegate.h; sourceTree = "<group>"; }; | ||
| 422 | 6CC89DD813F2F4E6003704F7 /* Entitlements.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Entitlements.plist; sourceTree = "<group>"; }; | 447 | 6CC89DD813F2F4E6003704F7 /* Entitlements.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Entitlements.plist; sourceTree = "<group>"; }; | 
| 423 | 6CC89DDD13F31413003704F7 /* TutorialMode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TutorialMode.h; sourceTree = "<group>"; }; | 448 | 6CC89DDD13F31413003704F7 /* TutorialMode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TutorialMode.h; sourceTree = "<group>"; }; | 
| 424 | 6CC89DDE13F31413003704F7 /* TutorialMode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TutorialMode.m; sourceTree = "<group>"; }; | 449 | 6CC89DDE13F31413003704F7 /* TutorialMode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TutorialMode.m; sourceTree = "<group>"; }; | 
| @@ -704,6 +729,7 @@ | |||
| 704 | 2D500B1D0D5A766B00DBA0E3 /* Classes */ = { | 729 | 2D500B1D0D5A766B00DBA0E3 /* Classes */ = { | 
| 705 | isa = PBXGroup; | 730 | isa = PBXGroup; | 
| 706 | children = ( | 731 | children = ( | 
| 732 | 6CB532561403492E00780A5E /* Selection Screen */, | ||
| 707 | 6C0C141513F211C7003A31B2 /* Game Modes */, | 733 | 6C0C141513F211C7003A31B2 /* Game Modes */, | 
| 708 | 6C5887E313EE3ED900B5A80A /* Items */, | 734 | 6C5887E313EE3ED900B5A80A /* Items */, | 
| 709 | E0F81035120A173C005866B8 /* GameConfig.h */, | 735 | E0F81035120A173C005866B8 /* GameConfig.h */, | 
| @@ -728,6 +754,7 @@ | |||
| 728 | 3F6C7F4C13D647AF00C038FE /* Backgrounds */ = { | 754 | 3F6C7F4C13D647AF00C038FE /* Backgrounds */ = { | 
| 729 | isa = PBXGroup; | 755 | isa = PBXGroup; | 
| 730 | children = ( | 756 | children = ( | 
| 757 | 6C39CFF413FD5526002B21AF /* paintdaubs.png */, | ||
| 731 | 6C5179C513DF3839006F1F38 /* Morning1.png */, | 758 | 6C5179C513DF3839006F1F38 /* Morning1.png */, | 
| 732 | 3F6C7F4A13D647A600C038FE /* GameOver.png */, | 759 | 3F6C7F4A13D647A600C038FE /* GameOver.png */, | 
| 733 | 3F6C7F2313D63E6500C038FE /* SeaBeach.png */, | 760 | 3F6C7F2313D63E6500C038FE /* SeaBeach.png */, | 
| @@ -856,6 +883,7 @@ | |||
| 856 | 50F4144210692EE7002A0D5E /* Resources */ = { | 883 | 50F4144210692EE7002A0D5E /* Resources */ = { | 
| 857 | isa = PBXGroup; | 884 | isa = PBXGroup; | 
| 858 | children = ( | 885 | children = ( | 
| 886 | 6C39D00513FD901A002B21AF /* Icons */, | ||
| 859 | 3F7D0EC713D8E6B000B6CE14 /* Buttons */, | 887 | 3F7D0EC713D8E6B000B6CE14 /* Buttons */, | 
| 860 | 3F8395B713D744420059AEE8 /* cartdata.sqlite3 */, | 888 | 3F8395B713D744420059AEE8 /* cartdata.sqlite3 */, | 
| 861 | 3F6C7F5D13D648D300C038FE /* Fonts */, | 889 | 3F6C7F5D13D648D300C038FE /* Fonts */, | 
| @@ -887,6 +915,15 @@ | |||
| 887 | name = "Game Modes"; | 915 | name = "Game Modes"; | 
| 888 | sourceTree = "<group>"; | 916 | sourceTree = "<group>"; | 
| 889 | }; | 917 | }; | 
| 918 | 6C39D00513FD901A002B21AF /* Icons */ = { | ||
| 919 | isa = PBXGroup; | ||
| 920 | children = ( | ||
| 921 | 6C39D01113FD9945002B21AF /* paris.png */, | ||
| 922 | 6C39D00713FD9037002B21AF /* florence.png */, | ||
| 923 | ); | ||
| 924 | name = Icons; | ||
| 925 | sourceTree = "<group>"; | ||
| 926 | }; | ||
| 890 | 6C5887E313EE3ED900B5A80A /* Items */ = { | 927 | 6C5887E313EE3ED900B5A80A /* Items */ = { | 
| 891 | isa = PBXGroup; | 928 | isa = PBXGroup; | 
| 892 | children = ( | 929 | children = ( | 
| @@ -909,6 +946,26 @@ | |||
| 909 | name = Items; | 946 | name = Items; | 
| 910 | sourceTree = "<group>"; | 947 | sourceTree = "<group>"; | 
| 911 | }; | 948 | }; | 
| 949 | 6CB532561403492E00780A5E /* Selection Screen */ = { | ||
| 950 | isa = PBXGroup; | ||
| 951 | children = ( | ||
| 952 | 6C39CFF113FD4F87002B21AF /* GameModeSelection.h */, | ||
| 953 | 6C39CFF213FD4F89002B21AF /* GameModeSelection.m */, | ||
| 954 | 6C39CFF613FD7636002B21AF /* GameModeSelectionLayer.h */, | ||
| 955 | 6C39CFF713FD7637002B21AF /* GameModeSelectionLayer.m */, | ||
| 956 | 6C18C3C81402AD9C0005AA4C /* UIImage+ColorMasking.h */, | ||
| 957 | 6C18C3C91402AD9C0005AA4C /* UIImage+ColorMasking.m */, | ||
| 958 | 6C18C3CC14033DBF0005AA4C /* CocosOverlayScrollView.h */, | ||
| 959 | 6C18C3CD14033DC10005AA4C /* CocosOverlayScrollView.m */, | ||
| 960 | 6C18C3CE14033DC20005AA4C /* NMPanelMenu.h */, | ||
| 961 | 6C18C3CF14033DC30005AA4C /* NMPanelMenu.m */, | ||
| 962 | 6C18C3D014033DC40005AA4C /* TouchDelegatingView.h */, | ||
| 963 | 6C18C3D114033DC40005AA4C /* TouchDelegatingView.m */, | ||
| 964 | 6CB532581403BA4F00780A5E /* GameModeSelectionDelegate.h */, | ||
| 965 | ); | ||
| 966 | name = "Selection Screen"; | ||
| 967 | sourceTree = "<group>"; | ||
| 968 | }; | ||
| 912 | E02BBB19126CC2F5006E46A2 /* cocos2d */ = { | 969 | E02BBB19126CC2F5006E46A2 /* cocos2d */ = { | 
| 913 | isa = PBXGroup; | 970 | isa = PBXGroup; | 
| 914 | children = ( | 971 | children = ( | 
| @@ -1375,6 +1432,9 @@ | |||
| 1375 | 6CC89DD913F2F4E6003704F7 /* Entitlements.plist in Resources */, | 1432 | 6CC89DD913F2F4E6003704F7 /* Entitlements.plist in Resources */, | 
| 1376 | 6C39CFE013FC2708002B21AF /* tutorial.png in Resources */, | 1433 | 6C39CFE013FC2708002B21AF /* tutorial.png in Resources */, | 
| 1377 | 6C39CFE213FC2713002B21AF /* tutorial2.png in Resources */, | 1434 | 6C39CFE213FC2713002B21AF /* tutorial2.png in Resources */, | 
| 1435 | 6C39CFF513FD5526002B21AF /* paintdaubs.png in Resources */, | ||
| 1436 | 6C39D00813FD9037002B21AF /* florence.png in Resources */, | ||
| 1437 | 6C39D01213FD9945002B21AF /* paris.png in Resources */, | ||
| 1378 | 6C19F1631401917500F9CCD3 /* feedback.png in Resources */, | 1438 | 6C19F1631401917500F9CCD3 /* feedback.png in Resources */, | 
| 1379 | 6C19F1651401917900F9CCD3 /* feedback2.png in Resources */, | 1439 | 6C19F1651401917900F9CCD3 /* feedback2.png in Resources */, | 
| 1380 | ); | 1440 | ); | 
| @@ -1421,6 +1481,12 @@ | |||
| 1421 | 6C0C141113F2099B003A31B2 /* Cart.m in Sources */, | 1481 | 6C0C141113F2099B003A31B2 /* Cart.m in Sources */, | 
| 1422 | 6C0C141413F20E98003A31B2 /* GameMode.m in Sources */, | 1482 | 6C0C141413F20E98003A31B2 /* GameMode.m in Sources */, | 
| 1423 | 6CC89DDF13F31413003704F7 /* TutorialMode.m in Sources */, | 1483 | 6CC89DDF13F31413003704F7 /* TutorialMode.m in Sources */, | 
| 1484 | 6C39CFF313FD4F8B002B21AF /* GameModeSelection.m in Sources */, | ||
| 1485 | 6C39CFF813FD7638002B21AF /* GameModeSelectionLayer.m in Sources */, | ||
| 1486 | 6C18C3CA1402AD9C0005AA4C /* UIImage+ColorMasking.m in Sources */, | ||
| 1487 | 6C18C3D214033DC50005AA4C /* CocosOverlayScrollView.m in Sources */, | ||
| 1488 | 6C18C3D314033DC60005AA4C /* NMPanelMenu.m in Sources */, | ||
| 1489 | 6C18C3D414033DC60005AA4C /* TouchDelegatingView.m in Sources */, | ||
| 1424 | ); | 1490 | ); | 
| 1425 | runOnlyForDeploymentPostprocessing = 0; | 1491 | runOnlyForDeploymentPostprocessing = 0; | 
| 1426 | }; | 1492 | }; | 
| @@ -1549,6 +1615,7 @@ | |||
| 1549 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | 1615 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | 
| 1550 | COPY_PHASE_STRIP = NO; | 1616 | COPY_PHASE_STRIP = NO; | 
| 1551 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | 1617 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | 
| 1618 | GCC_C_LANGUAGE_STANDARD = c99; | ||
| 1552 | GCC_DYNAMIC_NO_PIC = NO; | 1619 | GCC_DYNAMIC_NO_PIC = NO; | 
| 1553 | GCC_OPTIMIZATION_LEVEL = 0; | 1620 | GCC_OPTIMIZATION_LEVEL = 0; | 
| 1554 | GCC_PRECOMPILE_PREFIX_HEADER = YES; | 1621 | GCC_PRECOMPILE_PREFIX_HEADER = YES; | 
| @@ -1581,6 +1648,7 @@ | |||
| 1581 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | 1648 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | 
| 1582 | COPY_PHASE_STRIP = YES; | 1649 | COPY_PHASE_STRIP = YES; | 
| 1583 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | 1650 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | 
| 1651 | GCC_C_LANGUAGE_STANDARD = c99; | ||
| 1584 | GCC_PRECOMPILE_PREFIX_HEADER = YES; | 1652 | GCC_PRECOMPILE_PREFIX_HEADER = YES; | 
| 1585 | GCC_PREFIX_HEADER = Cart_Collect_Prefix.pch; | 1653 | GCC_PREFIX_HEADER = Cart_Collect_Prefix.pch; | 
| 1586 | GCC_TREAT_WARNINGS_AS_ERRORS = NO; | 1654 | GCC_TREAT_WARNINGS_AS_ERRORS = NO; | 
