launch.json 154 B

12345678910
  1. {
  2. "version" : "1.0",
  3. "configurations" : [
  4. {
  5. "playground" : "custom",
  6. "type" : "uni-app:app-ios"
  7. }
  8. ]
  9. }