From 917c7e15249d4a3766ebb12a9072e40520375659 Mon Sep 17 00:00:00 2001 From: b3ni15 Date: Fri, 1 Aug 2025 12:55:26 +0200 Subject: [PATCH] Add iOS build configuration for simulator and enterprise provisioning --- eas.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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