Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

26 lines (16 loc) · 1.21 KB

Change Log

Released on 2019-11-09.

  • Automatically adds the MergeFile to your generated Pods project (just like your Podfile)
  • Adds support for fixing Swift modular imports (import xxxx) when the has_dependencies! flag is specified #10
  • Adds a group using swift_version! & has_dependencies! flags in the example project

Released on 2019-11-06.

  • Adds a new flag swift_version! to manually set the Swift version of a merge group #5
  • Fixes an issue with the .modulemap unable to compile when a pod contains + in it's name #8

Released on 2019-10-28.

  • Fixes an issue when the resource property in a Podspec is a String

Released on 2019-10-12.

  • Initial release 🎉