Swiftlane contains a set of build utilities to speed up iOS and macOS development and deployment
There’s no additional configuration file, your Swift script file is the source of truth. With auto
completion and type safety, you are ensured to do the right things in Swiftlane.
Swiftlane and its dependencies are written in pure Swift, making it easy to read and contribute.
Use latest Swift features like async/await to enable declarative syntax
Type-safe. All required and optional arguments are clear.
No configuration file. Your Swift script is your definition.
Simple wrapper around existing tools like xcodebuild, instruments and agvtool
Reuse awesome Swift scripting dependencies from Swift community
How to use
Swiftlane is intended to be used as a Swift Package. Please consult Examples folder for ways to integrate
Swiftlane
Swiftlane contains a set of build utilities to speed up iOS and macOS development and deployment
There’s no additional configuration file, your Swift script file is the source of truth. With auto completion and type safety, you are ensured to do the right things in Swiftlane.
How to use
Swiftlane is intended to be used as a Swift Package. Please consult
Examples
folder for ways to integrateActions
iOS
ASC
Project
Keychain
Simulator
Xcode
macOS
Standard
Settings
Configurations via
Settings
Credit
License
Swiftlane is released under the MIT license. See LICENSE for details.