Skip to content

darwinbuild-1640

Compare
Choose a tag to compare
@wjk wjk released this 01 May 19:00
· 98 commits to master since this release
852c8d3

This release includes one new feature:

  • You can now use arbitrary strings as the version key in darwinbuild plists.

    Previously, darwinbuild would pass the version given into the Xcode build, which would in turn trigger an undocumented feature in the macOS linker. This feature would require that the version matches the pattern \d+(\.\d+){1,4}, and if it doesn’t, the linker would emit an error. This has since been disabled.