-
stringsdict
files are now properly supported in Xcode project generation. - Added the
simulate
command to simulate a build. See https://buckbuild.com/command/simulate.html for more details. -
project.ignore
in.buckconfig
now takes a regular expression of files to ignore, which can be useful to prevent extraneous files from being listed as sources (such as.orig
files). - The use of header maps in Xcode is now optional. Turning this feature off may slow down your build, but will enable autocompletion for headers in Xcode. See
apple.use_header_maps_in_xcode
: https://buckbuild.com/concept/buckconfig.html#apple