update Matchfile

This commit is contained in:
Fin 2021-06-23 19:37:06 +08:00
parent 32d06cd852
commit 5df4ec4b0c
No known key found for this signature in database
GPG Key ID: CFB59B99D87A7B93

View File

@ -2,9 +2,9 @@ git_url("https://github.com/Finb/match.git")
storage_mode("git") storage_mode("git")
type("development") # The default type, can be: appstore, adhoc, enterprise or development type("appstore") # The default type, can be: appstore, adhoc, enterprise or development
# app_identifier(["tools.fastlane.app", "tools.fastlane.app2"]) app_identifier(["me.fin.bark", "me.fin.bark.NotificationContent", "me.fin.bark.NotificationServiceExtension"])
# username("user@fastlane.tools") # Your Apple Developer Portal username # username("user@fastlane.tools") # Your Apple Developer Portal username
# For all available options run `fastlane match --help` # For all available options run `fastlane match --help`