Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviuvsp committed Apr 15, 2024
1 parent ec1b33c commit bb9ab54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ platform :ios do
match(type: "adhoc",
app_identifier: "org.permanent.permanent.staging",
git_url: "https://oauth2:#{ENV['FASTLANE_MATCH_TOKEN']}@github.com/PermanentOrg/permanent-ios-certs.git",
force_for_new_devices: true
force_for_new_devices: true,
verbose: true
)
match(type: "adhoc",
app_identifier: "org.permanent.permanent.staging.PushExtension",
Expand Down

0 comments on commit bb9ab54

Please sign in to comment.