File tree 6 files changed +1
-17
lines changed
6 files changed +1
-17
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 430
430
<string >???? </string >
431
431
<key >CFBundleURLTypes </key >
432
432
<array >
433
- <dict >
434
- <key >CFBundleURLSchemes </key >
435
- <array >
436
- <string >appcenter-bc2edad9-5b7d-aba0-1002-061304a31cea </string >
437
- </array >
438
- </dict >
439
433
<dict >
440
434
<key >CFBundleTypeRole </key >
441
435
<string >Editor </string >
Original file line number Diff line number Diff line change 428
428
<string >${VERSION_SHORT} </string >
429
429
<key >CFBundleURLTypes </key >
430
430
<array >
431
- <dict >
432
- <key >CFBundleURLSchemes </key >
433
- <array >
434
- <string >appcenter-199a0a9f-a4eb-4115-b9a9-091530b13357 </string >
435
- </array >
436
- </dict >
437
431
<dict >
438
432
<key >CFBundleTypeRole </key >
439
433
<string >Editor </string >
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 Distrubition / 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