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": {} + } +}