[object Object]

← back to Nineoh Guide

chore(mobile): add preview-sim profile (iOS simulator build, no signing) for local Simulator run

877569a70506b12748fb540eb9315c409408cf1a · 2026-07-27 10:42:43 -0700 · Steve Abrams

Files touched

Diff

commit 877569a70506b12748fb540eb9315c409408cf1a
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jul 27 10:42:43 2026 -0700

    chore(mobile): add preview-sim profile (iOS simulator build, no signing) for local Simulator run
---
 apps/mobile/eas.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/apps/mobile/eas.json b/apps/mobile/eas.json
index 9f69385..5047700 100644
--- a/apps/mobile/eas.json
+++ b/apps/mobile/eas.json
@@ -13,6 +13,10 @@
       "distribution": "internal",
       "ios": { "simulator": false }
     },
+    "preview-sim": {
+      "distribution": "internal",
+      "ios": { "simulator": true }
+    },
     "production": {
       "autoIncrement": true,
       "distribution": "store"

← 904b355 fix(mobile): pnpm 11 honors nodeLinker in pnpm-workspace.yam  ·  back to Nineoh Guide  ·  feat: mobile bottom-tab nav (Episodes/Cast/News/Saved) + /ap e8b0cf6 →