Skip to content

Releases: jeremysrand/Apple2BuildPipeline

Version 2.7.3

10 Aug 03:56
Compare
Choose a tag to compare

Fixed a bug where files that were to be copied to the disk image may not work. Added product information to the project template so you can more easily find the binary and disk image now that it is hidden inside a Xcode directory in Library.

Version 2.7.2

20 Jul 18:45
Compare
Choose a tag to compare

More minor updates to the wording in the Makefiles to describe how to deal with the GENDIR correctly.

Version 2.7.1

20 Jul 16:51
Compare
Choose a tag to compare

Just a minor update to make sure the Makefile mentions that gen files should be put in the $(GENDIR) directory.

Version 2.7

20 Jul 16:03
Compare
Choose a tag to compare

This release mostly addresses issues which have come up with more recent versions of Xcode:

  • The error messages from the compiler and assembler should now be visible in Xcode again. Also, support for sending error messages from Merlin back to Xcode has been added.
  • All build products are put into the standard Xcode directories and no longer pollute your workspace. This also fixes cleaning the project which stopped working with the latest Xcode releases.
  • The cc65 headers were not being found by Xcode which meant that auto-complete was not working for library routines. This should now be fixed.

Note that I have removed support for cc65 2.13.3 because I don't want to test it and if I don't test it, I can't guarantee that it works.

Version 2.6

19 Oct 01:15
Compare
Choose a tag to compare

Add support for cc65 v2.17

Version 2.5

21 Jul 17:16
Compare
Choose a tag to compare

Introduce the ability to use the Merlin32 assembler in Xcode based Apple II projects.

Version 2.1

19 Jul 23:54
Compare
Choose a tag to compare

Add support for projects written in Applesoft BASIC.

Version 2.0

26 Jun 03:25
Compare
Choose a tag to compare

Lots of new features leading up to KansasFest 2018.

Release 1.6

19 Aug 03:22
Compare
Choose a tag to compare

Added support for the no slot clock to the prodos template disk. This allows you to use time APIs from cc65 on your emulated Apple // in Virtual ][.

Version 1.5

24 Jul 02:05
Compare
Choose a tag to compare

Fixed a bug which prevented Virtual ][ from launching when your Xcode project is created in a path which has spaces in it.