From 4f677dec74bd037199726c563576372d5a9fc2d9 Mon Sep 17 00:00:00 2001 From: Joseph Cosentino Date: Wed, 4 Sep 2024 07:43:49 -0700 Subject: [PATCH] Switch to new expo project --- app.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app.json b/app.json index 8166597..87099eb 100644 --- a/app.json +++ b/app.json @@ -1,11 +1,11 @@ { "expo": { "name": "hn-10", - "slug": "hn-10", + "slug": "hn10", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", - "scheme": "hntt", + "scheme": "hnten", "userInterfaceStyle": "automatic", "splash": { "image": "./assets/images/splash.png", @@ -13,7 +13,7 @@ "backgroundColor": "#ffffff" }, "ios": { - "bundleIdentifier": "me.josephcosentino.hntt", + "bundleIdentifier": "me.josephcosentino.hnten", "supportsTablet": false }, "plugins": [ @@ -27,7 +27,7 @@ "origin": false }, "eas": { - "projectId": "efbbf69e-c5aa-4e29-b90a-3125b311bdeb" + "projectId": "1680975c-94e3-4127-bdc3-3b186ea46851" } } }