Releases: jeremysrand/Apple2BuildPipeline
Version 2.7.3
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
More minor updates to the wording in the Makefiles to describe how to deal with the GENDIR correctly.
Version 2.7.1
Just a minor update to make sure the Makefile mentions that gen files should be put in the $(GENDIR) directory.
Version 2.7
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
Add support for cc65 v2.17
Version 2.5
Introduce the ability to use the Merlin32 assembler in Xcode based Apple II projects.
Version 2.1
Add support for projects written in Applesoft BASIC.
Version 2.0
Lots of new features leading up to KansasFest 2018.
Release 1.6
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
Fixed a bug which prevented Virtual ][ from launching when your Xcode project is created in a path which has spaces in it.