mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 13:42:27 -05:00
customize Fastlane setup output
This commit is contained in:
parent
4a1631040f
commit
53d51df4c5
2 changed files with 10 additions and 13 deletions
|
@ -1,6 +1,3 @@
|
||||||
# app_identifier("[[APP_IDENTIFIER]]") # The bundle identifier of your app
|
app_identifier "edu.mit.scratch.scratch-desktop" # The bundle identifier of your app
|
||||||
# apple_id("[[APPLE_ID]]") # Your Apple email address
|
apple_id "bot-apple@scratch.mit.edu" # Your Apple email address
|
||||||
|
team_id "W7AR3WMP87"
|
||||||
|
|
||||||
# For more information about the Appfile, see:
|
|
||||||
# https://docs.fastlane.tools/advanced/#appfile
|
|
||||||
|
|
|
@ -13,11 +13,11 @@
|
||||||
# Uncomment the line if you want fastlane to automatically update itself
|
# Uncomment the line if you want fastlane to automatically update itself
|
||||||
# update_fastlane
|
# update_fastlane
|
||||||
|
|
||||||
default_platform(:ios)
|
default_platform(:mac)
|
||||||
|
|
||||||
platform :ios do
|
#platform :mac do
|
||||||
desc "Description of what the lane does"
|
# desc "Description of what the lane does"
|
||||||
lane :custom_lane do
|
# lane :custom_lane do
|
||||||
# add actions here: https://docs.fastlane.tools/actions
|
# # add actions here: https://docs.fastlane.tools/actions
|
||||||
end
|
# end
|
||||||
end
|
#end
|
||||||
|
|
Loading…
Reference in a new issue