SwiftKit v1.2.3 Release Notes
Release Date: 2019-05-26 // over 4 years ago-
CI-Service improvements
๐ท 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 isCarthage
,CocoaPods
andSwift 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
- ๐ Travis CI - macOS only