-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: try pulling env vars into the matchfile
- Loading branch information
Ron de las Alas
committed
Nov 30, 2023
1 parent
38c5eee
commit 2a1f209
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
git_url(ENV.fetch("GIT_URL")) | ||
storage_mode(ENV.fetch("STORAGE_MODE")) | ||
type("development") # The default type, can be: appstore, adhoc, enterprise or development | ||
# app_identifier(["tools.fastlane.app", "tools.fastlane.app2"]) | ||
# username("[email protected]") # Your Apple Developer Portal username | ||
app_identifier("edu.mit.scratch.scratch-desktop") # The bundle identifier of your app | ||
username("[email protected]") # Your Apple email address |