Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Releases: elegantchaos/Builder

1.2.3

20 Apr 09:31
Compare
Choose a tag to compare

Fixed tests.

1.2.2

11 Feb 17:37
0dbc339
Compare
Choose a tag to compare

Cleaned up warnings.
Include swift build command output with --verbose.
Updated dependencies.

1.2.1

26 Jun 18:25
34cd0fd
Compare
Choose a tag to compare

Minor cleanup.
Bumped version to avoid slight confusion with 1.2.0 tags.

1.2

13 Mar 13:19
58b7446
Compare
Choose a tag to compare
1.2

Switched to using Apple's new argument parser.

1.1.1

13 Jul 14:43
71f5ac1
Compare
Choose a tag to compare

Allow passing in optional full path to Info.plist. Useful for situations where the executable has a different name from the target.

1.1.0

13 Jul 13:00
7ede076
Compare
Choose a tag to compare

Added support for linking plist into __TEXT section.
Changed metadata to write information into this plist.

1.0.12

19 Jun 23:07
7f0faae
Compare
Choose a tag to compare

Added .git for dependent packages.

1.0.11

19 Jun 22:57
e7a84ca
Compare
Choose a tag to compare

Updated dependencies.
Required macOS 10.13.

1.0.10

13 Jul 09:53
376494e
Compare
Choose a tag to compare

Added 10.11 and 10.14 to minimum platform mappings.

1.0.9

11 Jul 13:23
6ab378d
Compare
Choose a tag to compare
1.0.9 Pre-release
Pre-release

When building the metadata, pick up version using git describe --tags, rather than trying to parse the version tags in git describe --all.

If we're ahead of the last tagged version, the metadata version will now be of the form x.y.z-d-cccccc, where x.y.z is the last tag, d is the number of commits since it, and cccccc is the commit.