Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

v2015.11.16.01

Compare
Choose a tag to compare
@sdwilsh sdwilsh released this 16 Nov 15:02
· 17463 commits to main since this release
  • 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