Changeset 3622
- Timestamp:
- 03/16/07 21:18:17 (1 year ago)
- Files:
-
- trunk/Chat Core.xcodeproj/project.pbxproj (modified) (1 diff)
- trunk/Colloquy.xcodeproj/project.pbxproj (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Chat Core.xcodeproj/project.pbxproj
r3621 r3622 502 502 runOnlyForDeploymentPostprocessing = 0; 503 503 shellPath = /bin/sh; 504 shellScript = "cd $SRCROOT/Frameworks\nrm -rf $SRCROOT/*.framework\ntar xzf frameworks.tar.gz\n";504 shellScript = "cd \"$SRCROOT/Frameworks\"\nrm -rf *.framework\ntar xzf frameworks.tar.gz\n"; 505 505 showEnvVarsInLog = 0; 506 506 }; trunk/Colloquy.xcodeproj/project.pbxproj
r3621 r3622 1890 1890 1C7F300D085545E600D41FB0 /* Copy Spotlight Importer */, 1891 1891 1C91DEAC06972EC0007C1638 /* Remove Headers */, 1892 1CB5A8F10BAB7E3700C1BDE2 /* Strip Localizations */, 1892 1893 1C2EDE8B0A3568EF0051E9C2 /* Update Build Number */, 1893 1894 ); … … 2309 2310 name = "Unarchive Frameworks"; 2310 2311 outputPaths = ( 2312 "$(SRCROOT)/Frameworks/libtransmission.a", 2311 2313 "$(SRCROOT)/Frameworks/Sparkle.framework", 2312 2314 "$(SRCROOT)/Frameworks/Growl.framework", … … 2318 2320 runOnlyForDeploymentPostprocessing = 0; 2319 2321 shellPath = /bin/sh; 2320 shellScript = "cd $SRCROOT/Frameworks\nrm -rf $SRCROOT/*.framework\ntar xzf frameworks.tar.gz\nranlib $SRCROOT/Frameworks/*.a\n"; 2322 shellScript = "cd \"$SRCROOT/Frameworks\"\nrm -rf *.{framework,a}\ntar xzf frameworks.tar.gz\nranlib *.a\n"; 2323 showEnvVarsInLog = 0; 2324 }; 2325 1CB5A8F10BAB7E3700C1BDE2 /* Strip Localizations */ = { 2326 isa = PBXShellScriptBuildPhase; 2327 buildActionMask = 2147483647; 2328 files = ( 2329 ); 2330 inputPaths = ( 2331 ); 2332 name = "Strip Localizations"; 2333 outputPaths = ( 2334 ); 2335 runOnlyForDeploymentPostprocessing = 0; 2336 shellPath = /bin/sh; 2337 shellScript = "find \"$TARGET_BUILD_DIR/$WRAPPER_NAME\" \\( -name \"classes.nib\" -or -name \"info.nib\" \\) -delete\n"; 2321 2338 showEnvVarsInLog = 0; 2322 2339 };
