summaryrefslogtreecommitdiff
path: root/make-macosx-app.sh
AgeCommit message (Collapse)Author
2014-06-17Fix creating symlinks in make-macosx-app.shZack Middleton
Create symlink if arch name is found anywhere in info printed by file command, not only if arch name is the last word.
2014-06-17Fix make-macosx-app.sh to make bundle on non-Mac OS X platformsjeremiah sypult
2014-06-17Another pass at the Mac OS X make scripts.jeremiah sypult
Ironed out issues with generating an application bundle with universal binaries on supported systems. Fall back to bundling a single architecture when support for universal binary generation is not available. Tested on Mac OS X 10.5.8 (and 10.5 SDK).
2014-06-17make-macosx-app.sh doesn't trust the output of 'which', so check for a ↵jeremiah sypult
hard-coded path
2014-06-17make-macosx-app.sh supports systems without libtool, part 2jeremiah sypult
2014-06-17make-macosx-app.sh supports systems without libtooljeremiah sypult
2014-06-17Updated Makefile to only build release OS X app bundlesjeremiah sypult
2014-06-17make-macosx-app.sh should use /bin/bash and not /bin/shjeremiah sypult
2014-06-17make-macosx-app.sh using single '=' comparisonsjeremiah sypult
2014-06-17fix bug in make-macosx-app.sh with older shellsjeremiah sypult
2014-06-17bug 5986 - Configure jenkins to spit out mac .app ↵jeremiah sypult
https://bugzilla.icculus.org/show_bug.cgi?id=5986 Created make-macosx-app.sh to handle manually creating an app bundle from other scripts. Updated make-macosx.sh to create bundle with make-macosx-app.sh (TODO: make-macosx-ub.sh support). Updated Makefile to create bundle with make-macosx-app.sh and zip up the resulting ioquake3.app if ARCHIVE is defined.