-
stringsdictfiles are now properly supported in Xcode project generation. - Added the
simulatecommand to simulate a build. See https://buckbuild.com/command/simulate.html for more details. -
project.ignorein.buckconfignow takes a regular expression of files to ignore, which can be useful to prevent extraneous files from being listed as sources (such as.origfiles). - 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