Skip to content

Releases: AnarchyTools/xcode-emit

1.1: Turns out C is still a thing

13 Nov 20:48
Compare
Choose a tag to compare
  • Support .c and .h files for C-language support. For more information see the atllbuild "sources" documentation
  • xcode-emit now has a dedicated overlay at.xcode-emit so you can customize behavior for xcode-emit
  • Fix "index out of range" error.
  • Support sourcefiles with + in the name and other special characters, for your special snowflake sourcecode
  • Support miscellaneous files added to emitted xcode projects, because Info.plist is a thing
  • Support atllbuild options include-with-user and link-options, because people use these, apparently
  • Fix sourcefiles that pass through multiple symlinks, such as atpm-fetched packages
  • Enable suspicious moves, infinite recursion, and WMO
  • Compatibility with atbuild 1.9.1
  • Set working directory for executables
  • Resolve an issue where autocomplete doesn't work, for projects with many dependencies
  • Use ATBUILD flag in emitted projects
  • Improve support for importing packages that have optional dependencies you haven't downloaded.

1.0: Going stable

22 Oct 17:56
Compare
Choose a tag to compare
  • Support for Xcode 8
  • Use modern AT syntax
  • Swift 3 Final syntax
  • Support for emitting Caroline targets
  • Support for targets that depend on script tasks (although we don't convert them to build scripts at the moment)
  • Compiler optimizations enabled

0.4: iOS preview

11 May 10:16
Compare
Choose a tag to compare
0.4: iOS preview Pre-release
Pre-release
  • xcode-emit is now installed from homebrew! For more information, see the documentation
  • Experimental support for XCTest emission via --test-task.

0.3.0: It's alive

25 Apr 13:11
Compare
Choose a tag to compare
0.3.0: It's alive Pre-release
Pre-release
  • Compatibility with atbuild 0.10.0
  • xcode-emit is now statically linked
  • Experimental support for iOS project generation via --platform ios. This feature is subject to change.

The great rekeying

02 Feb 16:04
Compare
Choose a tag to compare
The great rekeying Pre-release
Pre-release
  • Compatibility with atbuild 0.6.0

Welcome to 1990

17 Jan 20:50
Compare
Choose a tag to compare
Welcome to 1990 Pre-release
Pre-release

You can now use an IDE with autocomplete again. Thanks, Microsoft!