chore: change jsengine to jsc in top level since it fails to build otherwise

This commit is contained in:
castdrian
2024-01-15 00:40:27 +01:00
parent dcdb59ddd5
commit 49318dca38
3 changed files with 11 additions and 10 deletions

View File

@@ -10,6 +10,7 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"jsEngine": "jsc",
"updates": {
"fallbackToCacheTimeout": 0
},
@@ -17,7 +18,6 @@
"**/*"
],
"ios": {
"jsEngine": "jsc",
"supportsTablet": true,
"bundleIdentifier": "dev.movieweb.app"
},