Files
itgmania212121/Xcode/scripts
Dan Guzek a40b7aa921 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-08-02 00:38:28 -07:00
..
2014-08-02 00:38:28 -07:00
2014-08-02 00:38:28 -07:00

StepMania Scripts For OS X

This script can be used to bundle a .dmg installer of StepMania. It assumes you have already built a StepMania.app using Xcode and that your stepmania directory structure is intact as you cloned it.

To use this script, open a terminal and cd to your stepmania directory, then run the following commands:

cd Xcode/scripts
ruby mkrelease.rb

You'll see output as each stepmania sub-directory is copied into a tmp directory. If all goes well, you'll be notified that the dmg was created in your stepmania directory.