scratch-desktop/fastlane/Fastfile

24 lines
604 B
Text
Raw Normal View History

2022-01-24 18:04:30 -05:00
# 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
2022-01-24 18:12:48 -05:00
default_platform(:mac)
2022-01-24 18:04:30 -05:00
2022-01-24 18:12:48 -05:00
#platform :mac do
# desc "Description of what the lane does"
# lane :custom_lane do
# # add actions here: https://docs.fastlane.tools/actions
# end
#end