buildspec.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "dependencies": {
  3. "obs-studio": {
  4. "version": "30.1.2",
  5. "baseUrl": "https://github.com/obsproject/obs-studio/archive/refs/tags",
  6. "label": "OBS sources",
  7. "hashes": {
  8. "macos": "490bae1c392b3b344b0270afd8cb887da4bc50bd92c0c426e96713c1ccb9701a",
  9. "windows-x64": "c2dd03fa7fd01fad5beafce8f7156da11f9ed9a588373fd40b44a06f4c03b867"
  10. }
  11. },
  12. "prebuilt": {
  13. "version": "2024-03-19",
  14. "baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
  15. "label": "Pre-Built obs-deps",
  16. "hashes": {
  17. "macos": "2e9bfb55a5e0e4c1086fa1fda4cf268debfead473089df2aaea80e1c7a3ca7ff",
  18. "windows-x64": "6e86068371526a967e805f6f9903f9407adb683c21820db5f07da8f30d11e998"
  19. }
  20. },
  21. "qt6": {
  22. "version": "2024-03-19",
  23. "baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
  24. "label": "Pre-Built Qt6",
  25. "hashes": {
  26. "macos": "694f1e639c017e3b1f456f735330dc5afae287cbea85757101af1368de3142c8",
  27. "windows-x64": "72d1df34a0ef7413a681d5fcc88cae81da60adc03dcd23ef17862ab170bcc0dd"
  28. },
  29. "debugSymbols": {
  30. "windows-x64": "fbddd1f659c360f2291911ac5709b67b6f8182e6bca519d24712e4f6fd3cc865"
  31. }
  32. }
  33. },
  34. "platformConfig": {
  35. "macos": {
  36. "bundleId": "com.example.obs-plugintemplate"
  37. }
  38. },
  39. "name": "obs-plugintemplate",
  40. "displayName": "OBS Plugin Template",
  41. "version": "1.0.0",
  42. "author": "Your Name Here",
  43. "website": "https://example.com",
  44. "email": "me@example.com",
  45. "uuids": {
  46. "windowsApp": "00000000-0000-0000-0000-000000000000"
  47. }
  48. }