fonchat/.hbuilderx/launch.json

17 lines
234 B
JSON
Raw Normal View History

2023-10-25 02:02:04 +00:00
{
2023-12-29 03:53:55 +00:00
"version" : "1.0",
2023-10-25 02:02:04 +00:00
"configurations" : [
{
"playground" : "custom",
"type" : "uni-app:app-ios"
2023-12-29 03:53:55 +00:00
},
{
"app-plus" :
{
"launchtype" : "local"
},
"type" : "uniCloud"
}
2023-10-25 02:02:04 +00:00
]
}