misc: eas

This commit is contained in:
2026-03-13 14:00:55 -04:00
Unverified
parent fdf02b66c4
commit e0f765c9f0
2 changed files with 48 additions and 0 deletions

View File

@@ -14,8 +14,12 @@
"appleTeamId": "8S7C654DQ4", "appleTeamId": "8S7C654DQ4",
"entitlements": { "entitlements": {
"com.apple.security.application-groups": [ "com.apple.security.application-groups": [
"group.abunchofknowitalls.remotewol-upsnap",
"group.abunchofknowitalls.remotewol-upsnap" "group.abunchofknowitalls.remotewol-upsnap"
] ]
},
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false
} }
}, },
"android": { "android": {
@@ -54,6 +58,29 @@
"experiments": { "experiments": {
"typedRoutes": true, "typedRoutes": true,
"reactCompiler": 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"
}
} }
} }
} }

21
eas.json Normal file
View File

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