misc: eas
This commit is contained in:
27
app.json
27
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
21
eas.json
Normal file
21
eas.json
Normal 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": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user