git_url("git@github.com:lichess-org/certificates.git")

storage_mode("git")

type("appstore") # The default type, can be: appstore, adhoc, enterprise or development

app_identifier(["org.lichess.mobileV2", "org.lichess.mobileV2.LichessWidgets"])
username(ENV['APPLE_ID']) # Your Apple Developer Portal username

# For all available options run `fastlane match --help`
# Remove the # in the beginning of the line to enable the other options

# The docs are available on https://docs.fastlane.tools/actions/match
