amplify-swift/fastlane
Di Wu af93398881 ci(v1): read CocoaPods token before publishing 2023-05-25 10:19:19 -07:00
..
Fastfile ci(v1): read CocoaPods token before publishing 2023-05-25 10:19:19 -07:00
Pluginfile chore: Update source branch of ci-support repo (#807) 2020-10-06 15:49:41 -07:00
README.md chore: Update gemfilelock to point to the right ci script (#2505) 2022-10-26 13:25:02 -07:00
amplify_pods.rb chore(geo): Add support to update AWSLocationGeoPlugin plist version string via fastlane. (#1531) 2021-11-18 22:16:31 -07:00

README.md

fastlane documentation

Installation

Make sure you have the latest version of the Xcode command line tools installed:

xcode-select --install

For fastlane installation instructions, see Installing fastlane

Available Actions

iOS

ios unstable

[bundle exec] fastlane ios unstable

Create a pre-release version by pushing a tag to GitHub, and pushing pods to CocoaPods

ios release

[bundle exec] fastlane ios release

Create a release version by building and committing a changelog, pushing a tag to GitHub, and pushing pods to CocoaPods


This README.md is auto-generated and will be re-generated every time fastlane is run.

More information about fastlane can be found on fastlane.tools.

The documentation of fastlane can be found on docs.fastlane.tools.