SwiftKit v1.2.2 Release Notes

Release Date: 2019-05-14 // almost 5 years ago
  • Target selection

    ๐ŸŽ In default SwiftKit will create a Kit that supports iOS, tvOS, watchOS, macOS. If you want to support only certain Targets simply run:

    $ swiftkit new MyAwesomeKit --target iOS --target tvOS
    

    ๐Ÿ‘ > This will create a Kit which only supports iOS and tvOS

    ๐Ÿ‘Œ Improved Template

    ๐Ÿ‘Œ Improved template files Package.swift and Fastfile