Skip to content

Commit

Permalink
enable fastlane updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 20, 2024
1 parent fc59aa3 commit 96d3b13
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -1,24 +1,13 @@
# This file contains the fastlane.tools configuration
# You can find the documentation at https://docs.fastlane.tools
#
# For a list of all available actions, check out
#
# https://docs.fastlane.tools/actions
#
# For a list of all available plugins, check out
#
# https://docs.fastlane.tools/plugins/available-plugins
#

# Uncomment the line if you want fastlane to automatically update itself
# update_fastlane
update_fastlane

default_platform(:ios)

platform :ios do
desc "Push a new beta build to TestFlight"
lane :beta do
setup_ci if ENV['CI']
build_app(workspace: "Runner.xcworkspace", scheme: "Runner")
upload_to_testflight
upload_to_testflight(skip_waiting_for_build_processing: true)
end
end

0 comments on commit 96d3b13

Please sign in to comment.