Changeset 2964

Show
Ignore:
Timestamp:
06/17/05 23:18:05 (3 years ago)
Author:
morris
Message:

Xcode

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Footagehead/trunk/Footagehead.xcodeproj/project.pbxproj

    r2959 r2964  
    358358                A54BD5400566834700E3ACBC /* FHFullscreenWindow.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = FHFullscreenWindow.m; sourceTree = "<group>"; }; 
    359359                A54BD5410566834700E3ACBC /* FHFullscreenWindow.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = FHFullscreenWindow.h; sourceTree = "<group>"; }; 
    360                 A54D2E8D076214FC00227EBE /* ZankaAdditions.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ZankaAdditions.framework; path = ../ZankaAdditions/build/ZankaAdditions.framework; sourceTree = SOURCE_ROOT; }; 
    361360                A570FD9C0863661300317D0F /* NSData-FHAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData-FHAdditions.h"; sourceTree = "<group>"; }; 
    362361                A570FD9D0863661300317D0F /* NSData-FHAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData-FHAdditions.m"; sourceTree = "<group>"; }; 
     
    429428                                A53901F30596A3E7000FBFD6 /* Carbon.framework */, 
    430429                                A50932DE083E9530006646D1 /* Cocoa.framework */, 
    431                                 A54D2E8D076214FC00227EBE /* ZankaAdditions.framework */, 
    432430                        ); 
    433431                        name = "Linked Frameworks"; 
     
    867865                        runOnlyForDeploymentPostprocessing = 0; 
    868866                        shellPath = /bin/sh; 
    869                         shellScript = "#!/bin/sh\n\nsh localize.sh . || exit 1\n\nexit 0"; 
     867                        shellScript = "sh localize.sh . || exit 1"; 
    870868                }; 
    871869                77CDAE3F083B3441003BE654 /* Run Script (Zip) */ = { 
     
    881879                        runOnlyForDeploymentPostprocessing = 0; 
    882880                        shellPath = /bin/sh; 
    883                         shellScript = "#!/bin/sh\n\ncd \"$BUILD_DIR\"\nrm -f \"Footagehead.zip\"\nzip -ry \"Footagehead.zip\" \"$BUILT_PRODUCTS_DIR/Footagehead.app\" || exit 1\n\nexit 0"; 
     881                        shellScript = "cd \"$BUILD_DIR\"\nrm -f \"Footagehead.zip\"\nzip -ry \"Footagehead.zip\" \"$BUILT_PRODUCTS_DIR/Footagehead.app\" || exit 1"; 
    884882                }; 
    885883                A517E26D055AADB800807238 /* Run Script (Version) */ = { 
     
    895893                        runOnlyForDeploymentPostprocessing = 0; 
    896894                        shellPath = /bin/sh; 
    897                         shellScript = "PATH=\"/usr/local/bin:$PATH\" perl version.pl"; 
     895                        shellScript = "PATH=\"/usr/local/bin:$PATH\" perl version.pl || exit 1"; 
    898896                }; 
    899897/* End PBXShellScriptBuildPhase section */