这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ platform :ios do
scan
end

desc "Deploy a new version to the App Store"
desc "Update certificates and profiles"
lane :update_match do
register_devices(
devices_file: "./fastlane/devices.txt"
Expand Down Expand Up @@ -119,13 +119,14 @@ platform :ios do

desc "Submit a new Alpha/Beta Build to Testflight"
lane :alpha_testflight do
build()
update_match()
#build()

# Auto submit for alpha testers
pilot(
skip_submission: true,
skip_waiting_for_build_processing: true,
)
#pilot(
# skip_submission: true,
# skip_waiting_for_build_processing: true,
#)
end

desc "Deploy a new version to the App Store"
Expand Down