Commit Graph

74 Commits

Author SHA1 Message Date
Jeremy Rand
8f3940d292 Clean up indenting in template plist files 2023-09-17 23:04:51 -04:00
Jeremy Rand
9ed46d562a
Update README.md 2019-08-09 23:57:22 -04:00
Jeremy Rand
f957565ef5 Bump the version number 2019-08-09 23:44:00 -04:00
Jeremy Rand
371edbaa1c Add the build products to the project templates 2019-08-09 00:04:19 -04:00
Jeremy Rand
ebbb3add28 Fix bug with copying extra files as part of the build 2019-08-08 22:55:01 -04:00
Jeremy Rand
a012826948
Update README.md 2019-07-20 13:45:50 -05:00
Jeremy Rand
31089ad01a Merge branch 'master' of https://github.com/jeremysrand/Apple2BuildPipeline 2019-07-20 13:29:37 -05:00
Jeremy Rand
ff3fa53d26 More cleanup of the Makefile to make things clearer for generated files 2019-07-20 13:29:19 -05:00
Jeremy Rand
24422041e0
Update README.md 2019-07-20 11:52:12 -05:00
Jeremy Rand
8dbbb22624 Update Makefile comments to describe the new GENDIR variable 2019-07-20 11:27:59 -05:00
Jeremy Rand
e5e042f0a4
Update README.md 2019-07-20 11:05:26 -05:00
Jeremy Rand
d685336160 Bump the version number 2019-07-20 10:52:08 -05:00
Jeremy Rand
eca46476a1 Move all build products to the standard Xcode directories. Eliminate support for the old version of cc65 because I don't want to test it 2019-07-20 10:46:32 -05:00
Jeremy Rand
05c15ce006 Fix the error message format so they work again with the latest Xcode. 2019-07-19 15:31:57 -05:00
Jeremy Rand
8a578abf08 Ensure that the include path for the old and new version of the cc65 package is correct so auto-complete in C works in both cases. 2019-07-04 22:31:11 -04:00
Jeremy Rand
7e0b7d5411
Add acknowledgment 2018-10-18 21:24:22 -04:00
Jeremy Rand
3e4210dfc8 Add support for cc65 v2.17 2018-10-18 21:12:52 -04:00
Jeremy Rand
3bd512faec Ignore any error during the build when trying to update the xcode compatibility for the plugin. 2018-08-09 22:57:11 -04:00
Jeremy Rand
6714922fd4 Add a comment to highlight that commands in a Makefile need a real tab at the beginning and describe how to insert a real tab on Xcode. 2018-08-02 23:09:40 -04:00
Jeremy Rand
55b679d6c1 Fix some remaining typos 2018-07-21 12:14:58 -05:00
Jeremy Rand
f5899a2fa3 Remove references to very old version of Xcode 2018-07-21 12:02:52 -05:00
Jeremy Rand
0f7c120a6b Update the readme for version 2.5 which includes Merlin support 2018-07-21 11:58:36 -05:00
Jeremy Rand
a481e32e38 Add support for Merlin32 built projects 2018-07-21 11:15:30 -05:00
Jeremy Rand
d1fc0ac9e0
Update the readme for v2.1 2018-07-19 18:58:49 -05:00
Jeremy Rand
3701fd5b62 Filter out the copyright symbol from Applesoft programs because the Apple // does not seem to like unicode for some reason. 2018-07-18 20:45:36 -05:00
Jeremy Rand
2be79b8fd5 Add support for Applesoft BASIC projects 2018-07-18 20:00:01 -05:00
Jeremy Rand
4b833136e9
Add documentation for the unknown permission problem. 2018-06-29 23:12:25 -04:00
Jeremy Rand
0680c36ee2
Fix URLs to cc65 docs 2018-06-29 23:07:19 -04:00
Jeremy Rand
22cb3ade31
Fix some issues in the documentation due to changes in Xcode. 2018-06-28 23:59:45 -04:00
Jeremy Rand
be36259fbb Update the readme for v2.0. 2018-06-25 23:23:59 -04:00
Jeremy Rand
192a615aa9 Capture build errors in xcode 2018-06-25 22:54:53 -04:00
Jeremy Rand
e4e28bedb6 Eliminate the assembly sources list from the makefile now that we just provide a list of directories with source files. 2018-06-19 22:53:02 -04:00
Jeremy Rand
7c7e6ab828 Implement the code to copy custom files to the disk image in the build 2018-06-18 23:23:59 -04:00
Jeremy Rand
448ae4deb9 Update to the latest version of Apple Commander. Update to the latest version of ProDOS (Thanks John!) Fix some bugs in createDiskImage. 2018-06-17 23:38:09 -04:00
Jeremy Rand
2990c4cb53 Add the ability to link in drivers by just enabling them in the root Makefile 2018-06-14 23:51:01 -04:00
Jeremy Rand
0d9c1a6333 Add a gen phase to the build. Add the xcode compatibility fix to the build. Add the option to copy files to the disk image to the build but the copy script does not yet do the copies. Separate the build from build and run targets in xcode for Apple II projects. Add a doNotBuild target with the appropriate build settings so we get code completion working even with cc65 header files. 2018-06-13 22:58:56 -04:00
Jeremy Rand
e9183b8877 Add a plugin to provide cc65 assembly syntax highlighting. Fix the C file template so the guards work. Supporting adding extra directories to look for source files to build. 2018-06-12 23:27:01 -04:00
Jeremy Rand
406b08ece8 Add support for the no slot clock in the prodos template disk 2015-08-18 23:20:04 -04:00
Jeremy Rand
3bece18544 Fix problem with spaces in the path to the repository 2015-07-23 22:04:06 -04:00
Jeremy Rand
11bfe3edf9 Make everything recompile automatically if Makefile is changed. Create version 1.4 of the project template 2014-11-09 01:19:46 -05:00
Jeremy Rand
e9f61f4010 Rename Apple ][ to Apple II globally 2014-10-25 23:09:50 -04:00
Jeremy Rand
80bc60e679 Add some code to search standard Mac OS X locations for java. Bump the version number to 1.2 2014-10-25 22:33:05 -04:00
Jeremy Rand
a8026c6677 Add some code to search standard Mac OS X locations for java. Bump the version number to 1.2 2014-10-25 22:32:07 -04:00
Jeremy Rand
e0bb3c33d0 Formalize the procedure for building the Mac installer package in the makefile. Create a C and assembly project template. Add file templates for C and assembly files for the Apple // 2014-10-25 00:50:44 -04:00
Jeremy Rand
7d9cbf5479 Mention that you should install Virtual ][ in the README 2014-10-08 00:00:28 -04:00
Jeremy Rand
d0215fea1f Create a cc65 package 2014-10-04 21:49:14 -04:00
Jeremy Rand
5f2b3eee0d Create a cc65 package 2014-10-04 00:02:58 -04:00
Jeremy Rand
40ecf3b0cb Create a cc65 package 2014-10-04 00:02:26 -04:00
Jeremy Rand
f0c474ce2c Create a cc65 package 2014-10-03 23:49:26 -04:00
Jeremy Rand
dfbe64619c Remove the stuff about the security warning at install time because the package is now signed 2014-10-02 22:12:57 -04:00