tooot/fastlane/Matchfile

11 lines
210 B
Plaintext
Raw Normal View History

2021-01-31 03:09:35 +01:00
git_url(ENV('MATCH_GIT_REPO'))
git_user_email("me@xmflsct.com")
git_private_key("./id_rsa")
storage_mode("git")
type("development")
app_identifier(["com.xmflsct.app.tooot"])
username(ENV['APP_STORE_EMAIL'])