fastlane-version
input.
Fastlane is always installed via bundler
.
Remove include_bitcode
parameter (now deprecated).
fastlane-env
(optional) input: Name of the env file name to pass to fastlane --envios-app-id
(optional) input: The iOS application identifier; useful to sync a specific provisioning profile
Redesign of the Fastlane build and certificate handling.
- This version uses
Match
so you cannot use base64 version of the certificates, instead you need to have a GitHub repo that match will use to store the certificates and an Apple app key. Follow the README to see the new parameters list.