반응형 iOS distribution1 [iOS/Swift] fastlane을 이용하여 Test Flight upload 하기 fastlane/Fastfile 에 beta 라는 이름의 lane을 추가하였다. desc "New beta Test Flight Upload" lane :beta do # add actions here: https://docs.fastlane.tools/actions increment_build_number(xcodeproj: "어플이름.xcodeproj") get_certificates get_provisioning_profile build_app(workspace: "어플이름.xcworkspace", scheme: "어플이름", include_bitcode: true ) upload_to_testflight version = get_version_number ENV["SLACK_URL"] = "htt.. 2022. 7. 22. 이전 1 다음 반응형