Changeset 3295
- Timestamp:
- 06/12/06 22:04:43 (2 years ago)
- Files:
-
- trunk/Colloquy.xcodeproj/project.pbxproj (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Colloquy.xcodeproj/project.pbxproj
r3294 r3295 1885 1885 1CB2CD88052DDC560094AAA4 /* Copy Plugins */, 1886 1886 1C7F300D085545E600D41FB0 /* Copy Spotlight Importer */, 1887 1CF038FF062F8DBB009774D8 /* Touch Styles & Emoticons */,1888 1887 1C91DEAC06972EC0007C1638 /* Remove Headers */, 1889 1888 1C2EDE8B0A3568EF0051E9C2 /* Update Build Number */, … … 2289 2288 runOnlyForDeploymentPostprocessing = 0; 2290 2289 shellPath = /bin/sh; 2291 shellScript = "find \"$TARGET_BUILD_DIR/$ WRAPPER_NAME\" -name 'Headers' -delete\n";2290 shellScript = "find \"$TARGET_BUILD_DIR/$FRAMEWORKS_FOLDER_PATH\" -name \"Headers\" -print0 | xargs -0 rm -rf\n"; 2292 2291 }; 2293 2292 1CAF6496099EA9350036A727 /* Unarchive Frameworks */ = { … … 2311 2310 shellPath = /bin/sh; 2312 2311 shellScript = "cd $SRCROOT/Frameworks\nrm -rf $SRCROOT/*.framework\ntar xzf frameworks.tar.gz\nranlib $SRCROOT/Frameworks/*.a\n"; 2313 };2314 1CF038FF062F8DBB009774D8 /* Touch Styles & Emoticons */ = {2315 isa = PBXShellScriptBuildPhase;2316 buildActionMask = 2147483647;2317 files = (2318 );2319 inputPaths = (2320 );2321 name = "Touch Styles & Emoticons";2322 outputPaths = (2323 );2324 runOnlyForDeploymentPostprocessing = 0;2325 shellPath = /bin/sh;2326 shellScript = "touch Resources/Styles\ntouch Resources/Emoticons\n";2327 2312 }; 2328 2313 /* End PBXShellScriptBuildPhase section */
