-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Tooling] Migrate Prototype Builds from App Center to Firebase App Distribution #24199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
20ca36d
8c7ad14
6542b64
95ac031
4593787
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
INT_EXPORT_TEAM_ID=<Team id for internal distribution> | ||
EXT_EXPORT_TEAM_ID=<Team id for public distribution> | ||
|
||
APPCENTER_PUBLIC_ID=<AppCenter Public Id> | ||
|
||
Comment on lines
-4
to
-5
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Similarly, once this PR lands, we might want to remove that env var value from the actual There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This has been tracked in https://github.com/Automattic/apps-infra-plans/issues/219. |
||
FASTLANE_ITC_TEAM_ID=<Team ID for AppStore Connect> | ||
|
||
SENTRY_ORG_SLUG=<Org Slug for Sentry> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once this PR lands, we might want to remove that constant from the actual
Secrets-*.swift
files in~/.mobile-secrets
(see.configure
setup), as from a quick grep in the source code, this constant doesn't seem to be used anywhere in the codebase anymore.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been tracked in https://github.com/Automattic/apps-infra-plans/issues/219.