From c7ff5cd424fa549ee9641603fef87048962b53fa Mon Sep 17 00:00:00 2001 From: Amaury Liet Date: Thu, 2 Oct 2025 12:27:32 +0200 Subject: [PATCH] feat: add missing 'account-creation-requires-phone-number' capability to list --- .../eas-cli/src/credentials/ios/appstore/capabilityList.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/eas-cli/src/credentials/ios/appstore/capabilityList.ts b/packages/eas-cli/src/credentials/ios/appstore/capabilityList.ts index 1e07091678..63643373d2 100644 --- a/packages/eas-cli/src/credentials/ios/appstore/capabilityList.ts +++ b/packages/eas-cli/src/credentials/ios/appstore/capabilityList.ts @@ -682,6 +682,13 @@ export const CapabilityMapping: CapabilityClassifier[] = [ ]), getSyncOperation: getDefinedValueSyncOperation, }, + { + entitlement: 'com.apple.developer.authentication-services.account-creation-requires-phone-number', + name: 'Account Creation Requires Phone Number', + capability: CapabilityType.ACCOUNT_CREATION_REQUIRES_PHONE_NUMBER, + validateOptions: validateBooleanOptions, + getSyncOperation: getBooleanSyncOperation, + }, // VMNET // These don't appear to have entitlements, so it's unclear how we can automatically enable / disable them at this time.