From 261d21ac7b7be1d5f2c92d0153fc53999540f016 Mon Sep 17 00:00:00 2001 From: Bartosz Szar Date: Tue, 5 Nov 2024 09:04:11 +0100 Subject: [PATCH] chore: update eas.json --- eas.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eas.json b/eas.json index 12c203b..30eae47 100644 --- a/eas.json +++ b/eas.json @@ -6,7 +6,10 @@ "build": { "development": { "developmentClient": true, - "distribution": "internal" + "distribution": "internal", + "ios": { + "simulator": true + } }, "preview": { "distribution": "internal"