fastlane stuff

This commit is contained in:
Violet Caulfield
2025-02-03 12:12:12 -06:00
parent 3373c36095
commit 7b8fee936b
+2 -1
View File
@@ -19,7 +19,8 @@ platform :ios do
desc "Push a new beta build to TestFlight"
lane :beta do
setup_ci
match(type: "development", readonly: true)
get_certificates
get_provisioning_profile
increment_build_number(
build_number: ENV['BUILD_NUMBER'],
xcodeproj: "Jellify.xcodeproj"