SwiftKit v1.2.3 Release Notes

Release Date: 2019-05-26 // over 4 years ago
  • CI-Service improvements

    carbon

    ๐Ÿ‘ท The Travis CI configuration is now available in two variants (#3)

    • ๐ŸŽ Travis CI - macOS only
      • Which only uses an macOS image
    • ๐ŸŽ Travis CI - macOS & Linux
      • Which runs on an macOS and Linux image

    โž• Additionally this version adds the option to pick an Azure Pipelines CI-Service configuration for your generated Kit.

    โœ… Compatibility tests lane

    ๐Ÿ“ฆ The compatibilityTests lane will verify that your Kit is Carthage, CocoaPods and Swift Package Manager compatible.

    $ fastlane ios compatibilityTests
    

    โœ… > Previously the compatibility tests were included in the tests lane

    โœ… Test-Targets improvements

    โœ… All Test-Targets of your generated Kit will automatically:

    • Gather Code Coverage
    • Execute in random order
    • Execute parallel