Description[GN] Add deployment target in generated project.
If deployment target is not specified, Xcode defaults to the most
recent SDK and prevent running the application on a device running
an older version.
This CL change the XcodeWriter object to build a scope from all
declared arguments (with declared_args) and override the them with
the values from build arguments (in $output_dir/args.gn). Before
that, XcodeWriter only looked at build arguments and returned wrong
values (i.e. most of the time the Value from build arguments was
not set and the default value was returned).
BUG=619072
Patch Set 1 #
Total comments: 1
Messages
Total messages: 6 (2 generated)
|