launch.json 827 B

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