Changeset 2964
- Timestamp:
- 06/17/05 23:18:05 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Footagehead/trunk/Footagehead.xcodeproj/project.pbxproj
r2959 r2964 358 358 A54BD5400566834700E3ACBC /* FHFullscreenWindow.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = FHFullscreenWindow.m; sourceTree = "<group>"; }; 359 359 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; };361 360 A570FD9C0863661300317D0F /* NSData-FHAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData-FHAdditions.h"; sourceTree = "<group>"; }; 362 361 A570FD9D0863661300317D0F /* NSData-FHAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData-FHAdditions.m"; sourceTree = "<group>"; }; … … 429 428 A53901F30596A3E7000FBFD6 /* Carbon.framework */, 430 429 A50932DE083E9530006646D1 /* Cocoa.framework */, 431 A54D2E8D076214FC00227EBE /* ZankaAdditions.framework */,432 430 ); 433 431 name = "Linked Frameworks"; … … 867 865 runOnlyForDeploymentPostprocessing = 0; 868 866 shellPath = /bin/sh; 869 shellScript = " #!/bin/sh\n\nsh localize.sh . || exit 1\n\nexit 0";867 shellScript = "sh localize.sh . || exit 1"; 870 868 }; 871 869 77CDAE3F083B3441003BE654 /* Run Script (Zip) */ = { … … 881 879 runOnlyForDeploymentPostprocessing = 0; 882 880 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"; 884 882 }; 885 883 A517E26D055AADB800807238 /* Run Script (Version) */ = { … … 895 893 runOnlyForDeploymentPostprocessing = 0; 896 894 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"; 898 896 }; 899 897 /* End PBXShellScriptBuildPhase section */
