-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathenums.json.template
36 lines (36 loc) · 1.28 KB
/
enums.json.template
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
{
"mapboxRepo": "PATH_TO_MAPBOX_IOS_REPO",
"mauiRepo": "PATH_TO_MAPBOX_MAUI",
"enums": [
{
"input": "Sources/MapboxMaps/Style/Generated/Enums",
"output": "src/libs/Mapbox.Maui/Models/Styles",
"javaNs": "Com.Mapbox.Maps.Extension.Style.Layers.Properties.Generated.",
"name": "Enums.swift"
},
{
"input": "Sources/MapboxMaps/Style",
"output": "src/libs/Mapbox.Maui/Models/Styles",
"name": "SourceType.swift",
"javaMappingSkipped": true
},
{
"input": "Sources/MapboxMaps/Style",
"output": "src/libs/Mapbox.Maui/Models/Styles/Layers",
"name": "LayerType.swift",
"javaMappingSkipped": true
},
{
"input": "Sources/MapboxMaps/Style/Generated/Sources",
"output": "src/libs/Mapbox.Maui/Models/Styles/Sources",
"javaNs": "Com.Mapbox.Maps.Extension.Style.Sources.Generated.",
"name": "SourceProperties.swift"
},
{
"input": "Sources/MapboxMaps/Style/Generated/Expressions",
"output": "src/libs/Mapbox.Maui/Models/Expressions",
"name": "AllExpressions.swift",
"javaMappingSkipped": true
}
]
}