File tree 4 files changed +1
-5
lines changed
4 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ class ApiCredentials: NSObject {
20
20
// Other Services
21
21
static let tenorApiKey = " "
22
22
static let sentryDSN = " "
23
- static let appCenterAppId = " "
24
23
static let encryptedLogKey = " "
25
24
static let debuggingKey = " "
26
25
static let docsBotId = " "
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ case localDeveloper // debug
15
15
case a8cBranchTest // alpha
16
16
17
17
/// Beta released internally for Automattic employees
18
- case a8cPrereleaseTesting. // internal - AppCenter / TestFlight
18
+ case a8cPrereleaseTesting. // internal - Firebase App Distribution / TestFlight
19
19
20
20
/// Production build released in the app store
21
21
case appStore // release
Original file line number Diff line number Diff line change 1
1
INT_EXPORT_TEAM_ID=<Team id for internal distribution>
2
2
EXT_EXPORT_TEAM_ID=<Team id for public distribution>
3
3
4
- APPCENTER_PUBLIC_ID=<AppCenter Public Id>
5
-
6
4
FASTLANE_ITC_TEAM_ID=<Team ID for AppStore Connect>
7
5
8
6
SENTRY_ORG_SLUG=<Org Slug for Sentry>
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ FASTLANE_USER=<Your Apple ID for fastlane>
2
2
DELIVER_USER=<Your Apple ID for fastlane>
3
3
4
4
GHHELPER_ACCESS=<GitHub access token>
5
- APPCENTER_API_TOKEN=<AppCenter Api Token>
6
5
SENTRY_AUTH_TOKEN=<Sentry Auth Token>
7
6
8
7
BUILDKITE_TOKEN=<Buildkite Personal Access Token>
You can’t perform that action at this time.
0 commit comments