We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f449c commit de897d5Copy full SHA for de897d5
fastlane/Matchfile
@@ -6,7 +6,7 @@ type("appstore")
6
7
# app_identifier(["tools.fastlane.app", "tools.fastlane.app2"])
8
username("[email protected]") # Your Apple Developer Portal username
9
-app_identifier(["tt.kolektivo.mainnet","tt.kolektivo.mainnet.NotificationService"]) # Bundle identifier of your app
+app_identifier(["tt.kolektivo.mainnet","tt.kolektivo.mainnet.NotificationService"]) # Bundle identifiers of your app
10
team_id("2QB23S3GZ3")
11
# For all available options run `fastlane match --help`
12
# Remove the # in the beginning of the line to enable the other options
0 commit comments