uni-qnc-tob/.hbuilderx/launch.json

17 lines
236 B
JSON
Raw Normal View History

2024-11-24 15:21:01 +08:00
{
"version" : "1.0",
"configurations" : [
{
"playground" : "standard",
"type" : "uni-app:app-ios"
},
{
"app-plus" :
{
"launchtype" : "local"
},
"type" : "uniCloud"
}
]
}