launch.json 705 B

12345678910111213141516171819202122
  1. {
  2. "version" : "1.0",
  3. "configurations" : [
  4. {
  5. "bundleId" : "com.zyys.zy",
  6. "certificateFile" : "/Users/icssoa/Desktop/coding/cool/uniapp/unix/.cool/ios/证书.p12",
  7. "certificateProfileFile" : "/Users/icssoa/Desktop/coding/cool/uniapp/unix/.cool/ios/zy.mobileprovision",
  8. "playground" : "custom",
  9. "runSignStatus" : 1,
  10. "type" : "uni-app:app-ios"
  11. },
  12. {
  13. "playground" : "standard",
  14. "type" : "uni-app:app-ios_simulator"
  15. },
  16. {
  17. "customPlaygroundType" : "device",
  18. "playground" : "standard",
  19. "type" : "uni-app:app-android"
  20. }
  21. ]
  22. }