Releases: lvsti/Bridgecraft
Releases · lvsti/Bridgecraft
0.5.0
- 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
- used full path for new file references when patching projects
0.4.0
- improved error messages (#22 by @4brunu)
- stripped
nil
default values from generated interface (#19)
0.3.0
- Upgraded project to Xcode 10 + bumped SourceKitten to 0.21.2 (#15 by @4brunu)
- Replaced XcodeEditor with XcodeEdit
0.2.0
- Upgraded project to Xcode 9.3 + bumped SourceKitten to 0.2.0 (#14 by @4brunu)
0.1.0
Breaking:
- CLI syntax: previous behavior can now be accessed via the
generate
command; introduced new patch
command
Other:
0.0.5
- option to specify output file
- SPM support
- informative head comment
- code tidying (#9 by @4brunu)
0.0.4
- fixed unresolved system types
0.0.3
(nothing new, just fighting with cocoapods)
0.0.2
- added support for overriding SDK and destination settings of xcodebuild
- removed pod platform restriction
- using kylef/Commander for argument parsing