mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-23 19:48:44 -06:00
fastfile app password support
This commit is contained in:
@@ -28,7 +28,14 @@ platform :ios do
|
||||
build_number: ENV['BUILD_NUMBER'],
|
||||
xcodeproj: "Jellify.xcodeproj"
|
||||
)
|
||||
build_app(workspace: "Jellify.xcworkspace", scheme: "Jellify")
|
||||
upload_to_testflight
|
||||
build_app(
|
||||
scheme: "Jellify",
|
||||
workspace: "Jellify.xcworkspace",
|
||||
include_bitcode: true
|
||||
)
|
||||
# http://docs.fastlane.tools/actions/upload_to_testflight/#upload_to_testflight
|
||||
upload_to_testflight(
|
||||
skip_waiting_for_build_processing: true # Required for App password support
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user