generated from obsproject/obs-plugintemplate
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuildspec.json
More file actions
60 lines (60 loc) · 2.35 KB
/
buildspec.json
File metadata and controls
60 lines (60 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"dependencies": {
"obs-studio": {
"version": "30.1.2",
"baseUrl": "https://github.com/obsproject/obs-studio/archive/refs/tags",
"label": "OBS sources",
"hashes": {
"macos": "490bae1c392b3b344b0270afd8cb887da4bc50bd92c0c426e96713c1ccb9701a",
"windows-x64": "c2dd03fa7fd01fad5beafce8f7156da11f9ed9a588373fd40b44a06f4c03b867"
}
},
"prebuilt": {
"version": "2025-07-19",
"baseUrl": "https://github.com/OPENSPHERE-Inc/obs-deps/releases/download",
"label": "Pre-Built obs-deps",
"hashes": {
"macos": "8b2d3ff3a250a34e40602f318a78988fb94658bb651b739601cc58a777cdfa58",
"windows-x64": "d9854677ec7582d1b967cf6a30477999ef762d6961749cc9c305bd4a111e8115"
}
},
"qt6": {
"version": "2024-10-23",
"baseUrl": "https://github.com/OPENSPHERE-Inc/obs-deps/releases/download",
"label": "Pre-Built Qt6",
"hashes": {
"macos": "31805b39e64776b31d1449097a4dd5c4b3764ac7b03038d82ba28f904d119b19",
"windows-x64": "db6842a61e091a0684dc22334db615c1a27e2791fe91b54d93a25434f88a2674"
},
"debugSymbols": {
"windows-x64": "4c672a1cffd743c9960cebb5a164e8a418639b3fe98447a7d26d8c554cb5eab9"
}
},
"qt6-8-3": {
"version": "2025-07-19",
"baseUrl": "https://github.com/OPENSPHERE-Inc/obs-deps/releases/download",
"label": "Pre-Built Qt6.8.3",
"hashes": {
"macos": "1b30e78cac558bdb200b8b084039e5474391b7a5594d119e4ac28b6a8c165fa8",
"windows-x64": "5194771beccb72a153d1f5183d4c10926dd0c18495ae17aa4a3c5e35aae94b07"
},
"debugSymbols": {
"windows-x64": "97ab5007d94c09e6d62b66ff2caff86d4f667fbcdc35280d05a9c248882296ea"
}
}
},
"platformConfig": {
"macos": {
"bundleId": "jp.co.opensphere.src-link"
}
},
"name": "osi-src-link",
"displayName": "SRC-Link Plugin",
"version": "0.8.0",
"author": "OPENSPHERE Inc.",
"website": "https://opensphere.co.jp/",
"email": "info@opensphere.co.jp",
"uuids": {
"windowsApp": "AB75A815-F13E-6E1F-AA2A-C5AEE023DE2A"
}
}