mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -05:00
8 lines
476 B
Text
8 lines
476 B
Text
|
git_url("git@github.com:scratchfoundation/scratch-fastlane-match-files.git")
|
||
|
storage_mode("git")
|
||
|
type("development") # The default type, can be: appstore, adhoc, enterprise or development
|
||
|
# app_identifier(["tools.fastlane.app", "tools.fastlane.app2"])
|
||
|
# username("user@fastlane.tools") # Your Apple Developer Portal username
|
||
|
app_identifier("edu.mit.scratch.scratch-desktop") # The bundle identifier of your app
|
||
|
username("bot-apple@scratch.mit.edu") # Your Apple email address
|