Skip to content

Releases: lvsti/Bridgecraft

0.5.0

11 Jun 19:46
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • bumped Swift version to 4.2
  • moved from kylef/Commander to own fork (lvsti/Commander) after waiting half a year in vain to have kylef/Commander#75 merged

0.4.1

28 Oct 11:13
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release
  • used full path for new file references when patching projects

0.4.0

09 Oct 19:55
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • improved error messages (#22 by @4brunu)
  • stripped nil default values from generated interface (#19)

0.3.0

25 Sep 21:40
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Upgraded project to Xcode 10 + bumped SourceKitten to 0.21.2 (#15 by @4brunu)
  • Replaced XcodeEditor with XcodeEdit

0.2.0

14 Apr 16:57
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Upgraded project to Xcode 9.3 + bumped SourceKitten to 0.2.0 (#14 by @4brunu)

0.1.0

01 Feb 20:51
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Breaking:

  • CLI syntax: previous behavior can now be accessed via the generate command; introduced new patch command

Other:

0.0.5

21 Jan 14:16
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release
  • option to specify output file
  • SPM support
  • informative head comment
  • code tidying (#9 by @4brunu)

0.0.4

19 Jan 16:51
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release
  • fixed unresolved system types

0.0.3

17 Jan 22:42
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

(nothing new, just fighting with cocoapods)

0.0.2

17 Jan 22:27
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release
  • added support for overriding SDK and destination settings of xcodebuild
  • removed pod platform restriction
  • using kylef/Commander for argument parsing