Files
itgmania212121/Xcode
Dan Guzek bf4599421f new mkrelease script for OS X
This commit does a few things:
1. includes a new mkrelease script for OS X devs to bundle releases with
2. removes the old Perl scripts that sort of accomplished the same task
3. includes a README documenting how to use the new script

The old scripts were brittle and inefficient.

The new script is written in Ruby because it is what I'm familiar with and because OS X has shipped with Ruby since version 10.5.0.
2014-07-16 05:04:53 -04:00
..
2010-05-12 12:21:02 -05:00
2010-05-12 12:21:02 -05:00
2010-05-12 12:21:02 -05:00
2010-05-12 12:21:02 -05:00
2010-05-12 12:21:02 -05:00
2010-05-12 12:21:02 -05:00
2011-06-11 21:26:05 -04:00
2011-03-17 01:47:30 -04:00
2014-07-16 05:04:53 -04:00
2010-05-12 12:21:02 -05:00
2014-03-07 22:26:06 -05:00
2010-05-12 12:21:02 -05:00
2010-05-12 12:21:02 -05:00
2011-05-29 14:15:35 -04:00

REQUIREMENTS

Mac OS X 10.5 or higher is required. The Mac OS X 10.3.9 SDK needs to be

installed.



Xcode 3.0 or higher is required to build. Even though the stepmania project

appears to be a ProjectBuilder project, it has been updated by XCode and

no longer works with ProjectBuilder.



BUILD

1. Download StepMania from sourceforge.

2. Build StepMania by running:

$ xcodebuild -target stepmania -configuration Native

in the PBProject directory.

To build a universal binary instead, use "-configuration Universal"

instead of "-configuration Native"

3. (Optional) Run:

$ strip -x StepMania.app/Contents/MacOS/StepMania

to reduce the size of the binary.



Steve Checkoway

stevecheckoway@users.sf.net