diff options
| author | Starla Insigna <starla4444@gmail.com> | 2011-08-18 09:18:16 -0400 |
|---|---|---|
| committer | Starla Insigna <starla4444@gmail.com> | 2011-08-18 09:18:16 -0400 |
| commit | 6906cf0ce4f8266173d67a7b9fccc56747d5d618 (patch) | |
| tree | 479da747ed4365fa45f390a274176d42d282e669 | |
| parent | 93f26235d891b7558aaf8aa0353104cdec3609c9 (diff) | |
| download | cartcollect-6906cf0ce4f8266173d67a7b9fccc56747d5d618.tar.gz cartcollect-6906cf0ce4f8266173d67a7b9fccc56747d5d618.tar.bz2 cartcollect-6906cf0ce4f8266173d67a7b9fccc56747d5d618.zip | |
Renamed project to "Cartographic"
Closes #206
| -rwxr-xr-x | Cartographic.xcodeproj/project.pbxproj (renamed from Cart Collect.xcodeproj/project.pbxproj) | 24 | ||||
| -rwxr-xr-x | Cartographic.xcodeproj/project.xcworkspace/contents.xcworkspacedata (renamed from Cart Collect.xcodeproj/project.xcworkspace/contents.xcworkspacedata) | 2 | ||||
| -rwxr-xr-x | Classes/MainMenuLayer.m | 2 |
3 files changed, 14 insertions, 14 deletions
| diff --git a/Cart Collect.xcodeproj/project.pbxproj b/Cartographic.xcodeproj/project.pbxproj index 1c07ef3..efe08b2 100755 --- a/Cart Collect.xcodeproj/project.pbxproj +++ b/Cartographic.xcodeproj/project.pbxproj | |||
| @@ -314,7 +314,7 @@ | |||
| 314 | /* End PBXContainerItemProxy section */ | 314 | /* End PBXContainerItemProxy section */ |
| 315 | 315 | ||
| 316 | /* Begin PBXFileReference section */ | 316 | /* Begin PBXFileReference section */ |
| 317 | 1D6058910D05DD3D006BFB54 /* Cart Collect.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Cart Collect.app"; sourceTree = BUILT_PRODUCTS_DIR; }; | 317 | 1D6058910D05DD3D006BFB54 /* Cartographic.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Cartographic.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 318 | 1F3B9A2C0EF2145700286867 /* Cart_CollectAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Cart_CollectAppDelegate.h; path = Classes/Cart_CollectAppDelegate.h; sourceTree = SOURCE_ROOT; }; | 318 | 1F3B9A2C0EF2145700286867 /* Cart_CollectAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Cart_CollectAppDelegate.h; path = Classes/Cart_CollectAppDelegate.h; sourceTree = SOURCE_ROOT; }; |
| 319 | 1F3B9A820EF2151B00286867 /* Cart_Collect_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Cart_Collect_Prefix.pch; sourceTree = SOURCE_ROOT; }; | 319 | 1F3B9A820EF2151B00286867 /* Cart_Collect_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Cart_Collect_Prefix.pch; sourceTree = SOURCE_ROOT; }; |
| 320 | 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; | 320 | 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
| @@ -645,7 +645,7 @@ | |||
| 645 | 19C28FACFE9D520D11CA2CBB /* Products */ = { | 645 | 19C28FACFE9D520D11CA2CBB /* Products */ = { |
| 646 | isa = PBXGroup; | 646 | isa = PBXGroup; |
| 647 | children = ( | 647 | children = ( |
| 648 | 1D6058910D05DD3D006BFB54 /* Cart Collect.app */, | 648 | 1D6058910D05DD3D006BFB54 /* Cartographic.app */, |
| 649 | 506EE05E10304ED200A389B3 /* libcocos2d libraries.a */, | 649 | 506EE05E10304ED200A389B3 /* libcocos2d libraries.a */, |
| 650 | ); | 650 | ); |
| 651 | name = Products; | 651 | name = Products; |
| @@ -1257,9 +1257,9 @@ | |||
| 1257 | /* End PBXHeadersBuildPhase section */ | 1257 | /* End PBXHeadersBuildPhase section */ |
| 1258 | 1258 | ||
| 1259 | /* Begin PBXNativeTarget section */ | 1259 | /* Begin PBXNativeTarget section */ |
| 1260 | 1D6058900D05DD3D006BFB54 /* Cart Collect */ = { | 1260 | 1D6058900D05DD3D006BFB54 /* Cartographic */ = { |
| 1261 | isa = PBXNativeTarget; | 1261 | isa = PBXNativeTarget; |
| 1262 | buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Cart Collect" */; | 1262 | buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Cartographic" */; |
| 1263 | buildPhases = ( | 1263 | buildPhases = ( |
| 1264 | 1D60588D0D05DD3D006BFB54 /* Resources */, | 1264 | 1D60588D0D05DD3D006BFB54 /* Resources */, |
| 1265 | 1D60588E0D05DD3D006BFB54 /* Sources */, | 1265 | 1D60588E0D05DD3D006BFB54 /* Sources */, |
| @@ -1271,9 +1271,9 @@ | |||
| 1271 | 6C263DE113F6F6E800116746 /* PBXTargetDependency */, | 1271 | 6C263DE113F6F6E800116746 /* PBXTargetDependency */, |
| 1272 | 506EE1A81030507B00A389B3 /* PBXTargetDependency */, | 1272 | 506EE1A81030507B00A389B3 /* PBXTargetDependency */, |
| 1273 | ); | 1273 | ); |
| 1274 | name = "Cart Collect"; | 1274 | name = Cartographic; |
| 1275 | productName = "Cart Collect"; | 1275 | productName = "Cart Collect"; |
| 1276 | productReference = 1D6058910D05DD3D006BFB54 /* Cart Collect.app */; | 1276 | productReference = 1D6058910D05DD3D006BFB54 /* Cartographic.app */; |
| 1277 | productType = "com.apple.product-type.application"; | 1277 | productType = "com.apple.product-type.application"; |
| 1278 | }; | 1278 | }; |
| 1279 | 506EE05D10304ED200A389B3 /* cocos2d libraries */ = { | 1279 | 506EE05D10304ED200A389B3 /* cocos2d libraries */ = { |
| @@ -1301,7 +1301,7 @@ | |||
| 1301 | attributes = { | 1301 | attributes = { |
| 1302 | LastUpgradeCheck = 0410; | 1302 | LastUpgradeCheck = 0410; |
| 1303 | }; | 1303 | }; |
| 1304 | buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Cart Collect" */; | 1304 | buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Cartographic" */; |
| 1305 | compatibilityVersion = "Xcode 3.2"; | 1305 | compatibilityVersion = "Xcode 3.2"; |
| 1306 | developmentRegion = English; | 1306 | developmentRegion = English; |
| 1307 | hasScannedForEncodings = 1; | 1307 | hasScannedForEncodings = 1; |
| @@ -1315,7 +1315,7 @@ | |||
| 1315 | projectDirPath = ""; | 1315 | projectDirPath = ""; |
| 1316 | projectRoot = ""; | 1316 | projectRoot = ""; |
| 1317 | targets = ( | 1317 | targets = ( |
| 1318 | 1D6058900D05DD3D006BFB54 /* Cart Collect */, | 1318 | 1D6058900D05DD3D006BFB54 /* Cartographic */, |
| 1319 | 506EE05D10304ED200A389B3 /* cocos2d libraries */, | 1319 | 506EE05D10304ED200A389B3 /* cocos2d libraries */, |
| 1320 | 6C263DDB13F6F4A000116746 /* Versioning */, | 1320 | 6C263DDB13F6F4A000116746 /* Versioning */, |
| 1321 | ); | 1321 | ); |
| @@ -1548,7 +1548,7 @@ | |||
| 1548 | "-all_load", | 1548 | "-all_load", |
| 1549 | "-ObjC", | 1549 | "-ObjC", |
| 1550 | ); | 1550 | ); |
| 1551 | PRODUCT_NAME = "Cart Collect"; | 1551 | PRODUCT_NAME = Cartographic; |
| 1552 | TARGETED_DEVICE_FAMILY = 1; | 1552 | TARGETED_DEVICE_FAMILY = 1; |
| 1553 | WARNING_CFLAGS = "-Wall"; | 1553 | WARNING_CFLAGS = "-Wall"; |
| 1554 | }; | 1554 | }; |
| @@ -1574,7 +1574,7 @@ | |||
| 1574 | "-all_load", | 1574 | "-all_load", |
| 1575 | "-ObjC", | 1575 | "-ObjC", |
| 1576 | ); | 1576 | ); |
| 1577 | PRODUCT_NAME = "Cart Collect"; | 1577 | PRODUCT_NAME = Cartographic; |
| 1578 | TARGETED_DEVICE_FAMILY = 1; | 1578 | TARGETED_DEVICE_FAMILY = 1; |
| 1579 | WARNING_CFLAGS = "-Wall"; | 1579 | WARNING_CFLAGS = "-Wall"; |
| 1580 | }; | 1580 | }; |
| @@ -1683,7 +1683,7 @@ | |||
| 1683 | /* End XCBuildConfiguration section */ | 1683 | /* End XCBuildConfiguration section */ |
| 1684 | 1684 | ||
| 1685 | /* Begin XCConfigurationList section */ | 1685 | /* Begin XCConfigurationList section */ |
| 1686 | 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Cart Collect" */ = { | 1686 | 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Cartographic" */ = { |
| 1687 | isa = XCConfigurationList; | 1687 | isa = XCConfigurationList; |
| 1688 | buildConfigurations = ( | 1688 | buildConfigurations = ( |
| 1689 | 1D6058940D05DD3E006BFB54 /* Debug */, | 1689 | 1D6058940D05DD3E006BFB54 /* Debug */, |
| @@ -1710,7 +1710,7 @@ | |||
| 1710 | defaultConfigurationIsVisible = 0; | 1710 | defaultConfigurationIsVisible = 0; |
| 1711 | defaultConfigurationName = Release; | 1711 | defaultConfigurationName = Release; |
| 1712 | }; | 1712 | }; |
| 1713 | C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Cart Collect" */ = { | 1713 | C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Cartographic" */ = { |
| 1714 | isa = XCConfigurationList; | 1714 | isa = XCConfigurationList; |
| 1715 | buildConfigurations = ( | 1715 | buildConfigurations = ( |
| 1716 | C01FCF4F08A954540054247B /* Debug */, | 1716 | C01FCF4F08A954540054247B /* Debug */, |
| diff --git a/Cart Collect.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Cartographic.xcodeproj/project.xcworkspace/contents.xcworkspacedata index 2f0e1ec..096867f 100755 --- a/Cart Collect.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ b/Cartographic.xcodeproj/project.xcworkspace/contents.xcworkspacedata | |||
| @@ -2,6 +2,6 @@ | |||
| 2 | <Workspace | 2 | <Workspace |
| 3 | version = "1.0"> | 3 | version = "1.0"> |
| 4 | <FileRef | 4 | <FileRef |
| 5 | location = "self:Cart Collect.xcodeproj"> | 5 | location = "self:Cartographic.xcodeproj"> |
| 6 | </FileRef> | 6 | </FileRef> |
| 7 | </Workspace> | 7 | </Workspace> |
| diff --git a/Classes/MainMenuLayer.m b/Classes/MainMenuLayer.m index 537c5c1..8b21fab 100755 --- a/Classes/MainMenuLayer.m +++ b/Classes/MainMenuLayer.m | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | backgroundImage.position = ccp(240,160); | 34 | backgroundImage.position = ccp(240,160); |
| 35 | [self addChild:backgroundImage]; | 35 | [self addChild:backgroundImage]; |
| 36 | 36 | ||
| 37 | CCLabelBMFont* titleText = [CCLabelBMFont labelWithString:@"Cart Collect - The Game!" fntFile:@"getoffthatboatrightnowyounglady.fnt"]; | 37 | CCLabelBMFont* titleText = [CCLabelBMFont labelWithString:@"Cartographic - The Game!" fntFile:@"getoffthatboatrightnowyounglady.fnt"]; |
| 38 | titleText.position = ccp(240, 320-64); | 38 | titleText.position = ccp(240, 320-64); |
| 39 | [self addChild:titleText]; | 39 | [self addChild:titleText]; |
| 40 | 40 | ||
