forked from swift-project/pilotclient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.json
46 lines (46 loc) · 994 Bytes
/
default.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
44
45
46
{
"version": {
"major": 0,
"minor": 9,
"micro": 7
},
"libs": {
"blackcore": true,
"blackgui": true,
"blacksound": true,
"blackinput": true
},
"samples": true,
"unitTests": true,
"apps": {
"swiftdata": true,
"swiftcore": true,
"swiftgui": true,
"swiftlauncher": true
},
"sims": {
"fs9": true,
"fsx": true,
"p3d": true,
"fsuipc": true,
"xplane": true,
"xswiftbus": true,
"fg": true,
"fs2020": true
},
"releaseWithDebugInfo": true,
"profileRelease": false,
"assertsInRelease": true,
"allowNoisyWarnings": false,
"packageInstaller": true,
"static": false,
"doxygen": true,
"devBranch": false,
"stableBranch": false,
"endOfLife": "20210601",
"vatsimSupport": true,
"vatsim": {
"id": "0xb9ba",
"key": "727d1efd5cb9f8d2c28372469d922bb4"
}
}