Skip to content

Commit

Permalink
refactoring the app's name
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Pfohl committed Sep 14, 2013
1 parent 67d0e9f commit 123fc40
Show file tree
Hide file tree
Showing 20 changed files with 28 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
E18F847D177F47FC006BB524 /* yellow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = yellow.png; sourceTree = "<group>"; };
E1A21848177F831500D0C720 /* SAPISpace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SAPISpace.h; sourceTree = "<group>"; };
E1A21849177F831500D0C720 /* SAPISpace.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SAPISpace.m; sourceTree = "<group>"; };
E1B3B097177D9A2E00209F6D /* SpaceAPI.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SpaceAPI.app; sourceTree = BUILT_PRODUCTS_DIR; };
E1B3B097177D9A2E00209F6D /* spaceapi-osx.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "spaceapi-osx.app"; sourceTree = BUILT_PRODUCTS_DIR; };
E1B3B09A177D9A2E00209F6D /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
E1B3B09D177D9A2E00209F6D /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
E1B3B09E177D9A2E00209F6D /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
E1B3B09F177D9A2E00209F6D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
E1B3B0A2177D9A2E00209F6D /* SpaceAPI-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SpaceAPI-Info.plist"; sourceTree = "<group>"; };
E1B3B0A2177D9A2E00209F6D /* spaceapi-osx-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "spaceapi-osx-Info.plist"; sourceTree = "<group>"; };
E1B3B0A4177D9A2E00209F6D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
E1B3B0A6177D9A2E00209F6D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
E1B3B0A8177D9A2E00209F6D /* SpaceAPI-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SpaceAPI-Prefix.pch"; sourceTree = "<group>"; };
E1B3B0A8177D9A2E00209F6D /* spaceapi-osx-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "spaceapi-osx-Prefix.pch"; sourceTree = "<group>"; };
E1B3B0AA177D9A2E00209F6D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
E1B3B0AC177D9A2E00209F6D /* SAPIAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SAPIAppDelegate.h; sourceTree = "<group>"; };
E1B3B0AD177D9A2E00209F6D /* SAPIAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SAPIAppDelegate.m; sourceTree = "<group>"; };
Expand All @@ -63,7 +63,7 @@
E1B3B08E177D9A2E00209F6D = {
isa = PBXGroup;
children = (
E1B3B0A0177D9A2E00209F6D /* SpaceAPI */,
E1B3B0A0177D9A2E00209F6D /* spaceapi-osx */,
E1B3B099177D9A2E00209F6D /* Frameworks */,
E1B3B098177D9A2E00209F6D /* Products */,
);
Expand All @@ -72,7 +72,7 @@
E1B3B098177D9A2E00209F6D /* Products */ = {
isa = PBXGroup;
children = (
E1B3B097177D9A2E00209F6D /* SpaceAPI.app */,
E1B3B097177D9A2E00209F6D /* spaceapi-osx.app */,
);
name = Products;
sourceTree = "<group>";
Expand All @@ -96,7 +96,7 @@
name = "Other Frameworks";
sourceTree = "<group>";
};
E1B3B0A0177D9A2E00209F6D /* SpaceAPI */ = {
E1B3B0A0177D9A2E00209F6D /* spaceapi-osx */ = {
isa = PBXGroup;
children = (
E1B3B0AC177D9A2E00209F6D /* SAPIAppDelegate.h */,
Expand All @@ -111,19 +111,20 @@
E1B3B0AF177D9A2E00209F6D /* MainMenu.xib */,
E1B3B0A1177D9A2E00209F6D /* Supporting Files */,
);
path = SpaceAPI;
sourceTree = "<group>";
name = "spaceapi-osx";
path = "/Users/andreas/projects/spaceapi-osx/spaceapi-osx";
sourceTree = "<absolute>";
};
E1B3B0A1177D9A2E00209F6D /* Supporting Files */ = {
isa = PBXGroup;
children = (
E18F847B177F47FC006BB524 /* green.png */,
E18F847C177F47FC006BB524 /* red.png */,
E18F847D177F47FC006BB524 /* yellow.png */,
E1B3B0A2177D9A2E00209F6D /* SpaceAPI-Info.plist */,
E1B3B0A2177D9A2E00209F6D /* spaceapi-osx-Info.plist */,
E1B3B0A3177D9A2E00209F6D /* InfoPlist.strings */,
E1B3B0A6177D9A2E00209F6D /* main.m */,
E1B3B0A8177D9A2E00209F6D /* SpaceAPI-Prefix.pch */,
E1B3B0A8177D9A2E00209F6D /* spaceapi-osx-Prefix.pch */,
E1B3B0A9177D9A2E00209F6D /* Credits.rtf */,
);
name = "Supporting Files";
Expand All @@ -132,9 +133,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
E1B3B096177D9A2E00209F6D /* SpaceAPI */ = {
E1B3B096177D9A2E00209F6D /* spaceapi-osx */ = {
isa = PBXNativeTarget;
buildConfigurationList = E1B3B0B4177D9A2E00209F6D /* Build configuration list for PBXNativeTarget "SpaceAPI" */;
buildConfigurationList = E1B3B0B4177D9A2E00209F6D /* Build configuration list for PBXNativeTarget "spaceapi-osx" */;
buildPhases = (
E1B3B093177D9A2E00209F6D /* Sources */,
E1B3B094177D9A2E00209F6D /* Frameworks */,
Expand All @@ -144,9 +145,9 @@
);
dependencies = (
);
name = SpaceAPI;
name = "spaceapi-osx";
productName = SpaceAPI;
productReference = E1B3B097177D9A2E00209F6D /* SpaceAPI.app */;
productReference = E1B3B097177D9A2E00209F6D /* spaceapi-osx.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
Expand All @@ -159,7 +160,7 @@
LastUpgradeCheck = 0460;
ORGANIZATIONNAME = "Andreas Pfohl";
};
buildConfigurationList = E1B3B092177D9A2E00209F6D /* Build configuration list for PBXProject "SpaceAPI" */;
buildConfigurationList = E1B3B092177D9A2E00209F6D /* Build configuration list for PBXProject "spaceapi-osx" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
Expand All @@ -171,7 +172,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
E1B3B096177D9A2E00209F6D /* SpaceAPI */,
E1B3B096177D9A2E00209F6D /* spaceapi-osx */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -298,31 +299,33 @@
E1B3B0B5177D9A2E00209F6D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "SpaceAPI/SpaceAPI-Prefix.pch";
INFOPLIST_FILE = "SpaceAPI/SpaceAPI-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
GCC_PREFIX_HEADER = "spaceapi-osx/spaceapi-osx-Prefix.pch";
INFOPLIST_FILE = "$(SRCROOT)/spaceapi-osx/spaceapi-osx-Info.plist";
PRODUCT_NAME = "spaceapi-osx";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
E1B3B0B6177D9A2E00209F6D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "SpaceAPI/SpaceAPI-Prefix.pch";
INFOPLIST_FILE = "SpaceAPI/SpaceAPI-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
GCC_PREFIX_HEADER = "spaceapi-osx/spaceapi-osx-Prefix.pch";
INFOPLIST_FILE = "$(SRCROOT)/spaceapi-osx/spaceapi-osx-Info.plist";
PRODUCT_NAME = "spaceapi-osx";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
E1B3B092177D9A2E00209F6D /* Build configuration list for PBXProject "SpaceAPI" */ = {
E1B3B092177D9A2E00209F6D /* Build configuration list for PBXProject "spaceapi-osx" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E1B3B0B2177D9A2E00209F6D /* Debug */,
Expand All @@ -331,7 +334,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E1B3B0B4177D9A2E00209F6D /* Build configuration list for PBXNativeTarget "SpaceAPI" */ = {
E1B3B0B4177D9A2E00209F6D /* Build configuration list for PBXNativeTarget "spaceapi-osx" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E1B3B0B5177D9A2E00209F6D /* Debug */,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes

0 comments on commit 123fc40

Please sign in to comment.