Skip to content

Releases: furby-tm/swift-bundler

v2.0.10

16 Jan 06:47
182d898
Compare
Choose a tag to compare
Rewrite swiftpm provided target with users target.

* This is necessary to remove swiftpm's default target
  of macosx10.0, macosx11.0, macosx12.0, macosx13.0,
  and macosx14.0, to instead use the user's specified
  platform triplet by replacing the (debug/release).yaml
  with: 'other-args' -target <user-specified-triplet>.

v2.0.9

30 Dec 08:34
42d095f
Compare
Choose a tag to compare
Support swift 5.9 syntax.

v2.0.8

09 Dec 16:22
b721402
Compare
Choose a tag to compare
Resolve TOMLKit package dependency.

v2.0.7

09 Dec 16:15
07e8640
Compare
Choose a tag to compare
Set TOMLKit version to @furby-tm fork pending PR.

* Note, I have set this to my fork which has an additional fix to TOMLKit - pending a PR.
* PR: https://github.com/LebJe/TOMLKit/pull/22

v2.0.6

09 Dec 15:26
824f8bd
Compare
Choose a tag to compare
Remove unused plugin conformance to XcodeCommandPlugin.