Merged
requested to merge github/fork/ciceroduarte/feature/command_line_arguments_action into master
Created by: ciceroduarte
This PR adds command_line_arguments property at xcode_workspace_config for LAUNCH, TEST, and PROFILE actions XCSheme.
xcode_workspace_config(
name = "workspace",
workspace_name = "MyApp",
src_target = ":MyApp",
command_line_arguments = {
'LAUNCH': {
'-FIRDebugEnabled': "YES"
}
},
)
Results: