Matchfile 562 B

12345678910111213
  1. git_url("https://github.com/Finb/match.git")
  2. storage_mode("git")
  3. type("appstore") # The default type, can be: appstore, adhoc, enterprise or development
  4. app_identifier(["me.fin.bark", "me.fin.bark.NotificationContent", "me.fin.bark.NotificationServiceExtension", "me.fin.bark.Intent"])
  5. # username("user@fastlane.tools") # Your Apple Developer Portal username
  6. # For all available options run `fastlane match --help`
  7. # Remove the # in the beginning of the line to enable the other options
  8. # The docs are available on https://docs.fastlane.tools/actions/match