Skip to content

Commit 6542b64

Browse files
committed
Remove references to App Center in build files and docs
1 parent 8c7ad14 commit 6542b64

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

WordPress/Credentials/Secrets-example.swift

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class ApiCredentials: NSObject {
2020
// Other Services
2121
static let tenorApiKey = ""
2222
static let sentryDSN = ""
23-
static let appCenterAppId = ""
2423
static let encryptedLogKey = ""
2524
static let debuggingKey = ""
2625
static let docsBotId = ""

docs/feature-flags.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ case localDeveloper // debug
1515
case a8cBranchTest // alpha
1616

1717
/// Beta released internally for Automattic employees
18-
case a8cPrereleaseTesting. // internal - AppCenter / TestFlight
18+
case a8cPrereleaseTesting. // internal - Firebase App Distribution / TestFlight
1919

2020
/// Production build released in the app store
2121
case appStore // release

fastlane/env/project.env-example

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
INT_EXPORT_TEAM_ID=<Team id for internal distribution>
22
EXT_EXPORT_TEAM_ID=<Team id for public distribution>
33

4-
APPCENTER_PUBLIC_ID=<AppCenter Public Id>
5-
64
FASTLANE_ITC_TEAM_ID=<Team ID for AppStore Connect>
75

86
SENTRY_ORG_SLUG=<Org Slug for Sentry>

fastlane/env/user.env-example

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ FASTLANE_USER=<Your Apple ID for fastlane>
22
DELIVER_USER=<Your Apple ID for fastlane>
33

44
GHHELPER_ACCESS=<GitHub access token>
5-
APPCENTER_API_TOKEN=<AppCenter Api Token>
65
SENTRY_AUTH_TOKEN=<Sentry Auth Token>
76

87
BUILDKITE_TOKEN=<Buildkite Personal Access Token>

0 commit comments

Comments
 (0)