diff --git a/app.json b/app.json index c6a14fc..ac5d2b9 100644 --- a/app.json +++ b/app.json @@ -14,8 +14,12 @@ "appleTeamId": "8S7C654DQ4", "entitlements": { "com.apple.security.application-groups": [ + "group.abunchofknowitalls.remotewol-upsnap", "group.abunchofknowitalls.remotewol-upsnap" ] + }, + "infoPlist": { + "ITSAppUsesNonExemptEncryption": false } }, "android": { @@ -54,6 +58,29 @@ "experiments": { "typedRoutes": true, "reactCompiler": true + }, + "extra": { + "router": {}, + "eas": { + "build": { + "experimental": { + "ios": { + "appExtensions": [ + { + "bundleIdentifier": "com.abunchofknowitalls.remotewol-upsnap.widget", + "targetName": "widget", + "entitlements": { + "com.apple.security.application-groups": [ + "group.abunchofknowitalls.remotewol-upsnap" + ] + } + } + ] + } + } + }, + "projectId": "b2c99399-8470-4a78-9253-492056fc1c35" + } } } } diff --git a/eas.json b/eas.json new file mode 100644 index 0000000..da37f5c --- /dev/null +++ b/eas.json @@ -0,0 +1,21 @@ +{ + "cli": { + "version": ">= 18.3.0", + "appVersionSource": "remote" + }, + "build": { + "development": { + "developmentClient": true, + "distribution": "internal" + }, + "preview": { + "distribution": "internal" + }, + "production": { + "autoIncrement": true + } + }, + "submit": { + "production": {} + } +}