mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-30 11:33:34 +08:00
ios: Fastfile upload to test_flight
This is the only command I could get to work using an app specific password.
This commit is contained in:
@ -5,6 +5,7 @@ platform :ios do
|
|||||||
lane :release do
|
lane :release do
|
||||||
increment_build_number(build_number: number_of_commits)
|
increment_build_number(build_number: number_of_commits)
|
||||||
build_app(workspace: "Runner.xcworkspace", scheme: "Runner")
|
build_app(workspace: "Runner.xcworkspace", scheme: "Runner")
|
||||||
upload_to_app_store(skip_metadata: true, skip_screenshots: true)
|
#upload_to_app_store(skip_metadata: true, skip_screenshots: true)
|
||||||
|
upload_to_testflight(apple_id:"1466519634", skip_waiting_for_build_processing:true)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user