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:
Bartosz Polaczyk
2020-08-12 16:13:47 +10:00
committed by GitHub
co-authored by Bartosz Polaczyk
parent 410f644a2f
commit 1d2a28490f
8 changed files with 34 additions and 7 deletions
+4 -2
View File
@@ -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(