From ef41d51e18493db0304ee356a2d7535e32b92780 Mon Sep 17 00:00:00 2001 From: avichaljadeja2002 Date: Sun, 15 Dec 2024 20:38:07 -0500 Subject: [PATCH] adding stuff for iphone config --- app.json | 3 ++- eas.json | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 3852e8d..3651124 100644 --- a/app.json +++ b/app.json @@ -5,7 +5,8 @@ "scheme": "omni-planner", "platforms": [ "ios", - "android" + "android", + "web" ], "version": "1.0.0", "orientation": "portrait", diff --git a/eas.json b/eas.json index c246ef1..33f5b60 100644 --- a/eas.json +++ b/eas.json @@ -13,8 +13,11 @@ }, "production": { "autoIncrement": true, + "ios": { + "buildConfiguration": "Release" + }, "android": { - "buildType": "apk" + "buildType": "apk" } } },