test
This commit is contained in:
parent
7cde036926
commit
c61eac1c49
|
|
@ -18,7 +18,12 @@ default_platform(:ios)
|
||||||
platform :ios do
|
platform :ios do
|
||||||
desc "Push a new beta build to TestFlight"
|
desc "Push a new beta build to TestFlight"
|
||||||
lane :beta do
|
lane :beta do
|
||||||
build_app(scheme: "Ifish")
|
|
||||||
upload_to_testflight
|
ensure_git_status_clean
|
||||||
|
increment_build_number
|
||||||
|
commit_version_bump
|
||||||
|
# push_to_git_remote
|
||||||
|
# build_app(scheme: "Ifish")
|
||||||
|
# upload_to_testflight
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue