forked from Dadoum/Sideloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdub.json
43 lines (38 loc) · 1.25 KB
/
dub.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
36
37
38
39
40
41
42
43
{
"name": "sideloader",
"description": "A tool to manage Apple developer certificates for personal devs account, and hence allowing the development of iOS applications on Linux.",
"authors": [
"Dadoum"
],
"targetType": "staticLibrary",
"stringImportPaths": ["resources/"],
"buildRequirements": ["allowWarnings", "requireBoundsCheck"],
"dependencies": {
"botan": "~>1.13",
"dynamic-loader": {
"repository": "git+https://github.com/Dadoum/dynamicloader.git",
"version": "9202b389affa6be0740e7295dea8f0146537a784"
},
"intel-intrinsics": "~>1.11.15",
"plist-d": {
"repository": "git+https://github.com/Dadoum/libplist-d.git",
"version": "6fdaa60d62bbf7c55044069e8f03cbe74401c444"
},
"provision": {
"repository": "git+https://github.com/Dadoum/Provision.git",
"version": "645d56d8e8c86c057893321843db00b21f1aaeb2"
},
"requests": "~>2.1",
"slf4d": "~>2"
},
"subConfigurations": {
"provision": "libplist"
},
"subPackages": [
"frontends/cli",
"frontends/dlangui",
"frontends/gtk",
"frontends/qt",
"frontends/swiftui"
]
}