summary refs log tree commit diff stats
path: root/Cartographic.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
Diffstat (limited to 'Cartographic.xcodeproj/project.pbxproj')
-rwxr-xr-xCartographic.xcodeproj/project.pbxproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cartographic.xcodeproj/project.pbxproj b/Cartographic.xcodeproj/project.pbxproj index 32912ef..1513954 100755 --- a/Cartographic.xcodeproj/project.pbxproj +++ b/Cartographic.xcodeproj/project.pbxproj
@@ -122,6 +122,7 @@
122 6C85834014055A44009EF100 /* CCNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C85833F14055A44009EF100 /* CCNotifications.m */; }; 122 6C85834014055A44009EF100 /* CCNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C85833F14055A44009EF100 /* CCNotifications.m */; };
123 6C85834414055B2E009EF100 /* notificationDesign.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C85834314055B2E009EF100 /* notificationDesign.m */; }; 123 6C85834414055B2E009EF100 /* notificationDesign.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C85834314055B2E009EF100 /* notificationDesign.m */; };
124 6C85834614056E57009EF100 /* venice.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C85834514056E57009EF100 /* venice.png */; }; 124 6C85834614056E57009EF100 /* venice.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C85834514056E57009EF100 /* venice.png */; };
125 6C91A8781697745A00939EA1 /* ScoreBarLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C91A8771697745A00939EA1 /* ScoreBarLayer.m */; };
125 6CC89DD913F2F4E6003704F7 /* Entitlements.plist in Resources */ = {isa = PBXBuildFile; fileRef = 6CC89DD813F2F4E6003704F7 /* Entitlements.plist */; }; 126 6CC89DD913F2F4E6003704F7 /* Entitlements.plist in Resources */ = {isa = PBXBuildFile; fileRef = 6CC89DD813F2F4E6003704F7 /* Entitlements.plist */; };
126 6CC89DDF13F31413003704F7 /* TutorialMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CC89DDE13F31413003704F7 /* TutorialMode.m */; }; 127 6CC89DDF13F31413003704F7 /* TutorialMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CC89DDE13F31413003704F7 /* TutorialMode.m */; };
127 6CDBE80C14092DB00072F287 /* ledge.png in Resources */ = {isa = PBXBuildFile; fileRef = 6CDBE80B14092DB00072F287 /* ledge.png */; }; 128 6CDBE80C14092DB00072F287 /* ledge.png in Resources */ = {isa = PBXBuildFile; fileRef = 6CDBE80B14092DB00072F287 /* ledge.png */; };
@@ -459,6 +460,8 @@
459 6C85834314055B2E009EF100 /* notificationDesign.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = notificationDesign.m; sourceTree = "<group>"; }; 460 6C85834314055B2E009EF100 /* notificationDesign.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = notificationDesign.m; sourceTree = "<group>"; };
460 6C85834514056E57009EF100 /* venice.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = venice.png; sourceTree = "<group>"; }; 461 6C85834514056E57009EF100 /* venice.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = venice.png; sourceTree = "<group>"; };
461 6C88B69314119B5A0049E402 /* libTestFlight.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libTestFlight.a; sourceTree = "<group>"; }; 462 6C88B69314119B5A0049E402 /* libTestFlight.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libTestFlight.a; sourceTree = "<group>"; };
463 6C91A8761697745A00939EA1 /* ScoreBarLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScoreBarLayer.h; sourceTree = "<group>"; };
464 6C91A8771697745A00939EA1 /* ScoreBarLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ScoreBarLayer.m; sourceTree = "<group>"; };
462 6CB532581403BA4F00780A5E /* GameModeSelectionDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GameModeSelectionDelegate.h; sourceTree = "<group>"; }; 465 6CB532581403BA4F00780A5E /* GameModeSelectionDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GameModeSelectionDelegate.h; sourceTree = "<group>"; };
463 6CC89DD813F2F4E6003704F7 /* Entitlements.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Entitlements.plist; sourceTree = "<group>"; }; 466 6CC89DD813F2F4E6003704F7 /* Entitlements.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Entitlements.plist; sourceTree = "<group>"; };
464 6CC89DDD13F31413003704F7 /* TutorialMode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TutorialMode.h; sourceTree = "<group>"; }; 467 6CC89DDD13F31413003704F7 /* TutorialMode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TutorialMode.h; sourceTree = "<group>"; };
@@ -778,6 +781,8 @@
778 3F03221813D7904E00E6A708 /* Highscore.m */, 781 3F03221813D7904E00E6A708 /* Highscore.m */,
779 6C29040E13EAEB590032DA0F /* TutorialBubble.h */, 782 6C29040E13EAEB590032DA0F /* TutorialBubble.h */,
780 6C29040F13EAEB590032DA0F /* TutorialBubble.m */, 783 6C29040F13EAEB590032DA0F /* TutorialBubble.m */,
784 6C91A8761697745A00939EA1 /* ScoreBarLayer.h */,
785 6C91A8771697745A00939EA1 /* ScoreBarLayer.m */,
781 ); 786 );
782 path = Classes; 787 path = Classes;
783 sourceTree = "<group>"; 788 sourceTree = "<group>";
@@ -1545,6 +1550,7 @@
1545 6CF64C1D141BFA9600F3B702 /* FallingObjectFactory.m in Sources */, 1550 6CF64C1D141BFA9600F3B702 /* FallingObjectFactory.m in Sources */,
1546 6CE5F7EA1483FAC8008E9ADA /* GameModeInfo.m in Sources */, 1551 6CE5F7EA1483FAC8008E9ADA /* GameModeInfo.m in Sources */,
1547 6CE5F7EE14855331008E9ADA /* GameModeManager.m in Sources */, 1552 6CE5F7EE14855331008E9ADA /* GameModeManager.m in Sources */,
1553 6C91A8781697745A00939EA1 /* ScoreBarLayer.m in Sources */,
1548 ); 1554 );
1549 runOnlyForDeploymentPostprocessing = 0; 1555 runOnlyForDeploymentPostprocessing = 0;
1550 }; 1556 };