WXMC/proj/unity/project.json

12 lines
244 B
JSON
Raw Normal View History

2024-12-04 16:18:46 +08:00
{
"version": "Unity2022_3_41f1c1",
"targets": {
"ios_debug": {
"type": "ios",
"plist": "./Configs/ExportOptions.plist"
},
"android_debug": {
"type": "android"
}
}
}