mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-23 19:48:44 -06:00
fastfile stuff
This commit is contained in:
@@ -18,10 +18,12 @@ default_platform(:ios)
|
||||
platform :ios do
|
||||
desc "Push a new beta build to TestFlight"
|
||||
lane :beta do
|
||||
setup_ci
|
||||
increment_build_number(
|
||||
build_number: ENV['BUILD_NUMBER'],
|
||||
xcodeproj: "Jellify.xcodeproj"
|
||||
)
|
||||
match(type: 'appstore')
|
||||
build_app(workspace: "Jellify.xcworkspace", scheme: "Jellify")
|
||||
upload_to_testflight
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user