Files
iOS/fastlane/Matchfile
2017-01-09 21:40:59 -08:00

9 lines
320 B
Plaintext

git_url ENV["HOMEASSISTANT_CERTIFICATE_GIT"]
type "appstore" # The default type, can be: appstore, adhoc or development
username ENV["HOMEASSISTANT_APPLE_ID"] # Your Apple Developer Portal username
# For all available options run `match --help`
# Remove the # in the beginning of the line to enable the other options