diff --git a/eas.json b/eas.json index da9594d..6fb8d0f 100644 --- a/eas.json +++ b/eas.json @@ -4,6 +4,10 @@ "appVersionSource": "remote" }, "build": { + "ios": { + "simulator": false, + "enterpriseProvisioning": "ad-hoc" + }, "development": { "developmentClient": true, "distribution": "internal" @@ -18,4 +22,4 @@ "submit": { "production": {} } -} +} \ No newline at end of file