Files
Anton Tokar de28f37ce4 Xcode: Propagate add_custom_command COMMENT to generated projects
Propagate the COMMENT section of add_custom_command(OUTPUT) as Xcode
Build Phase, if present. Otherwise fallback to the current behavior

Fixes: #27910
2026-07-01 12:10:03 -04:00

58 lines
1.6 KiB
Plaintext

.*Performing\\? custom\\? step\\? for\\? \\?'CustomCommand\\?'.*
*-- Variable - CustomVar: custom.*
*-- Variable - CustomVar2: custom two.*
*-- Stage: custom
*-- Separator: ;
*-- List: 1;2;3
.*Performing\\? configure\\? step\\? for\\? \\?'CustomCommand\\?'.*
*-- Stage: config step
*-- Separator: ;
*-- List: 4;5;6
*-- MYLIST:
*-- -- a
*-- -- b
*-- -- c.*
*-- Variable - Stage: config.*
*-- Variable - ListVar: 4;5;6
.*Performing\\? build\\? step\\? for\\? \\?'CustomCommand\\?'.*
*-- Stage: build step
*-- Separator: ;
*-- List: 4;5;6
.*Performing\\? install\\? step\\? for\\? \\?'CustomCommand\\?'.*
*-- Stage: install step
*-- Separator: ;
*-- List: 4;5;6
.*Performing\\? test\\? step\\? for\\? \\?'CustomCommand\\?'.*
*-- Stage: test step
*-- Separator: ;
*-- List: 4;5;6
.*Performing\\? configure\\? step\\? for\\? \\?'DefaultCommand\\?'.*
*-- ConfigVar: config
*-- Separator: ,
*-- List: 7,8,9
.*Performing\\? build\\? step\\? for\\? \\?'DefaultCommand\\?'.*
*-- Stage: build
*-- Separator: ,
*-- List: 7,8,9,10
.*Performing\\? configure\\? step\\? for\\? \\?'DefaultCommandListSep\\?'.*
*-- ConfigVar: config
*-- Separator: ;
*-- List: 9;8;7
*-- MYLIST:
*-- -- d
*-- -- e
*-- -- f
*-- -- g
.*Performing\\? configure\\? step\\? for\\? \\?'DefaultCommandListColon\\?'.*
*-- ConfigVar: config
*-- Separator: ;
*-- List: 10;11;12
.*Performing\\? build\\? step\\? for\\? \\?'DefaultCommandListColon\\?'.*
*-- Stage: build
*-- Separator: ;
*-- List: 10;11;12
.*Performing\\? install\\? step\\? for\\? \\?'DefaultCommandListColon\\?'.*
*-- Stage: install
*-- Separator: ;
*-- List: 10;11;12;13