From 38872dcda674ef33f46837fd3daf360ce31174cd Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 7 Jun 2023 20:26:09 -0400 Subject: [PATCH] Update development phase for iOS --- eas.json | 8 ++++++++ 1 file changed, 8 insertions(+) mode change 100644 => 100755 eas.json diff --git a/eas.json b/eas.json old mode 100644 new mode 100755 index c1be9ad..27bd8f7 --- a/eas.json +++ b/eas.json @@ -3,6 +3,14 @@ "version": ">= 3.13.2" }, "build": { + "development-simulator": { + "extends": "production", + "developmentClient": true, + "distribution": "internal", + "ios": { + "simulator": true + } + }, "development": { "developmentClient": true, "distribution": "internal"