forked from mapbox/mapbox-maps-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.yml
49 lines (46 loc) · 1.08 KB
/
project.yml
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
47
48
49
# yaml-language-server: $schema=https://raw.githubusercontent.com/Kila2/XcodeGen/master/Assets/json-schema/project.json
name: MapboxMaps
include:
- xcodegen/Examples.yml
- xcodegen/MapboxMaps.yml
- xcodegen/MapboxMapsTests.yml
settings:
base:
MAPBOXMAPS_PATH: .
options:
bundleIdPrefix: com.mapbox
defaultConfig: Release
xcodeVersion: "15.0"
parallelizeBuild: false
groupOrdering:
- order:
- General
- Examples
- DebugApp
- MapboxMaps
- MapboxMapsTests
minimumXcodeGenVersion: "2.38.0"
preGenCommand: scripts/prepare_binary_dependencies.sh
packages:
Fingertips:
url: [email protected]:mapbox/Fingertips.git
from: 0.6.0
Hammer:
url: [email protected]:lyft/Hammer.git
from: 0.14.3
targets:
Examples:
settings:
groups:
- turf_library_evolution_settings
scheme:
testTargets:
- MapboxMapsTests
gatherCoverageData: true
coverageTargets:
- MapboxMaps
MapboxMaps:
settings:
base:
RUN_DOCUMENTATION_COMPILER: YES
OTHER_DOCC_FLAGS: "--warnings-as-errors"