From b08c490643964afed230d8c3f1d52ff66bad1831 Mon Sep 17 00:00:00 2001 From: Alex Moinet Date: Fri, 23 Jun 2023 18:39:01 +0100 Subject: [PATCH] Use Universal provisioning profile --- features/fixtures/test-app/eas.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features/fixtures/test-app/eas.json b/features/fixtures/test-app/eas.json index 8ac3fec1..804a679f 100644 --- a/features/fixtures/test-app/eas.json +++ b/features/fixtures/test-app/eas.json @@ -8,6 +8,9 @@ "credentialsSource": "local", "android": { "buildType": "apk" + }, + "ios": { + "enterpriseProvisioning": "universal" } } },