Skip to content

Releases: teufelaudio/SwiftPackageAcknowledgement

v0.1.11

29 Jan 11:15
1ec9992
Compare
Choose a tag to compare
  • Dependencies updated.

Swift Package Support

18 Dec 09:17
9316f81
Compare
Choose a tag to compare

Adds support for local SwiftPackages, which includes:

  • Decoding their format of resolved.package file
  • Decoding tests for XCWorkspace and SwiftPackage formats
  • Being able to search for this file within a path
  • Adjustments on input arguments

Fix build error on .flatMapPublisher

26 Jun 08:51
d0b1cdb
Compare
Choose a tag to compare
Merge pull request #13 from pixyzehn/fix-flat-map-publisher

Update 'flatMapPublisher' to 'flatMapLatestPublisher'

Fix SPM error when updating to latest FoundationExtensions

14 Jun 19:51
6b2831d
Compare
Choose a tag to compare
Merge pull request #12 from teufelaudio/fix-spm-error

Fix SPM error when updating to latest FoundationExtensions

Handle missing LICENSE files, fix ssh repo URLs

07 Sep 08:12
2408c78
Compare
Choose a tag to compare
Merge pull request #8 from luizmb/master

Fix SSH repos and repos with no LICENSE

Install via Homebrew

09 Aug 11:13
9756b26
Compare
Choose a tag to compare

Improvements

  • adds Makefile which allows the installation via Homebrew

Updated version of swift-argument-parser

03 Mar 18:20
a9ed66c
Compare
Choose a tag to compare

Updated version of swift-argument-parser, which is supposed to fix some issues with SwiftLint.

Thanks @pixyzehn for finding and fixing the issue!

Fixes, tests and project reorganization

23 Nov 10:21
99e3a08
Compare
Choose a tag to compare

Fixes:

  • Github dependencies without ".git" suffix to work as expected (thanks @mltbnz)
  • Github authenticated request was passing the wrong BASIC AUTH string

Improvements

  • Project reorganization, moving most of the code to libraries and allowing tests (thanks @mltbnz)

Some basic tests

PList XML for better code review

22 Oct 08:21
0c76f3a
Compare
Choose a tag to compare

Properly List format set to XML, for better code review.
Thanks @pixyzehn for the suggestion and PR.

Attempt to fix the "ignore" option

10 Aug 16:29
74c7c1e
Compare
Choose a tag to compare
Merge pull request #2 from teufelaudio/FixIgnore

Fix ignore option