- Buck now supports compiling
.storyboard
files properly. - Better error messages when parsing build files.
- Thanks to Mike Kaplinskiy (@mikekap),
go_*
rules now work if you have yourGOROOT
set to something other than/usr/local
. This is configurable in thego
section 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_bundle
docs: https://buckbuild.com/rule/apple_bundle.html