[Clickdrag-cvs] ClickDrag/ClickDrag.xcode project.pbxproj,1.3,1.4
Status: Pre-Alpha
Brought to you by:
stevecheckoway
|
From: Steve C. <ste...@us...> - 2004-08-31 10:47:08
|
Update of /cvsroot/clickdrag/ClickDrag/ClickDrag.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27663/ClickDrag.xcode Modified Files: project.pbxproj Log Message: Add CoreFoundation framework and fix shell script Index: project.pbxproj =================================================================== RCS file: /cvsroot/clickdrag/ClickDrag/ClickDrag.xcode/project.pbxproj,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -p -r1.3 -r1.4 --- project.pbxproj 15 Jun 2004 12:13:15 -0000 1.3 +++ project.pbxproj 31 Aug 2004 10:46:57 -0000 1.4 @@ -6,8 +6,6 @@ objectVersion = 39; objects = { 014CEA420018CDE011CA2923 = { - buildRules = ( - ); buildSettings = { COPY_PHASE_STRIP = NO; DEBUGGING_SYMBOLS = YES; @@ -22,8 +20,6 @@ name = Development; }; 014CEA430018CDE011CA2923 = { - buildRules = ( - ); buildSettings = { COPY_PHASE_STRIP = YES; GCC_ENABLE_FIX_AND_CONTINUE = NO; @@ -133,6 +129,7 @@ //104 1058C7ACFEA557BF11CA2CBB = { children = ( + AA734BF606E45A6600F48DAA, 1058C7ADFEA557BF11CA2CBB, ); isa = PBXGroup; @@ -141,8 +138,7 @@ sourceTree = "<group>"; }; 1058C7ADFEA557BF11CA2CBB = { - fallbackIsa = PBXFileReference; - isa = PBXFrameworkReference; + isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; @@ -216,6 +212,7 @@ buildRules = ( ); buildSettings = { + DEPLOYMENT_POSTPROCESSING = YES; FRAMEWORK_SEARCH_PATHS = ""; GCC_ENABLE_TRIGRAPHS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -289,6 +286,7 @@ buildActionMask = 2147483647; files = ( 8D5B49B4048680CD000E48DA, + AA734BF706E45A6600F48DAA, ); isa = PBXFrameworksBuildPhase; runOnlyForDeploymentPostprocessing = 0; @@ -317,7 +315,7 @@ 8D5B49B7048680CD000E48DA = { fileEncoding = 4; isa = PBXFileReference; - lastKnownFileType = text.plist.xml; + lastKnownFileType = text.xml; path = Info.plist; refType = 4; sourceTree = "<group>"; @@ -360,6 +358,20 @@ settings = { }; }; + AA734BF606E45A6600F48DAA = { + isa = PBXFileReference; + lastKnownFileType = wrapper.framework; + name = CoreFoundation.framework; + path = /System/Library/Frameworks/CoreFoundation.framework; + refType = 0; + sourceTree = "<absolute>"; + }; + AA734BF706E45A6600F48DAA = { + fileRef = AA734BF606E45A6600F48DAA; + isa = PBXBuildFile; + settings = { + }; + }; AA909272067EE6F300C1FCFF = { fileEncoding = 30; isa = PBXFileReference; @@ -379,7 +391,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "#!/bin/sh\n\nset -x\n\nif ! mkdir -p Releases; then\n\techo Failed to create Releases\n\texit 1\nfi\ncd Releases\nif [ -e ClickDrag ]; then\n\tmv ClickDrag ClickDrag-old\nfi\nmkdir ClickDrag\ncp -r ../build/ClickDrag.bundle ../Info ClickDrag\nexit 0\n"; + shellScript = "#!/bin/sh\n\nset -x\n\nif ! mkdir -p Releases; then\n\techo Failed to create Releases\n\texit 1\nfi\ncd Releases\nif [ -e ClickDrag ]; then\n\tif [ -e ClickDrag-old ]; then\n\t\trm -r ClickDrag-old\n\tfi\n\tmv ClickDrag ClickDrag-old\nfi\nmkdir ClickDrag\ncp -r ../build/ClickDrag.bundle ../Info ClickDrag\nexit 0\n"; }; AA98AFA9067EEA7F002DFF71 = { buildPhases = ( @@ -459,7 +471,7 @@ AAD45619067A80B1003C7B38 = { fileEncoding = 30; isa = PBXFileReference; - lastKnownFileType = text.plist.xml; + lastKnownFileType = text.xml; path = Info; refType = 4; sourceTree = "<group>"; |