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" } } },