diff --git a/mobile/app.json b/mobile/app.json index 847762c..98439bd 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -36,6 +36,13 @@ "color": "#3B82F6" } ] - ] + ], + "extra": { + "router": {}, + "eas": { + "projectId": "67f7d2df-e842-48d8-8fe8-ea4313c4dc5f" + } + }, + "owner": "it-enterprise" } } diff --git a/mobile/eas.json b/mobile/eas.json index 11bbc92..b142d83 100644 --- a/mobile/eas.json +++ b/mobile/eas.json @@ -10,14 +10,7 @@ "android": { "buildType": "apk" } }, "production": { - "android": { "buildType": "app-bundle" }, - "ios": { "autoIncrement": true } - } - }, - "submit": { - "production": { - "android": { "serviceAccountKeyPath": "./google-service-account.json" }, - "ios": { "appleId": "soft.it.enterprise@gmail.com", "ascAppId": "", "appleTeamId": "8U2KKLXVSN" } + "android": { "buildType": "app-bundle" } } } }