Skip to content

Commit 40092ea

Browse files
aleksprogergithub-actions[bot]
authored andcommitted
Eanble signposts by default in DebugApp (#13638)
- Enable signposts by default in DebugApp to make profiling easier - I didn't eanle it specifically for Profile action because it introduces more complexity to xcodegen yamls while it still do not affect much GitOrigin-RevId: c3f042bd1b21f3df15849accdcd7fed3d62b6537
1 parent efb5a96 commit 40092ea

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

xcodegen/targets.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ targetTemplates:
3333
outputFiles:
3434
- $(MAPBOXMAPS_PATH)/Tests/MapboxMapsTests/Helpers/MapboxAccessToken
3535

36-
application:
36+
application-base:
3737
templates:
3838
- maps-dependencies
3939
- map-library
@@ -44,6 +44,10 @@ targetTemplates:
4444
settings:
4545
groups:
4646
- app_settings
47+
48+
application:
49+
templates:
50+
- application-base
4751
scheme:
4852
environmentVariables:
4953
- variable: MTL_HUD_ENABLED
@@ -58,6 +62,22 @@ targetTemplates:
5862
value: 1
5963
isEnabled: false
6064

65+
debug-application:
66+
templates:
67+
- application-base
68+
scheme:
69+
environmentVariables:
70+
- variable: MTL_HUD_ENABLED
71+
value: 1
72+
- variable: MTL_HUD_ALIGNMENT
73+
value: 20
74+
- variable: MAPBOX_MAPS_SIGNPOSTS_ENABLED
75+
value: 1
76+
isEnabled: true
77+
- variable: MAPBOX_MAPS_CONTENT_DSL_LOGS_ENABLED
78+
value: 1
79+
isEnabled: false
80+
6181
unit-test:
6282
type: bundle.unit-test
6383
supportedDestinations: [iOS, visionOS]

0 commit comments

Comments
 (0)