mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
Add custom lldinit for a scheme (#929)
* Add customLLDBInit * Add changelog info to a valid bucket * Update PR number * Add fixture tests Co-authored-by: Bartosz Polaczyk <bartoszp@spotify.com>
This commit is contained in:
co-authored by
Bartosz Polaczyk
parent
410f644a2f
commit
1d2a28490f
@@ -219,7 +219,8 @@ public class SchemeGenerator {
|
||||
commandlineArguments: testCommandLineArgs,
|
||||
environmentVariables: testVariables,
|
||||
language: scheme.test?.language,
|
||||
region: scheme.test?.region
|
||||
region: scheme.test?.region,
|
||||
customLLDBInitFile: scheme.test?.customLLDBInit
|
||||
)
|
||||
|
||||
let allowLocationSimulation = scheme.run?.simulateLocation?.allow ?? true
|
||||
@@ -250,7 +251,8 @@ public class SchemeGenerator {
|
||||
environmentVariables: launchVariables,
|
||||
language: scheme.run?.language,
|
||||
region: scheme.run?.region,
|
||||
launchAutomaticallySubstyle: scheme.run?.launchAutomaticallySubstyle
|
||||
launchAutomaticallySubstyle: scheme.run?.launchAutomaticallySubstyle,
|
||||
customLLDBInitFile: scheme.run?.customLLDBInit
|
||||
)
|
||||
|
||||
let profileAction = XCScheme.ProfileAction(
|
||||
|
||||
Reference in New Issue
Block a user