Skip to content

Commit

Permalink
reverted manual profile setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Talhaali00 committed Mar 17, 2024
1 parent 484759f commit 671626b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ platform :ios do
)
clean_build_artifacts()
end
# git_basic_authorization: options[:token],

lane :release_testflight_test do |options|
setup_ci
match(
Expand Down Expand Up @@ -145,16 +145,16 @@ platform :ios do
profile: "/Users/runner/Library/MobileDevice/Provisioning Profiles/a6ba4083-a6fd-4d4f-b2f1-4098d8234e42.mobileprovision",
build_configuration: "Release"
)
# provisioningProfiles: {
# "com.walletconnect.dapp": "match AppStore com.walletconnect.dapp"
# },
gym(
configuration: "Release",
project: "Example/ExampleApp.xcodeproj",
scheme: ENV["SCHEME"],
export_method: "app-store",
export_options: {
signingStyle: "manual",
provisioningProfiles: {
"com.walletconnect.dapp": "match AppStore com.walletconnect.dapp"
},
signingStyle: "automatic",
allowProvisioningUpdates: true
},
xcargs: "RELAY_HOST='#{options[:relay_host]}' PROJECT_ID='#{options[:project_id]}' WALLETAPP_SENTRY_DSN='#{options[:sentry_dsn]}' MIXPANEL_TOKEN='#{options[:mixpanel_token]}'"
Expand Down

0 comments on commit 671626b

Please sign in to comment.