Skip to content

Commit

Permalink
trying manual profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Talhaali00 committed Mar 17, 2024
1 parent e7e7c3b commit 5013743
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ platform :ios do
build_number: number + 1,
xcodeproj: "Example/ExampleApp.xcodeproj"
)
install_provisioning_profile(
path: ENV["sigh_com.walletconnect.dapp_appstore_profile-path"]
)
update_project_provisioning(
xcodeproj: "Example/ExampleApp.xcodeproj",
profile: ENV["sigh_com.walletconnect.dapp_appstore_profile-path"],
Expand All @@ -159,6 +162,9 @@ platform :ios do
project: "Example/ExampleApp.xcodeproj",
scheme: ENV["SCHEME"],
export_method: "app-store",
export_options: {
signingStyle: "manual"
},
xcargs: "RELAY_HOST='#{options[:relay_host]}' PROJECT_ID='#{options[:project_id]}' WALLETAPP_SENTRY_DSN='#{options[:sentry_dsn]}' MIXPANEL_TOKEN='#{options[:mixpanel_token]}'"
)
upload_to_testflight(
Expand Down

0 comments on commit 5013743

Please sign in to comment.