Skip to content

Releases: jeremysrand/Apple2BuildPipeline

Version 1.4

09 Nov 06:23
Compare
Choose a tag to compare

Changes

  • Automatically rebuild everything if the project Makefile is changed.

Version 1.3

26 Oct 03:10
Compare
Choose a tag to compare

Changes:

  • Globally replaced Apple ][ with Apple II

Version 1.2

26 Oct 02:35
Compare
Choose a tag to compare

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

25 Oct 04:53
Compare
Choose a tag to compare

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

30 Sep 03:36
Compare
Choose a tag to compare

Version 1.0 of the Apple ][ Xcode project template which incorporates the Apple ][ build pipeline.