You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

clientapps.json 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. [
  2. {
  3. "name": "SmartGit/Hg",
  4. "cloneUrl": "smartgit://cloneRepo/{0}",
  5. "productUrl": "http://www.syntevo.com/smartgithg",
  6. "attribution": "Syntevo SmartGit/Hg\u2122",
  7. "platforms": [ "windows", "macintosh", "linux" ],
  8. "isActive": false
  9. },
  10. {
  11. "name": "SourceTree",
  12. "cloneUrl": "sourcetree://cloneRepo/{0}",
  13. "productUrl": "http://sourcetreeapp.com",
  14. "attribution": "Atlassian SourceTree\u2122",
  15. "platforms": [ "windows", "macintosh" ],
  16. "isActive": true
  17. },
  18. {
  19. "name": "Tower",
  20. "cloneUrl": "gittower://openRepo/{0}",
  21. "productUrl": "http://www.git-tower.com",
  22. "attribution": "fournova Tower\u2122",
  23. "platforms": [ "macintosh" ],
  24. "isActive": true
  25. },
  26. {
  27. "name": "GitHub for Macintosh",
  28. "cloneUrl": "github-mac://openRepo/{0}",
  29. "productUrl": "http://mac.github.com",
  30. "attribution": "GitHub\u2122 for Macintosh",
  31. "platforms": [ "macintosh" ],
  32. "isActive": false
  33. },
  34. {
  35. "name": "GitHub for Windows",
  36. "cloneUrl": "github-windows://openRepo/{0}",
  37. "productUrl": "http://windows.github.com",
  38. "attribution": "GitHub\u2122 for Windows",
  39. "platforms": [ "windows" ],
  40. "isActive": false
  41. }
  42. ]