launch.json 741 B

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