Skip to content

Commit

Permalink
ci: try pulling env vars into the matchfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Nov 30, 2023
1 parent 38c5eee commit 2a1f209
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ npm-*
/locale

# Fastlane
**/fastlane/Matchfile
## **/fastlane/Matchfile
**/fastlane/report.xml
**/fastlane/Preview.html
**/fastlane/screenshots
Expand Down
7 changes: 7 additions & 0 deletions fastlane/Matchfile
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

0 comments on commit 2a1f209

Please sign in to comment.