From e286752e45fffbdc0c0db3ef6674e69fecacb580 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 21 Jul 2012 04:12:34 -0400 Subject: Changed name of executable to one without a space because it was fucking launchd up. --- On Task.xcodeproj/project.pbxproj | 20 ++++++++++---------- 1 file 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 = ""; }; 08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; 32A70AAB03705E1F00C91783 /* On Task_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "On Task_Prefix.pch"; sourceTree = ""; }; - 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 = ""; }; D17EB4DF15BA572600A0FB10 /* NSFileManager+DirectoryLocations.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = "NSFileManager+DirectoryLocations.h"; path = "Classes/NSFileManager+DirectoryLocations.h"; sourceTree = ""; }; D17EB4E015BA572600A0FB10 /* NSFileManager+DirectoryLocations.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = "NSFileManager+DirectoryLocations.m"; path = "Classes/NSFileManager+DirectoryLocations.m"; sourceTree = ""; }; @@ -87,7 +87,7 @@ 1AB674ADFE9D54B511CA2CBB /* Products */ = { isa = PBXGroup; children = ( - 8DD76FA10486AA7600D96B5E /* On Task */, + 8DD76FA10486AA7600D96B5E /* OnTask */, ); name = Products; sourceTree = ""; @@ -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 */, -- cgit v1.2.3