-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.json
35 lines (35 loc) · 1.07 KB
/
example.json
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
{
"name": "hello!",
"identifier": "fyi.zxcvbn.repo.test",
"iconURL": "https://example.com/path/to/some/icon.png",
"caption": "a *short* description of your repo!",
"description": "this can be a longer description and include stuff like your links or something, idk",
"apps": [
{
"name": "app name",
"developerName": "zx",
"bundleID": "fyi.zxcvbn.app",
"caption": "just like the repo's caption",
"description": "just like the repo's description",
"downloadURL": "https://example.com/path/to/some/app.ipa",
"iconURL": "https://example.com/hopefully/path/to/itunes/icon.png",
"version": "1.2",
"date": "2024-12-18",
"size": 1073741824
}
],
"permissions": {
"fyi.zxcvbn.app": {
"entitlements": [
"aps-environment",
"com.apple.developer.associated-domains",
"keychain-access-groups",
"com.apple.security.application-groups"
],
"privacy": {
"NSBluetoothAlwaysUsageDescription": "example",
"NSFaceIDUsageDescription": "for face id"
}
}
}
}