xref: /expo/fastlane/Matchfile (revision 8913dc2b)
1# Google Cloud Storage options
2google_cloud_project_id("exponentjs")
3google_cloud_bucket_name("expo-client-certificates")
4storage_mode("google_cloud")
5
6# The default type, can be: appstore, adhoc, enterprise or development.
7# We default to appstore as we use match only for distribution certificates.
8type("appstore")
9
10# App-specific options
11app_identifier(["host.exp.Exponent", "host.exp.Exponent.ExpoNotificationServiceExtension"])
12team_id("C8D8QTF339")
13