Skip to content

Commit

Permalink
fixed cocos2d#400: change project.pbxproj of HelloWorld and test to i…
Browse files Browse the repository at this point in the history
…nclude CCCamera.cpp
  • Loading branch information
minggo committed Mar 18, 2011
1 parent 98bf5c3 commit d51abc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions HelloWorld/ios/HelloWorld.xcodeproj/project.pbxproj
Expand Up @@ -38,7 +38,7 @@
BF83542113275F5600F3C033 /* CCActionProgressTimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF83518113275F5500F3C033 /* CCActionProgressTimer.cpp */; };
BF83542213275F5600F3C033 /* CCActionTiledGrid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF83518213275F5500F3C033 /* CCActionTiledGrid.cpp */; };
BF83542313275F5600F3C033 /* CCAtlasNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF83518513275F5500F3C033 /* CCAtlasNode.cpp */; };
BF83542413275F5600F3C033 /* CCamera.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF83518613275F5500F3C033 /* CCamera.cpp */; };
BF83542413275F5600F3C033 /* CCCamera.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF83518613275F5500F3C033 /* CCCamera.cpp */; };
BF83542513275F5600F3C033 /* CCConfiguration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF83518713275F5500F3C033 /* CCConfiguration.cpp */; };
BF83542613275F5600F3C033 /* CCConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = BF83518813275F5500F3C033 /* CCConfiguration.h */; };
BF83542713275F5600F3C033 /* CCDrawingPrimitives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF83518913275F5500F3C033 /* CCDrawingPrimitives.cpp */; };
Expand Down Expand Up @@ -605,7 +605,7 @@
BF83518113275F5500F3C033 /* CCActionProgressTimer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCActionProgressTimer.cpp; sourceTree = "<group>"; };
BF83518213275F5500F3C033 /* CCActionTiledGrid.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCActionTiledGrid.cpp; sourceTree = "<group>"; };
BF83518513275F5500F3C033 /* CCAtlasNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCAtlasNode.cpp; sourceTree = "<group>"; };
BF83518613275F5500F3C033 /* CCamera.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCamera.cpp; sourceTree = "<group>"; };
BF83518613275F5500F3C033 /* CCCamera.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCCamera.cpp; sourceTree = "<group>"; };
BF83518713275F5500F3C033 /* CCConfiguration.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCConfiguration.cpp; sourceTree = "<group>"; };
BF83518813275F5500F3C033 /* CCConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCConfiguration.h; sourceTree = "<group>"; };
BF83518913275F5500F3C033 /* CCDrawingPrimitives.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCDrawingPrimitives.cpp; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1264,7 +1264,7 @@
children = (
BF83517713275F5500F3C033 /* actions */,
BF83518413275F5500F3C033 /* base_nodes */,
BF83518613275F5500F3C033 /* CCamera.cpp */,
BF83518613275F5500F3C033 /* CCCamera.cpp */,
BF83518713275F5500F3C033 /* CCConfiguration.cpp */,
BF83518813275F5500F3C033 /* CCConfiguration.h */,
BF83518913275F5500F3C033 /* CCDrawingPrimitives.cpp */,
Expand Down Expand Up @@ -2828,7 +2828,7 @@
BF83542113275F5600F3C033 /* CCActionProgressTimer.cpp in Sources */,
BF83542213275F5600F3C033 /* CCActionTiledGrid.cpp in Sources */,
BF83542313275F5600F3C033 /* CCAtlasNode.cpp in Sources */,
BF83542413275F5600F3C033 /* CCamera.cpp in Sources */,
BF83542413275F5600F3C033 /* CCCamera.cpp in Sources */,
BF83542513275F5600F3C033 /* CCConfiguration.cpp in Sources */,
BF83542713275F5600F3C033 /* CCDrawingPrimitives.cpp in Sources */,
BF83542813275F5600F3C033 /* CCScheduler.cpp in Sources */,
Expand Down
8 changes: 4 additions & 4 deletions tests/test.ios/test.xcodeproj/project.pbxproj
Expand Up @@ -236,7 +236,7 @@
BF835B3313276C7900F3C033 /* CCActionProgressTimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF83589313276C7700F3C033 /* CCActionProgressTimer.cpp */; };
BF835B3413276C7900F3C033 /* CCActionTiledGrid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF83589413276C7700F3C033 /* CCActionTiledGrid.cpp */; };
BF835B3513276C7900F3C033 /* CCAtlasNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF83589713276C7700F3C033 /* CCAtlasNode.cpp */; };
BF835B3613276C7900F3C033 /* CCamera.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF83589813276C7700F3C033 /* CCamera.cpp */; };
BF835B3613276C7900F3C033 /* CCCamera.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF83589813276C7700F3C033 /* CCCamera.cpp */; };
BF835B3713276C7900F3C033 /* CCConfiguration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF83589913276C7700F3C033 /* CCConfiguration.cpp */; };
BF835B3813276C7900F3C033 /* CCConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = BF83589A13276C7700F3C033 /* CCConfiguration.h */; };
BF835B3913276C7900F3C033 /* CCDrawingPrimitives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF83589B13276C7700F3C033 /* CCDrawingPrimitives.cpp */; };
Expand Down Expand Up @@ -1107,7 +1107,7 @@
BF83589313276C7700F3C033 /* CCActionProgressTimer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCActionProgressTimer.cpp; sourceTree = "<group>"; };
BF83589413276C7700F3C033 /* CCActionTiledGrid.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCActionTiledGrid.cpp; sourceTree = "<group>"; };
BF83589713276C7700F3C033 /* CCAtlasNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCAtlasNode.cpp; sourceTree = "<group>"; };
BF83589813276C7700F3C033 /* CCamera.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCamera.cpp; sourceTree = "<group>"; };
BF83589813276C7700F3C033 /* CCCamera.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCCamera.cpp; sourceTree = "<group>"; };
BF83589913276C7700F3C033 /* CCConfiguration.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCConfiguration.cpp; sourceTree = "<group>"; };
BF83589A13276C7700F3C033 /* CCConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCConfiguration.h; sourceTree = "<group>"; };
BF83589B13276C7700F3C033 /* CCDrawingPrimitives.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCDrawingPrimitives.cpp; sourceTree = "<group>"; };
Expand Down Expand Up @@ -2472,7 +2472,7 @@
children = (
BF83588913276C7700F3C033 /* actions */,
BF83589613276C7700F3C033 /* base_nodes */,
BF83589813276C7700F3C033 /* CCamera.cpp */,
BF83589813276C7700F3C033 /* CCCamera.cpp */,
BF83589913276C7700F3C033 /* CCConfiguration.cpp */,
BF83589A13276C7700F3C033 /* CCConfiguration.h */,
BF83589B13276C7700F3C033 /* CCDrawingPrimitives.cpp */,
Expand Down Expand Up @@ -4247,7 +4247,7 @@
BF835B3313276C7900F3C033 /* CCActionProgressTimer.cpp in Sources */,
BF835B3413276C7900F3C033 /* CCActionTiledGrid.cpp in Sources */,
BF835B3513276C7900F3C033 /* CCAtlasNode.cpp in Sources */,
BF835B3613276C7900F3C033 /* CCamera.cpp in Sources */,
BF835B3613276C7900F3C033 /* CCCamera.cpp in Sources */,
BF835B3713276C7900F3C033 /* CCConfiguration.cpp in Sources */,
BF835B3913276C7900F3C033 /* CCDrawingPrimitives.cpp in Sources */,
BF835B3A13276C7900F3C033 /* CCScheduler.cpp in Sources */,
Expand Down

0 comments on commit d51abc2

Please sign in to comment.