From 4f4f68b924640695d9c27e8c172319b67c95e451 Mon Sep 17 00:00:00 2001 From: AyrisAI Date: Thu, 20 Aug 2026 02:18:37 +0300 Subject: [PATCH] chore(eas): set ios build image to latest --- apps/mobile/eas.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/apps/mobile/eas.json b/apps/mobile/eas.json index 328814d..d1a4937 100644 --- a/apps/mobile/eas.json +++ b/apps/mobile/eas.json @@ -6,13 +6,22 @@ "build": { "development": { "developmentClient": true, - "distribution": "internal" + "distribution": "internal", + "ios": { + "image": "latest" + } }, "preview": { - "distribution": "internal" + "distribution": "internal", + "ios": { + "image": "latest" + } }, "production": { "autoIncrement": true, + "ios": { + "image": "latest" + }, "env": { "EXPO_PUBLIC_SUPABASE_URL": "https://fwahdopsyvryvjaqande.supabase.co", "EXPO_PUBLIC_SUPABASE_ANON_KEY": "sb_publishable_9YsK7YU7xfzxJQsz3x5iMA_LHCqUN3b",