From c8088563c1ff7a1359b5f5d6b4cd7f5962e4c5a0 Mon Sep 17 00:00:00 2001 From: TenType <55125103+TenType@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:53:56 -0700 Subject: [PATCH] Configure iOS EAS Build --- eas.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eas.json b/eas.json index 1a5ca74..644157c 100644 --- a/eas.json +++ b/eas.json @@ -2,7 +2,10 @@ "build": { "preview": { "distribution": "internal", - "channel": "preview" + "channel": "preview", + "ios": { + "simulator": true + } } } }