Skip to content

Commit

Permalink
fix(ci): ios fastfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ghorbani committed Nov 28, 2024
1 parent 84f6f70 commit 2dcc817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ platform :ios do
)

build_ios_app(
scheme: "PocketPal", # Replace with your app's scheme
scheme: "PocketPal",
export_method: "app-store",
output_directory: "./build",
clean: true
)

upload_to_testflight(
api_key: api_key,
skip_waiting_for_build_processing: false
skip_waiting_for_build_processing: false,
wait_processing_interval: 60, # Check every minute
wait_for_uploaded_build: true,
wait_processing_timeout_duration: 1800 # 30 minutes timeout
Expand Down

0 comments on commit 2dcc817

Please sign in to comment.