- Buck now supports compiling
.storyboardfiles properly. - Better error messages when parsing build files.
- Thanks to Mike Kaplinskiy (@mikekap),
go_*rules now work if you have yourGOROOTset to something other than/usr/local. This is configurable in thegosection of the.buckconfig: https://buckbuild.com/concept/buckconfig.html#go - You can now unset configuration settings by passing
--config some.setting=on the command line. - WatchKit extensions are now supported. See the example in the
apple_bundledocs: https://buckbuild.com/rule/apple_bundle.html