diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2018-07-04 13:48:29 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2018-07-06 16:00:43 +0200 |
commit | cde7096e1c02c4bf1181b5c0347bbb43b56cb3cb (patch) | |
tree | 54abaab744ec9b81995def94b9e22310cae89b84 /cmake/node.xcscheme | |
parent | 282f89a9f3f40da1c2de97fd749366096e047538 (diff) | |
download | qtlocation-mapboxgl-cde7096e1c02c4bf1181b5c0347bbb43b56cb3cb.tar.gz |
[build] add Node as executable for profiling action
This is now the same as the Run action
Diffstat (limited to 'cmake/node.xcscheme')
-rw-r--r-- | cmake/node.xcscheme | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/cmake/node.xcscheme b/cmake/node.xcscheme index 0daffa46e6..d873a3d615 100644 --- a/cmake/node.xcscheme +++ b/cmake/node.xcscheme @@ -65,16 +65,23 @@ isEnabled = "YES"> </EnvironmentVariable> </EnvironmentVariables> - <AdditionalOptions> - </AdditionalOptions> </LaunchAction> <ProfileAction buildConfiguration = "Release" shouldUseLaunchSchemeArgsEnv = "YES" - savedToolIdentifier = "" + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + launchStyle = "0" useCustomWorkingDirectory = "YES" customWorkingDirectory = "${XCSCHEME_WORKING_DIRECTORY}" + ignoresPersistentStateOnLaunch = "NO" + debugServiceExtension = "internal" + allowLocationSimulation = "YES" debugDocumentVersioning = "YES"> + <PathRunnable + runnableDebuggingMode = "0" + FilePath = "${XCSCHEME_NODE_EXECUTABLE}"> + </PathRunnable> <MacroExpansion> <BuildableReference BuildableIdentifier = "primary" |