Compare commits
4 Commits
main
...
73d7eff9d9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
73d7eff9d9 | ||
|
|
6cd2a22d09 | ||
|
|
71f6b6369b | ||
|
|
e5ce52ac40 |
12
ota/expo-manifest.json
Normal file
12
ota/expo-manifest.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"id": "e5ce52a-0000-0000-0000-000000000000",
|
||||||
|
"createdAt": "2026-07-19T15:30:00.000Z",
|
||||||
|
"runtimeVersion": "0.1.0",
|
||||||
|
"launchAsset": {
|
||||||
|
"key": "bundle",
|
||||||
|
"contentType": "application/javascript",
|
||||||
|
"url": "https://git.childish-ghost.com/LukeMackin/Yuzu-GCA/releases/download/v0.1.0-dav-android-8/bundle.js"
|
||||||
|
},
|
||||||
|
"assets": [],
|
||||||
|
"metadata": {}
|
||||||
|
}
|
||||||
@@ -3,40 +3,26 @@
|
|||||||
"name": "YuzuGCA",
|
"name": "YuzuGCA",
|
||||||
"slug": "yuzu-gca",
|
"slug": "yuzu-gca",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
|
"runtimeVersion": "0.1.0",
|
||||||
"orientation": "portrait",
|
"orientation": "portrait",
|
||||||
"icon": "./assets/icon.png",
|
|
||||||
"userInterfaceStyle": "dark",
|
"userInterfaceStyle": "dark",
|
||||||
"newArchEnabled": true,
|
"newArchEnabled": true,
|
||||||
"splash": {
|
"splash": { "backgroundColor": "#0f172a" },
|
||||||
"backgroundColor": "#0f172a"
|
"ios": { "supportsTablet": false, "bundleIdentifier": "dev.yuzu.gca" },
|
||||||
},
|
|
||||||
"ios": {
|
|
||||||
"supportsTablet": false,
|
|
||||||
"bundleIdentifier": "dev.yuzu.gca"
|
|
||||||
},
|
|
||||||
"android": {
|
"android": {
|
||||||
"adaptiveIcon": {
|
"adaptiveIcon": { "backgroundColor": "#0f172a" },
|
||||||
"backgroundColor": "#0f172a"
|
|
||||||
},
|
|
||||||
"package": "dev.yuzu.gca",
|
"package": "dev.yuzu.gca",
|
||||||
"allowBackup": false,
|
"allowBackup": false,
|
||||||
"permissions": [
|
"versionCode": 8,
|
||||||
"REQUEST_INSTALL_PACKAGES"
|
"permissions": ["REQUEST_INSTALL_PACKAGES"]
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": ["expo-updates"],
|
||||||
"expo-updates"
|
|
||||||
],
|
|
||||||
"updates": {
|
"updates": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"checkAutomatically": "ON_LOAD",
|
"checkAutomatically": "ON_LOAD",
|
||||||
"fallbackToCacheTimeout": 3000,
|
"fallbackToCacheTimeout": 3000,
|
||||||
"url": "https://git.childish-ghost.com/LukeMackin/Yuzu-GCA/releases/download/manifest/expo-manifest.json"
|
"url": "https://git.childish-ghost.com/LukeMackin/Yuzu-GCA/raw/branch/main/ota/expo-manifest.json"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": { "eas": { "projectId": "yuzu-gca-android" } }
|
||||||
"eas": {
|
|
||||||
"projectId": "yuzu-gca-android"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user