mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-08-25 12:23:58 -04:00
02c06ac6e7
* internal ios deployment-target was conflicting between the plugins used, when admob was used in the project, preventing to build the app
15 lines
320 B
JSON
15 lines
320 B
JSON
{
|
|
"name": "GDJS_GAME_MANGLED_NAME",
|
|
"displayName": "GDJS_GAME_NAME",
|
|
"version": "GDJS_GAME_VERSION",
|
|
"description": "GDJS_GAME_NAME",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"ecosystem:cordova"
|
|
],
|
|
"author": "GDJS_GAME_AUTHOR"
|
|
}
|