Releases: AnarchyTools/xcode-emit
Releases · AnarchyTools/xcode-emit
1.1: Turns out C is still a thing
- 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
andlink-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
- 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
- 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
- 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
- Compatibility with atbuild 0.6.0
Welcome to 1990
You can now use an IDE with autocomplete again. Thanks, Microsoft!