From 68a8bffb104f52062a087830fa024b85b0f33ff8 Mon Sep 17 00:00:00 2001 From: ibuki2003 Date: Tue, 25 Jul 2023 11:11:10 +0900 Subject: [PATCH] release: v1.0.0 --- app.json | 10 ++++++++-- eas.json | 18 ++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 eas.json diff --git a/app.json b/app.json index e252890..2e5dea9 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,6 @@ { "expo": { - "name": "pskey", + "name": "PSkey", "slug": "pskey", "version": "1.0.0", "orientation": "portrait", @@ -21,10 +21,16 @@ "adaptiveIcon": { "foregroundImage": "./src/assets/adaptive-icon.png", "backgroundColor": "#ffffff" - } + }, + "package": "dev.fuwa.pskey" }, "web": { "favicon": "./src/assets/favicon.png" + }, + "extra": { + "eas": { + "projectId": "527fe02e-929e-458c-876a-ae76b6e854db" + } } } } diff --git a/eas.json b/eas.json new file mode 100644 index 0000000..6bb0ae3 --- /dev/null +++ b/eas.json @@ -0,0 +1,18 @@ +{ + "cli": { + "version": ">= 3.17.0" + }, + "build": { + "development": { + "developmentClient": true, + "distribution": "internal" + }, + "preview": { + "distribution": "internal" + }, + "production": {} + }, + "submit": { + "production": {} + } +}