1234567891011121314151617181920212223242526 |
- {
- "version" : "1.0",
- "configurations" : [
- {
- "playground" : "standard",
- "type" : "uni-app:app-ios_simulator"
- },
- {
- "playground" : "standard",
- "type" : "uni-app:app-ios"
- },
- {
- "app-plus" : {
- "launchtype" : "local"
- },
- "mp-weixin" : {
- "launchtype" : "local"
- },
- "type" : "uniCloud"
- },
- {
- "playground" : "standard",
- "type" : "uni-app:app-android"
- }
- ]
- }
|