Releases: jeremysrand/Apple2BuildPipeline
Releases · jeremysrand/Apple2BuildPipeline
Version 1.4
Changes
- Automatically rebuild everything if the project Makefile is changed.
Version 1.3
Changes:
- Globally replaced Apple ][ with Apple II
Version 1.2
Changes:
- Modified make/createDiskImage to search standard Mac OS/X locations for a Java runtime.
- Added a setting which can be uncommented in the Makefile to specify a particular Java runtime to use.
Version 1.1
Changes:
- Split the generic "Apple ][ Project" template in Xcode into two templates. "Apple ][ C Project" is basically the same as the previous template. "Apple ][ Asm Project" has a main.s file instead of a main.c file in the template. So, if you want to create an assembly project, you no longer need to remove main.c from the template.
- Added file templates for Apple ][ development. There are templates for C and assembly files. Use File->New->File... and look for the "Apple ][" section to select one of these templates.
Version 1.0
Version 1.0 of the Apple ][ Xcode project template which incorporates the Apple ][ build pipeline.