diff options
| author | Teddy Wing | 2012-07-21 04:12:34 -0400 |
|---|---|---|
| committer | Teddy Wing | 2012-07-21 04:12:34 -0400 |
| commit | e286752e45fffbdc0c0db3ef6674e69fecacb580 (patch) | |
| tree | c7e3ef8aee923e46f9fad98b4480b73c1cec650e | |
| parent | c9c600707c5df76a93ccfcd86fb03e97fcb09509 (diff) | |
| download | On-Task-e286752e45fffbdc0c0db3ef6674e69fecacb580.tar.bz2 | |
Changed name of executable to one without a space because it was fucking launchd up.
| -rw-r--r-- | On Task.xcodeproj/project.pbxproj | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/On Task.xcodeproj/project.pbxproj b/On Task.xcodeproj/project.pbxproj index b2035a4..54d5dc7 100644 --- a/On Task.xcodeproj/project.pbxproj +++ b/On Task.xcodeproj/project.pbxproj @@ -33,7 +33,7 @@ 08FB7796FE84155DC02AAC07 /* On Task.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "On Task.m"; sourceTree = "<group>"; }; 08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; 32A70AAB03705E1F00C91783 /* On Task_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "On Task_Prefix.pch"; sourceTree = "<group>"; }; - 8DD76FA10486AA7600D96B5E /* On Task */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "On Task"; sourceTree = BUILT_PRODUCTS_DIR; }; + 8DD76FA10486AA7600D96B5E /* OnTask */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = OnTask; sourceTree = BUILT_PRODUCTS_DIR; }; C6859EA3029092ED04C91782 /* On Task.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = "On Task.1"; sourceTree = "<group>"; }; D17EB4DF15BA572600A0FB10 /* NSFileManager+DirectoryLocations.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = "NSFileManager+DirectoryLocations.h"; path = "Classes/NSFileManager+DirectoryLocations.h"; sourceTree = "<group>"; }; D17EB4E015BA572600A0FB10 /* NSFileManager+DirectoryLocations.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = "NSFileManager+DirectoryLocations.m"; path = "Classes/NSFileManager+DirectoryLocations.m"; sourceTree = "<group>"; }; @@ -87,7 +87,7 @@ 1AB674ADFE9D54B511CA2CBB /* Products */ = { isa = PBXGroup; children = ( - 8DD76FA10486AA7600D96B5E /* On Task */, + 8DD76FA10486AA7600D96B5E /* OnTask */, ); name = Products; sourceTree = "<group>"; @@ -103,9 +103,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 8DD76F960486AA7600D96B5E /* On Task */ = { + 8DD76F960486AA7600D96B5E /* OnTask */ = { isa = PBXNativeTarget; - buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "On Task" */; + buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "OnTask" */; buildPhases = ( 8DD76F990486AA7600D96B5E /* Sources */, 8DD76F9B0486AA7600D96B5E /* Frameworks */, @@ -115,10 +115,10 @@ ); dependencies = ( ); - name = "On Task"; + name = OnTask; productInstallPath = "$(HOME)/bin"; productName = "On Task"; - productReference = 8DD76FA10486AA7600D96B5E /* On Task */; + productReference = 8DD76FA10486AA7600D96B5E /* OnTask */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ @@ -131,7 +131,7 @@ mainGroup = 08FB7794FE84155DC02AAC07 /* On Task */; projectDirPath = ""; targets = ( - 8DD76F960486AA7600D96B5E /* On Task */, + 8DD76F960486AA7600D96B5E /* OnTask */, ); }; /* End PBXProject section */ @@ -160,7 +160,7 @@ GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "On Task_Prefix.pch"; INSTALL_PATH = "$(HOME)/bin"; - PRODUCT_NAME = "On Task"; + PRODUCT_NAME = OnTask; ZERO_LINK = YES; }; name = Debug; @@ -177,7 +177,7 @@ GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "On Task_Prefix.pch"; INSTALL_PATH = "$(HOME)/bin"; - PRODUCT_NAME = "On Task"; + PRODUCT_NAME = OnTask; }; name = Release; }; @@ -204,7 +204,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "On Task" */ = { + 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "OnTask" */ = { isa = XCConfigurationList; buildConfigurations = ( 1DEB927508733DD40010E9CD /* Debug */, |
