Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
radeknovis committed Feb 7, 2024
1 parent c590781 commit 99e0a07
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@ platform :ios do
in_house: false,
)
match(
readonly: false,
readonly: true,
type: "appstore",
app_identifier: ENV["MATCH_IDENTIFIERS"],
git_url: "https://github.com/WalletConnect/match-swift.git",
git_basic_authorization: options[:token],
api_key: api_key,
include_all_certificates: false,
force_for_new_devices: true,
force_for_new_certificates: true
)
number = latest_testflight_build_number(
app_identifier: ENV["APP_IDENTIFIER"],
Expand Down

0 comments on commit 99e0a07

Please sign in to comment.