-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathexample.appcast.json
More file actions
33 lines (33 loc) · 833 Bytes
/
example.appcast.json
File metadata and controls
33 lines (33 loc) · 833 Bytes
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
{
"channels": [
{
"id": 1,
"version": "1.0.0",
"release_notes_url": "<release_notes_url>",
"artifact_url": "<artifact_url>",
"build": "Stable",
"dsa_signature": "FFwCCWENuN5RfMG6lG76uZHktKHE7WUAShfRh88HrKQZreEMf4b8vnvUIIMEBB==",
},
{
"id": 2,
"version": "1.0.1",
"release_notes_url": "<beta_release_notes_url>",
"artifact_url": "<beta_artifact_url>",
"build": "Beta",
},
{
"id": 3,
"version": "1.1.1",
"release_notes_url": "<alpha_release_notes_url>",
"artifact_url": "<alpha_artifact_url>",
"build": "Alpha",
},
{
"id": 4,
"version": "1.1.1.42",
"release_notes_url": "<daily_build_release_notes_url>",
"artifact_url": "<aily_build_artifact_url>",
"build": "Daily"
}
]
}