From cb4c4d25b5c99a009041418a6b3ebab51e549af5 Mon Sep 17 00:00:00 2001 From: Brentley Jones Date: Fri, 6 Jan 2023 21:24:09 -0600 Subject: [PATCH] Use `~/.lldbinit` instead of per-scheme lldbinit (#1536) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #1237. Fixes #1523. There are some schemes that don't respect the custom lldbinit, such as watchOS apps and app extensions. To accommodate all targets equally, we now modify `~/.lldbinit` to load a `~/.lldbinit-rules_xcodeproj`. We can revert this change if Xcode fixes its scheme creation 🙂. --- .../fixtures/bwb.xcodeproj/project.pbxproj | 2 +- .../xcschemes/@__lib2_lib_impl.xcscheme | 2 -- .../xcschemes/@__lib_lib_defines.xcscheme | 2 -- .../xcschemes/@__lib_lib_headers.xcscheme | 2 -- .../xcschemes/@__lib_lib_impl.xcscheme | 2 -- ...xamples_cc_external___lib_defines.xcscheme | 2 -- ...xamples_cc_external___lib_headers.xcscheme | 2 -- .../@examples_cc_external___lib_impl.xcscheme | 2 -- .../xcshareddata/xcschemes/tool.xcscheme | 2 -- .../fixtures/bwx.xcodeproj/project.pbxproj | 2 +- .../xcschemes/@__lib2_lib_impl.xcscheme | 2 -- .../xcschemes/@__lib_lib_defines.xcscheme | 2 -- .../xcschemes/@__lib_lib_headers.xcscheme | 2 -- .../xcschemes/@__lib_lib_impl.xcscheme | 2 -- ...xamples_cc_external___lib_defines.xcscheme | 2 -- ...xamples_cc_external___lib_headers.xcscheme | 2 -- .../@examples_cc_external___lib_impl.xcscheme | 2 -- .../xcshareddata/xcschemes/tool.xcscheme | 2 -- .../fixtures/bwb.xcodeproj/project.pbxproj | 2 +- .../xcshareddata/xcschemes/AppClip.xcscheme | 2 -- .../xcschemes/CommandLineTool.xcscheme | 2 -- .../xcschemes/CommandLineToolTests.xcscheme | 2 -- .../xcschemes/FXPageControl.xcscheme | 2 -- .../xcschemes/FrameworkCoreUtilsObjC.xcscheme | 2 -- .../xcschemes/Lib (iOS, tvOS).xcscheme | 2 -- .../xcschemes/Lib (watchOS).xcscheme | 2 -- .../xcschemes/LibFramework.tvOS.xcscheme | 2 -- .../xcschemes/LibFramework.watchOS.xcscheme | 2 -- .../xcschemes/MixedAnswer.xcscheme | 2 -- .../xcschemes/MixedAnswerLib_Swift.xcscheme | 2 -- .../xcschemes/TestingUtils.xcscheme | 2 -- .../xcschemes/UIFramework.iOS.xcscheme | 2 -- .../xcschemes/UIFramework.tvOS.xcscheme | 2 -- .../xcschemes/UIFramework.watchOS.xcscheme | 2 -- .../UniversalCommandLineTool (arm64).xcscheme | 2 -- ...UniversalCommandLineTool (x86_64).xcscheme | 2 -- .../xcshareddata/xcschemes/Utils.xcscheme | 2 -- .../xcschemes/WidgetExtension.xcscheme | 2 -- .../xcschemes/c_lib (70419).xcscheme | 2 -- .../xcschemes/c_lib (arm64).xcscheme | 2 -- .../xcschemes/c_lib (c7049).xcscheme | 2 -- .../xcschemes/iMessageAppExtension.xcscheme | 2 -- .../xcshareddata/xcschemes/iOS.xcscheme | 2 -- .../xcshareddata/xcschemes/iOSApp.xcscheme | 2 -- .../xcschemes/iOSAppObjCUnitTests.xcscheme | 2 -- .../xcschemes/iOSAppSwiftUnitTests.xcscheme | 2 -- .../xcschemes/iOSAppUnitTests_Scheme.xcscheme | 2 -- .../xcschemes/lib_defines (70419).xcscheme | 2 -- .../xcschemes/lib_defines (arm64).xcscheme | 2 -- .../xcschemes/lib_defines (c7049).xcscheme | 2 -- .../xcschemes/lib_headers (70419).xcscheme | 2 -- .../xcschemes/lib_headers (arm64).xcscheme | 2 -- .../xcschemes/lib_headers (c7049).xcscheme | 2 -- .../xcschemes/lib_impl (70419).xcscheme | 2 -- .../xcschemes/lib_impl (arm64).xcscheme | 2 -- .../xcschemes/lib_impl (c7049).xcscheme | 2 -- .../xcschemes/lib_swift (70419).xcscheme | 2 -- .../xcschemes/lib_swift (arm64).xcscheme | 2 -- .../xcschemes/lib_swift (c7049).xcscheme | 2 -- .../xcshareddata/xcschemes/macOSApp.xcscheme | 2 -- .../xcschemes/macOSAppUITests.xcscheme | 2 -- .../xcschemes/private_lib (70419).xcscheme | 2 -- .../xcschemes/private_lib (arm64).xcscheme | 2 -- .../xcschemes/private_lib (c7049).xcscheme | 2 -- .../private_swift_lib (70419).xcscheme | 2 -- .../private_swift_lib (arm64).xcscheme | 2 -- .../private_swift_lib (c7049).xcscheme | 2 -- .../xcshareddata/xcschemes/tvOS.xcscheme | 2 -- .../xcshareddata/xcschemes/tvOSApp.xcscheme | 2 -- .../xcschemes/tvOSAppUITests.xcscheme | 2 -- .../xcschemes/tvOSAppUnitTests.xcscheme | 2 -- .../xcshareddata/xcschemes/watchOS.xcscheme | 2 -- .../xcschemes/watchOSApp.xcscheme | 2 -- .../watchOSAppExtensionUnitTests.xcscheme | 2 -- .../xcschemes/watchOSAppUITests.xcscheme | 2 -- .../fixtures/bwx.xcodeproj/project.pbxproj | 2 +- .../xcshareddata/xcschemes/AppClip.xcscheme | 2 -- .../xcschemes/CommandLineTool.xcscheme | 2 -- .../xcschemes/CommandLineToolTests.xcscheme | 2 -- .../xcschemes/ExampleNestedResources.xcscheme | 2 -- .../xcschemes/ExampleResources.xcscheme | 2 -- .../xcschemes/FXPageControl.xcscheme | 2 -- .../xcschemes/FrameworkCoreUtilsObjC.xcscheme | 2 -- .../xcschemes/Lib (iOS, tvOS).xcscheme | 2 -- .../xcschemes/Lib (watchOS).xcscheme | 2 -- .../xcschemes/LibFramework.iOS.xcscheme | 2 -- .../xcschemes/LibFramework.tvOS.xcscheme | 2 -- .../xcschemes/LibFramework.watchOS.xcscheme | 2 -- .../xcschemes/MixedAnswer.xcscheme | 2 -- .../xcschemes/MixedAnswerLib_Swift.xcscheme | 2 -- .../OnlyStructuredResources.xcscheme | 2 -- .../xcschemes/TestingUtils.xcscheme | 2 -- .../xcschemes/UIFramework.iOS.xcscheme | 2 -- .../xcschemes/UIFramework.tvOS.xcscheme | 2 -- .../xcschemes/UIFramework.watchOS.xcscheme | 2 -- .../UniversalCommandLineTool (arm64).xcscheme | 2 -- ...UniversalCommandLineTool (x86_64).xcscheme | 2 -- .../xcshareddata/xcschemes/Utils.xcscheme | 2 -- .../xcschemes/WidgetExtension.xcscheme | 2 -- .../xcschemes/c_lib (70419).xcscheme | 2 -- .../xcschemes/c_lib (arm64).xcscheme | 2 -- .../xcschemes/c_lib (c7049).xcscheme | 2 -- .../xcschemes/iMessageAppExtension.xcscheme | 2 -- .../xcshareddata/xcschemes/iOS.xcscheme | 2 -- .../xcshareddata/xcschemes/iOSApp.xcscheme | 2 -- .../xcschemes/iOSAppObjCUnitTests.xcscheme | 2 -- .../xcschemes/iOSAppSwiftUnitTests.xcscheme | 2 -- .../xcschemes/iOSAppUnitTests_Scheme.xcscheme | 2 -- .../xcschemes/lib_defines (70419).xcscheme | 2 -- .../xcschemes/lib_defines (arm64).xcscheme | 2 -- .../xcschemes/lib_defines (c7049).xcscheme | 2 -- .../xcschemes/lib_headers (70419).xcscheme | 2 -- .../xcschemes/lib_headers (arm64).xcscheme | 2 -- .../xcschemes/lib_headers (c7049).xcscheme | 2 -- .../xcschemes/lib_impl (70419).xcscheme | 2 -- .../xcschemes/lib_impl (arm64).xcscheme | 2 -- .../xcschemes/lib_impl (c7049).xcscheme | 2 -- .../xcschemes/lib_swift (70419).xcscheme | 2 -- .../xcschemes/lib_swift (arm64).xcscheme | 2 -- .../xcschemes/lib_swift (c7049).xcscheme | 2 -- .../xcshareddata/xcschemes/macOSApp.xcscheme | 2 -- .../xcschemes/macOSAppUITests.xcscheme | 2 -- .../xcschemes/private_lib (70419).xcscheme | 2 -- .../xcschemes/private_lib (arm64).xcscheme | 2 -- .../xcschemes/private_lib (c7049).xcscheme | 2 -- .../private_swift_lib (70419).xcscheme | 2 -- .../private_swift_lib (arm64).xcscheme | 2 -- .../private_swift_lib (c7049).xcscheme | 2 -- .../xcshareddata/xcschemes/tvOS.xcscheme | 2 -- .../xcshareddata/xcschemes/tvOSApp.xcscheme | 2 -- .../xcschemes/tvOSAppUITests.xcscheme | 2 -- .../xcschemes/tvOSAppUnitTests.xcscheme | 2 -- .../xcshareddata/xcschemes/watchOS.xcscheme | 2 -- .../xcschemes/watchOSApp.xcscheme | 2 -- .../watchOSAppExtensionUnitTests.xcscheme | 2 -- .../xcschemes/watchOSAppUITests.xcscheme | 2 -- .../fixtures/bwb.xcodeproj/project.pbxproj | 2 +- .../xcschemes/AddressSanitizer.xcscheme | 2 -- .../xcschemes/ThreadSanitizer.xcscheme | 2 -- .../UndefinedBehaviorSanitizer.xcscheme | 2 -- .../fixtures/bwx.xcodeproj/project.pbxproj | 2 +- .../xcschemes/AddressSanitizer.xcscheme | 2 -- .../xcschemes/ThreadSanitizer.xcscheme | 2 -- .../UndefinedBehaviorSanitizer.xcscheme | 2 -- .../generator/bwb.xcodeproj/project.pbxproj | 2 +- .../xcshareddata/xcschemes/generator.xcscheme | 2 -- .../xcshareddata/xcschemes/swiftc.xcscheme | 2 -- .../generator/bwx.xcodeproj/project.pbxproj | 2 +- .../xcshareddata/xcschemes/generator.xcscheme | 2 -- .../xcshareddata/xcschemes/swiftc.xcscheme | 2 -- .../src/Extensions/XCScheme+Extensions.swift | 13 +++------ .../src/Generator/CreateProject.swift | 2 +- .../CreateAutogeneratedXCSchemesTests.swift | 15 ----------- tools/generator/test/CreateProjectTests.swift | 4 +-- .../test/XCScheme+ExtensionsTests.swift | 27 +++++++------------ .../create_lldbinit.sh | 13 +++++---- 156 files changed, 32 insertions(+), 342 deletions(-) diff --git a/examples/cc/test/fixtures/bwb.xcodeproj/project.pbxproj b/examples/cc/test/fixtures/bwb.xcodeproj/project.pbxproj index ab2b044624..fe62af87bc 100644 --- a/examples/cc/test/fixtures/bwb.xcodeproj/project.pbxproj +++ b/examples/cc/test/fixtures/bwb.xcodeproj/project.pbxproj @@ -1118,7 +1118,7 @@ BAZEL_CONFIG = rules_xcodeproj; BAZEL_EXTERNAL = "$(BAZEL_OUTPUT_BASE)/external"; BAZEL_INTEGRATION_DIR = "$(INTERNAL_DIR)/bazel"; - BAZEL_LLDB_INIT = "$(OBJROOT)/bazel.lldbinit"; + BAZEL_LLDB_INIT = "$(HOME)/.lldbinit-rules_xcodeproj"; BAZEL_OUT = "$(PROJECT_DIR)/bazel-out"; BAZEL_OUTPUT_BASE = "$(_BAZEL_OUTPUT_BASE:standardizepath)"; BAZEL_PATH = bazel; diff --git a/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@__lib2_lib_impl.xcscheme b/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@__lib2_lib_impl.xcscheme index 987fd792b1..291f22d7f5 100644 --- a/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@__lib2_lib_impl.xcscheme +++ b/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@__lib2_lib_impl.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@__lib_lib_defines.xcscheme b/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@__lib_lib_defines.xcscheme index 9c62f0200c..56b1173c8e 100644 --- a/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@__lib_lib_defines.xcscheme +++ b/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@__lib_lib_defines.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@__lib_lib_headers.xcscheme b/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@__lib_lib_headers.xcscheme index eae45b0bfc..1ee2beb320 100644 --- a/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@__lib_lib_headers.xcscheme +++ b/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@__lib_lib_headers.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@__lib_lib_impl.xcscheme b/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@__lib_lib_impl.xcscheme index 85db541e01..b29b5e42c2 100644 --- a/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@__lib_lib_impl.xcscheme +++ b/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@__lib_lib_impl.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_defines.xcscheme b/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_defines.xcscheme index ed85f02496..1abcb6d433 100644 --- a/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_defines.xcscheme +++ b/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_defines.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_headers.xcscheme b/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_headers.xcscheme index 8e3ed8d5d2..63a1778a82 100644 --- a/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_headers.xcscheme +++ b/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_headers.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_impl.xcscheme b/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_impl.xcscheme index 88b256600e..3234e2b26f 100644 --- a/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_impl.xcscheme +++ b/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_impl.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/tool.xcscheme b/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/tool.xcscheme index 60d73f9e3d..d96dc1d2ed 100644 --- a/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/tool.xcscheme +++ b/examples/cc/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/tool.xcscheme @@ -76,7 +76,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -85,7 +84,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/cc/test/fixtures/bwx.xcodeproj/project.pbxproj b/examples/cc/test/fixtures/bwx.xcodeproj/project.pbxproj index 96539d160a..0da74d1b8d 100644 --- a/examples/cc/test/fixtures/bwx.xcodeproj/project.pbxproj +++ b/examples/cc/test/fixtures/bwx.xcodeproj/project.pbxproj @@ -1160,7 +1160,7 @@ BAZEL_CONFIG = rules_xcodeproj; BAZEL_EXTERNAL = "$(BAZEL_OUTPUT_BASE)/external"; BAZEL_INTEGRATION_DIR = "$(INTERNAL_DIR)/bazel"; - BAZEL_LLDB_INIT = "$(OBJROOT)/bazel.lldbinit"; + BAZEL_LLDB_INIT = "$(HOME)/.lldbinit-rules_xcodeproj"; BAZEL_OUT = "$(PROJECT_DIR)/bazel-out"; BAZEL_OUTPUT_BASE = "$(_BAZEL_OUTPUT_BASE:standardizepath)"; BAZEL_PATH = bazel; diff --git a/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@__lib2_lib_impl.xcscheme b/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@__lib2_lib_impl.xcscheme index f77ca98a17..33e5912666 100644 --- a/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@__lib2_lib_impl.xcscheme +++ b/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@__lib2_lib_impl.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@__lib_lib_defines.xcscheme b/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@__lib_lib_defines.xcscheme index 475bb39dd5..73714e0945 100644 --- a/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@__lib_lib_defines.xcscheme +++ b/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@__lib_lib_defines.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@__lib_lib_headers.xcscheme b/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@__lib_lib_headers.xcscheme index d35a30b9d1..a5f8b03a09 100644 --- a/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@__lib_lib_headers.xcscheme +++ b/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@__lib_lib_headers.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@__lib_lib_impl.xcscheme b/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@__lib_lib_impl.xcscheme index 644b749e39..419ded2a43 100644 --- a/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@__lib_lib_impl.xcscheme +++ b/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@__lib_lib_impl.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_defines.xcscheme b/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_defines.xcscheme index c6d6e8f04a..fd7ccea349 100644 --- a/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_defines.xcscheme +++ b/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_defines.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_headers.xcscheme b/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_headers.xcscheme index 688566cd3a..a54ab8bb40 100644 --- a/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_headers.xcscheme +++ b/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_headers.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_impl.xcscheme b/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_impl.xcscheme index 96e37a71c6..b4e96f9dbb 100644 --- a/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_impl.xcscheme +++ b/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/@examples_cc_external___lib_impl.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/tool.xcscheme b/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/tool.xcscheme index b5d5d5d8ac..7bb300efde 100644 --- a/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/tool.xcscheme +++ b/examples/cc/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/tool.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/project.pbxproj b/examples/integration/test/fixtures/bwb.xcodeproj/project.pbxproj index b7a8827f57..fb8a26b92e 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/project.pbxproj +++ b/examples/integration/test/fixtures/bwb.xcodeproj/project.pbxproj @@ -10450,7 +10450,7 @@ BAZEL_CONFIG = rules_xcodeproj_integration; BAZEL_EXTERNAL = "$(BAZEL_OUTPUT_BASE)/external"; BAZEL_INTEGRATION_DIR = "$(INTERNAL_DIR)/bazel"; - BAZEL_LLDB_INIT = "$(OBJROOT)/bazel.lldbinit"; + BAZEL_LLDB_INIT = "$(HOME)/.lldbinit-rules_xcodeproj"; BAZEL_OUT = "$(PROJECT_DIR)/bazel-out"; BAZEL_OUTPUT_BASE = "$(_BAZEL_OUTPUT_BASE:standardizepath)"; BAZEL_PATH = bazel; diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/AppClip.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/AppClip.xcscheme index 2bb6f8b44f..fbad09f051 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/AppClip.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/AppClip.xcscheme @@ -76,7 +76,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -85,7 +84,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/CommandLineTool.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/CommandLineTool.xcscheme index 9d0e015077..e8fe7b3337 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/CommandLineTool.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/CommandLineTool.xcscheme @@ -76,7 +76,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -85,7 +84,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/CommandLineToolTests.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/CommandLineToolTests.xcscheme index 899a11f571..1d3edb5f73 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/CommandLineToolTests.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/CommandLineToolTests.xcscheme @@ -76,7 +76,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "NO"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/FrameworkCoreUtilsObjC.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/FrameworkCoreUtilsObjC.xcscheme index dbcb74af37..97b4dfd4ad 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/FrameworkCoreUtilsObjC.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/FrameworkCoreUtilsObjC.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/Lib (iOS, tvOS).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/Lib (iOS, tvOS).xcscheme index 03572e8d38..c6641d4831 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/Lib (iOS, tvOS).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/Lib (iOS, tvOS).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/Lib (watchOS).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/Lib (watchOS).xcscheme index 11413b19aa..447b90370f 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/Lib (watchOS).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/Lib (watchOS).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/LibFramework.tvOS.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/LibFramework.tvOS.xcscheme index 92afb2cb4c..05caaf0eb7 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/LibFramework.tvOS.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/LibFramework.tvOS.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/LibFramework.watchOS.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/LibFramework.watchOS.xcscheme index 8ee8f766fe..e1d00dc171 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/LibFramework.watchOS.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/LibFramework.watchOS.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/MixedAnswer.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/MixedAnswer.xcscheme index 58b9969cec..c2d9d29a38 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/MixedAnswer.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/MixedAnswer.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/MixedAnswerLib_Swift.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/MixedAnswerLib_Swift.xcscheme index 937bbd3e21..76f320585a 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/MixedAnswerLib_Swift.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/MixedAnswerLib_Swift.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/TestingUtils.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/TestingUtils.xcscheme index 020b3cee02..56156aa9bb 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/TestingUtils.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/TestingUtils.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UIFramework.iOS.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UIFramework.iOS.xcscheme index 456b8fee9c..b97e2ad377 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UIFramework.iOS.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UIFramework.iOS.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UIFramework.tvOS.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UIFramework.tvOS.xcscheme index c290ce3f1b..0b843933a9 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UIFramework.tvOS.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UIFramework.tvOS.xcscheme @@ -74,7 +74,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -83,7 +82,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UIFramework.watchOS.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UIFramework.watchOS.xcscheme index da547d5882..0e2ccf9cb9 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UIFramework.watchOS.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UIFramework.watchOS.xcscheme @@ -74,7 +74,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -83,7 +82,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UniversalCommandLineTool (arm64).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UniversalCommandLineTool (arm64).xcscheme index 01e0222ad9..4240900c7c 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UniversalCommandLineTool (arm64).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UniversalCommandLineTool (arm64).xcscheme @@ -76,7 +76,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -85,7 +84,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UniversalCommandLineTool (x86_64).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UniversalCommandLineTool (x86_64).xcscheme index 5213e1328f..b86854325c 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UniversalCommandLineTool (x86_64).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UniversalCommandLineTool (x86_64).xcscheme @@ -76,7 +76,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -85,7 +84,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/Utils.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/Utils.xcscheme index b3bf232c16..a04219bd70 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/Utils.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/Utils.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/WidgetExtension.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/WidgetExtension.xcscheme index e2126c7a6c..d181cac1d9 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/WidgetExtension.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/WidgetExtension.xcscheme @@ -91,7 +91,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -100,7 +99,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "" selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" askForAppToLaunch = "YES" useCustomWorkingDirectory = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/c_lib (70419).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/c_lib (70419).xcscheme index c7db2ba059..de2ae2ce90 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/c_lib (70419).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/c_lib (70419).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/c_lib (arm64).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/c_lib (arm64).xcscheme index c30d56fd6a..ee748b0ff0 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/c_lib (arm64).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/c_lib (arm64).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/c_lib (c7049).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/c_lib (c7049).xcscheme index 0270b0e07b..5aaa2e4038 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/c_lib (c7049).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/c_lib (c7049).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/iMessageAppExtension.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/iMessageAppExtension.xcscheme index 8fab386230..50dc25a084 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/iMessageAppExtension.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/iMessageAppExtension.xcscheme @@ -91,7 +91,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -100,7 +99,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "" selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/iOS.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/iOS.xcscheme index 0c8c39f271..4229e088a1 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/iOS.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/iOS.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/iOSApp.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/iOSApp.xcscheme index f2a5889210..de12242147 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/iOSApp.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/iOSApp.xcscheme @@ -118,7 +118,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -127,7 +126,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/iOSAppObjCUnitTests.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/iOSAppObjCUnitTests.xcscheme index 655c2c4b0f..1c2a1f8f80 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/iOSAppObjCUnitTests.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/iOSAppObjCUnitTests.xcscheme @@ -132,7 +132,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "NO"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_defines (arm64).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_defines (arm64).xcscheme index cf9901ae75..e9ad8c5d45 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_defines (arm64).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_defines (arm64).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_defines (c7049).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_defines (c7049).xcscheme index 54cfa0d45c..dab5e78c3b 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_defines (c7049).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_defines (c7049).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_headers (70419).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_headers (70419).xcscheme index 07bade0a06..bf441bc886 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_headers (70419).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_headers (70419).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_headers (arm64).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_headers (arm64).xcscheme index 47475ade58..de2c994240 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_headers (arm64).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_headers (arm64).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_headers (c7049).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_headers (c7049).xcscheme index b4ac013d88..4ee77cb402 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_headers (c7049).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_headers (c7049).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_impl (70419).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_impl (70419).xcscheme index 53a21c08fe..e3affdd712 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_impl (70419).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_impl (70419).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_impl (arm64).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_impl (arm64).xcscheme index 32000a03b9..19892fdcaf 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_impl (arm64).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_impl (arm64).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_impl (c7049).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_impl (c7049).xcscheme index f47e6ee842..f49043734e 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_impl (c7049).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_impl (c7049).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_swift (70419).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_swift (70419).xcscheme index 3da66bdccf..34850801dc 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_swift (70419).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_swift (70419).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_swift (arm64).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_swift (arm64).xcscheme index e1a1209926..90d4abaef9 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_swift (arm64).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_swift (arm64).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_swift (c7049).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_swift (c7049).xcscheme index 4b02423284..0d65cff37f 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_swift (c7049).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/lib_swift (c7049).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/macOSApp.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/macOSApp.xcscheme index f77976f7aa..885d46273f 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/macOSApp.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/macOSApp.xcscheme @@ -76,7 +76,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -85,7 +84,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/macOSAppUITests.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/macOSAppUITests.xcscheme index a89049b24b..315a7641e0 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/macOSAppUITests.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/macOSAppUITests.xcscheme @@ -90,7 +90,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "NO"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/private_lib (arm64).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/private_lib (arm64).xcscheme index 1e89b78a62..aaef06d8ab 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/private_lib (arm64).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/private_lib (arm64).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/private_lib (c7049).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/private_lib (c7049).xcscheme index 3c221d3d2f..c0c3c38731 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/private_lib (c7049).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/private_lib (c7049).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/private_swift_lib (70419).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/private_swift_lib (70419).xcscheme index 60a9680ca3..fd8ec104ba 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/private_swift_lib (70419).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/private_swift_lib (70419).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/private_swift_lib (arm64).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/private_swift_lib (arm64).xcscheme index 73806d6e44..81fb830e28 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/private_swift_lib (arm64).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/private_swift_lib (arm64).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/private_swift_lib (c7049).xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/private_swift_lib (c7049).xcscheme index 10f64f9c79..1294576cb8 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/private_swift_lib (c7049).xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/private_swift_lib (c7049).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/tvOS.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/tvOS.xcscheme index 4b5a3b62ab..d186e0eeda 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/tvOS.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/tvOS.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/tvOSApp.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/tvOSApp.xcscheme index 82a25bd706..8f661286a5 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/tvOSApp.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/tvOSApp.xcscheme @@ -104,7 +104,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -113,7 +112,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/tvOSAppUITests.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/tvOSAppUITests.xcscheme index f98c1f8b55..50ec63100b 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/tvOSAppUITests.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/tvOSAppUITests.xcscheme @@ -118,7 +118,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "NO"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/watchOSApp.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/watchOSApp.xcscheme index e0424e49ea..0499a68812 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/watchOSApp.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/watchOSApp.xcscheme @@ -104,7 +104,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -113,7 +112,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/watchOSAppExtensionUnitTests.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/watchOSAppExtensionUnitTests.xcscheme index 1422007eb8..38fa87a338 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/watchOSAppExtensionUnitTests.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/watchOSAppExtensionUnitTests.xcscheme @@ -104,7 +104,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "NO"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/CommandLineTool.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/CommandLineTool.xcscheme index ba802d15ed..2619da7b85 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/CommandLineTool.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/CommandLineTool.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/CommandLineToolTests.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/CommandLineToolTests.xcscheme index ff40405ef2..187504ebbb 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/CommandLineToolTests.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/CommandLineToolTests.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "NO"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/ExampleResources.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/ExampleResources.xcscheme index a7d28d58bf..7c4615968c 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/ExampleResources.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/ExampleResources.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/FXPageControl.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/FXPageControl.xcscheme index 4425dfa2a8..667ccb6f1d 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/FXPageControl.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/FXPageControl.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/FrameworkCoreUtilsObjC.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/FrameworkCoreUtilsObjC.xcscheme index ef0f2355c6..0a1c440ba9 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/FrameworkCoreUtilsObjC.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/FrameworkCoreUtilsObjC.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/Lib (iOS, tvOS).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/Lib (iOS, tvOS).xcscheme index 0c583d4616..9d3a69c4f3 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/Lib (iOS, tvOS).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/Lib (iOS, tvOS).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/Lib (watchOS).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/Lib (watchOS).xcscheme index 9a6a44308e..ffe583c76e 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/Lib (watchOS).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/Lib (watchOS).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/LibFramework.iOS.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/LibFramework.iOS.xcscheme index 27baf29c93..e19f4ac500 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/LibFramework.iOS.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/LibFramework.iOS.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/LibFramework.tvOS.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/LibFramework.tvOS.xcscheme index 09aba9685a..da4e7ef2be 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/LibFramework.tvOS.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/LibFramework.tvOS.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/LibFramework.watchOS.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/LibFramework.watchOS.xcscheme index 740e5f762a..1277f53a74 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/LibFramework.watchOS.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/LibFramework.watchOS.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/MixedAnswer.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/MixedAnswer.xcscheme index ced54cc51f..f80c436452 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/MixedAnswer.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/MixedAnswer.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/MixedAnswerLib_Swift.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/MixedAnswerLib_Swift.xcscheme index 93bbf4dfde..eb1fe1bd0c 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/MixedAnswerLib_Swift.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/MixedAnswerLib_Swift.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/OnlyStructuredResources.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/OnlyStructuredResources.xcscheme index caff900e71..4ca47c5586 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/OnlyStructuredResources.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/OnlyStructuredResources.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/TestingUtils.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/TestingUtils.xcscheme index d2d4255c3e..6284456947 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/TestingUtils.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/TestingUtils.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UIFramework.iOS.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UIFramework.iOS.xcscheme index cc0e598016..f6eb914955 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UIFramework.iOS.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UIFramework.iOS.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UIFramework.tvOS.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UIFramework.tvOS.xcscheme index ed41171437..6a447f96ac 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UIFramework.tvOS.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UIFramework.tvOS.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UIFramework.watchOS.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UIFramework.watchOS.xcscheme index 7103d063e7..ca1de921f8 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UIFramework.watchOS.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UIFramework.watchOS.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UniversalCommandLineTool (arm64).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UniversalCommandLineTool (arm64).xcscheme index 6e651051e9..cf11e5acac 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UniversalCommandLineTool (arm64).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UniversalCommandLineTool (arm64).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UniversalCommandLineTool (x86_64).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UniversalCommandLineTool (x86_64).xcscheme index 9e5fa75124..3988bd9146 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UniversalCommandLineTool (x86_64).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UniversalCommandLineTool (x86_64).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/Utils.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/Utils.xcscheme index b3accd1c01..d55da110a1 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/Utils.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/Utils.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/WidgetExtension.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/WidgetExtension.xcscheme index e3aad1484f..68d3d27d93 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/WidgetExtension.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/WidgetExtension.xcscheme @@ -75,7 +75,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -84,7 +83,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "" selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" askForAppToLaunch = "YES" useCustomWorkingDirectory = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/c_lib (70419).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/c_lib (70419).xcscheme index a947c808b2..955b0ad838 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/c_lib (70419).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/c_lib (70419).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/c_lib (arm64).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/c_lib (arm64).xcscheme index d8d55abf70..b46498f1e3 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/c_lib (arm64).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/c_lib (arm64).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/c_lib (c7049).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/c_lib (c7049).xcscheme index 9073f9b317..156e72f31a 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/c_lib (c7049).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/c_lib (c7049).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/iMessageAppExtension.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/iMessageAppExtension.xcscheme index f7dbf0c80b..91b71f465d 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/iMessageAppExtension.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/iMessageAppExtension.xcscheme @@ -75,7 +75,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -84,7 +83,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "" selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/iOS.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/iOS.xcscheme index 6930027c6f..71b00cb19a 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/iOS.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/iOS.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/iOSApp.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/iOSApp.xcscheme index c32b24dc91..1ee657ae74 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/iOSApp.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/iOSApp.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/iOSAppObjCUnitTests.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/iOSAppObjCUnitTests.xcscheme index 30f9cf9e10..45399b5514 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/iOSAppObjCUnitTests.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/iOSAppObjCUnitTests.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "NO"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_defines (arm64).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_defines (arm64).xcscheme index f3e45cd6ff..ebfc3e53a6 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_defines (arm64).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_defines (arm64).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_defines (c7049).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_defines (c7049).xcscheme index f03288ad92..12cfeca76c 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_defines (c7049).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_defines (c7049).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_headers (70419).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_headers (70419).xcscheme index 4855e455aa..cc4a773aea 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_headers (70419).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_headers (70419).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_headers (arm64).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_headers (arm64).xcscheme index 20949b3b47..07853e3534 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_headers (arm64).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_headers (arm64).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_headers (c7049).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_headers (c7049).xcscheme index 2f9e659895..26bd51520a 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_headers (c7049).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_headers (c7049).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_impl (70419).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_impl (70419).xcscheme index 1e18cc5ab3..8f948a6d27 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_impl (70419).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_impl (70419).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_impl (arm64).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_impl (arm64).xcscheme index ded5d20499..63f45c5e07 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_impl (arm64).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_impl (arm64).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_impl (c7049).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_impl (c7049).xcscheme index ad3a5b0719..18c67bca45 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_impl (c7049).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_impl (c7049).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_swift (70419).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_swift (70419).xcscheme index 7afd2f2a73..b662231c70 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_swift (70419).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_swift (70419).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_swift (arm64).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_swift (arm64).xcscheme index ab71548622..8a541b7326 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_swift (arm64).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_swift (arm64).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_swift (c7049).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_swift (c7049).xcscheme index 1e4cda7aed..c8a3c5c4d7 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_swift (c7049).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/lib_swift (c7049).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/macOSApp.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/macOSApp.xcscheme index d8f8989abb..b7dc551527 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/macOSApp.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/macOSApp.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/macOSAppUITests.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/macOSAppUITests.xcscheme index a66aedd743..914b92110a 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/macOSAppUITests.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/macOSAppUITests.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "NO"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/private_lib (arm64).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/private_lib (arm64).xcscheme index 91b20a39ed..71b3b4c91d 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/private_lib (arm64).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/private_lib (arm64).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/private_lib (c7049).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/private_lib (c7049).xcscheme index 2b2efe5856..ca752d15ca 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/private_lib (c7049).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/private_lib (c7049).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/private_swift_lib (70419).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/private_swift_lib (70419).xcscheme index 7384f3be47..eba63cc433 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/private_swift_lib (70419).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/private_swift_lib (70419).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/private_swift_lib (arm64).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/private_swift_lib (arm64).xcscheme index 768851bfd8..871dccf5d2 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/private_swift_lib (arm64).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/private_swift_lib (arm64).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/private_swift_lib (c7049).xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/private_swift_lib (c7049).xcscheme index aa237fa145..2a816f2afe 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/private_swift_lib (c7049).xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/private_swift_lib (c7049).xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/tvOS.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/tvOS.xcscheme index 15a0d95799..fa5a8990d7 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/tvOS.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/tvOS.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/tvOSApp.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/tvOSApp.xcscheme index c32c658a1c..d4685825cd 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/tvOSApp.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/tvOSApp.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/tvOSAppUITests.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/tvOSAppUITests.xcscheme index 4dbb747412..632f27d23d 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/tvOSAppUITests.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/tvOSAppUITests.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "NO"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/watchOSApp.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/watchOSApp.xcscheme index 88063414bf..7ac5cd1da5 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/watchOSApp.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/watchOSApp.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/watchOSAppExtensionUnitTests.xcscheme b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/watchOSAppExtensionUnitTests.xcscheme index 41af8ec6a6..8d9d2e4277 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/watchOSAppExtensionUnitTests.xcscheme +++ b/examples/integration/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/watchOSAppExtensionUnitTests.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "NO"> @@ -85,7 +84,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/sanitizers/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/ThreadSanitizer.xcscheme b/examples/sanitizers/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/ThreadSanitizer.xcscheme index 6d77b0f8ff..f6416497e8 100644 --- a/examples/sanitizers/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/ThreadSanitizer.xcscheme +++ b/examples/sanitizers/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/ThreadSanitizer.xcscheme @@ -76,7 +76,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -85,7 +84,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/sanitizers/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UndefinedBehaviorSanitizer.xcscheme b/examples/sanitizers/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UndefinedBehaviorSanitizer.xcscheme index 000012200a..13078677c5 100644 --- a/examples/sanitizers/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UndefinedBehaviorSanitizer.xcscheme +++ b/examples/sanitizers/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/UndefinedBehaviorSanitizer.xcscheme @@ -76,7 +76,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -85,7 +84,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/sanitizers/test/fixtures/bwx.xcodeproj/project.pbxproj b/examples/sanitizers/test/fixtures/bwx.xcodeproj/project.pbxproj index 1656b13d89..e31116cfbe 100644 --- a/examples/sanitizers/test/fixtures/bwx.xcodeproj/project.pbxproj +++ b/examples/sanitizers/test/fixtures/bwx.xcodeproj/project.pbxproj @@ -766,7 +766,7 @@ BAZEL_CONFIG = rules_xcodeproj; BAZEL_EXTERNAL = "$(BAZEL_OUTPUT_BASE)/external"; BAZEL_INTEGRATION_DIR = "$(INTERNAL_DIR)/bazel"; - BAZEL_LLDB_INIT = "$(OBJROOT)/bazel.lldbinit"; + BAZEL_LLDB_INIT = "$(HOME)/.lldbinit-rules_xcodeproj"; BAZEL_OUT = "$(PROJECT_DIR)/bazel-out"; BAZEL_OUTPUT_BASE = "$(_BAZEL_OUTPUT_BASE:standardizepath)"; BAZEL_PATH = bazel; diff --git a/examples/sanitizers/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/AddressSanitizer.xcscheme b/examples/sanitizers/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/AddressSanitizer.xcscheme index 6b47de5ea8..f2ba1ef57c 100644 --- a/examples/sanitizers/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/AddressSanitizer.xcscheme +++ b/examples/sanitizers/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/AddressSanitizer.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/sanitizers/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/ThreadSanitizer.xcscheme b/examples/sanitizers/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/ThreadSanitizer.xcscheme index e2a208cc9f..a85c78d613 100644 --- a/examples/sanitizers/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/ThreadSanitizer.xcscheme +++ b/examples/sanitizers/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/ThreadSanitizer.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/examples/sanitizers/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UndefinedBehaviorSanitizer.xcscheme b/examples/sanitizers/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UndefinedBehaviorSanitizer.xcscheme index 2873a6900c..66d21a12c6 100644 --- a/examples/sanitizers/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UndefinedBehaviorSanitizer.xcscheme +++ b/examples/sanitizers/test/fixtures/bwx.xcodeproj/xcshareddata/xcschemes/UndefinedBehaviorSanitizer.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/test/fixtures/generator/bwb.xcodeproj/project.pbxproj b/test/fixtures/generator/bwb.xcodeproj/project.pbxproj index 6ab7d7d882..a01dfa6e7e 100644 --- a/test/fixtures/generator/bwb.xcodeproj/project.pbxproj +++ b/test/fixtures/generator/bwb.xcodeproj/project.pbxproj @@ -3127,7 +3127,7 @@ BAZEL_CONFIG = rules_xcodeproj; BAZEL_EXTERNAL = "$(BAZEL_OUTPUT_BASE)/external"; BAZEL_INTEGRATION_DIR = "$(INTERNAL_DIR)/bazel"; - BAZEL_LLDB_INIT = "$(OBJROOT)/bazel.lldbinit"; + BAZEL_LLDB_INIT = "$(HOME)/.lldbinit-rules_xcodeproj"; BAZEL_OUT = "$(PROJECT_DIR)/bazel-out"; BAZEL_OUTPUT_BASE = "$(_BAZEL_OUTPUT_BASE:standardizepath)"; BAZEL_PATH = bazel; diff --git a/test/fixtures/generator/bwb.xcodeproj/xcshareddata/xcschemes/generator.xcscheme b/test/fixtures/generator/bwb.xcodeproj/xcshareddata/xcschemes/generator.xcscheme index c28084d12f..050813971b 100644 --- a/test/fixtures/generator/bwb.xcodeproj/xcshareddata/xcschemes/generator.xcscheme +++ b/test/fixtures/generator/bwb.xcodeproj/xcshareddata/xcschemes/generator.xcscheme @@ -140,7 +140,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "NO" enableAddressSanitizer = "YES"> @@ -186,7 +185,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "YES" customWorkingDirectory = "$(BUILD_WORKSPACE_DIRECTORY)" diff --git a/test/fixtures/generator/bwb.xcodeproj/xcshareddata/xcschemes/swiftc.xcscheme b/test/fixtures/generator/bwb.xcodeproj/xcshareddata/xcschemes/swiftc.xcscheme index a45c481d8b..f8b79f0648 100644 --- a/test/fixtures/generator/bwb.xcodeproj/xcshareddata/xcschemes/swiftc.xcscheme +++ b/test/fixtures/generator/bwb.xcodeproj/xcshareddata/xcschemes/swiftc.xcscheme @@ -76,7 +76,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -85,7 +84,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/test/fixtures/generator/bwx.xcodeproj/project.pbxproj b/test/fixtures/generator/bwx.xcodeproj/project.pbxproj index badca3f3c0..5805ff766c 100644 --- a/test/fixtures/generator/bwx.xcodeproj/project.pbxproj +++ b/test/fixtures/generator/bwx.xcodeproj/project.pbxproj @@ -3407,7 +3407,7 @@ BAZEL_CONFIG = rules_xcodeproj; BAZEL_EXTERNAL = "$(BAZEL_OUTPUT_BASE)/external"; BAZEL_INTEGRATION_DIR = "$(INTERNAL_DIR)/bazel"; - BAZEL_LLDB_INIT = "$(OBJROOT)/bazel.lldbinit"; + BAZEL_LLDB_INIT = "$(HOME)/.lldbinit-rules_xcodeproj"; BAZEL_OUT = "$(PROJECT_DIR)/bazel-out"; BAZEL_OUTPUT_BASE = "$(_BAZEL_OUTPUT_BASE:standardizepath)"; BAZEL_PATH = bazel; diff --git a/test/fixtures/generator/bwx.xcodeproj/xcshareddata/xcschemes/generator.xcscheme b/test/fixtures/generator/bwx.xcodeproj/xcshareddata/xcschemes/generator.xcscheme index 84807eb077..abd5efd739 100644 --- a/test/fixtures/generator/bwx.xcodeproj/xcshareddata/xcschemes/generator.xcscheme +++ b/test/fixtures/generator/bwx.xcodeproj/xcshareddata/xcschemes/generator.xcscheme @@ -124,7 +124,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "NO" enableAddressSanitizer = "YES"> @@ -160,7 +159,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "YES" customWorkingDirectory = "$(BUILD_WORKSPACE_DIRECTORY)" diff --git a/test/fixtures/generator/bwx.xcodeproj/xcshareddata/xcschemes/swiftc.xcscheme b/test/fixtures/generator/bwx.xcodeproj/xcshareddata/xcschemes/swiftc.xcscheme index 1aeaace700..da8f5db6b3 100644 --- a/test/fixtures/generator/bwx.xcodeproj/xcshareddata/xcschemes/swiftc.xcscheme +++ b/test/fixtures/generator/bwx.xcodeproj/xcshareddata/xcschemes/swiftc.xcscheme @@ -60,7 +60,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -69,7 +68,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - customLLDBInitFile = "$(BAZEL_LLDB_INIT)" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/tools/generator/src/Extensions/XCScheme+Extensions.swift b/tools/generator/src/Extensions/XCScheme+Extensions.swift index 1b8ef0ed08..581f6c8674 100644 --- a/tools/generator/src/Extensions/XCScheme+Extensions.swift +++ b/tools/generator/src/Extensions/XCScheme+Extensions.swift @@ -5,7 +5,6 @@ enum XCSchemeConstants { static let defaultLastUpgradeVersion = "9999" static let lldbInitVersion = "1.7" static let posixSpawnLauncher = "Xcode.IDEFoundation.Launcher.PosixSpawn" - static let customLLDBInitFile = "$(BAZEL_LLDB_INIT)" } extension XCScheme.BuildableReference { @@ -58,8 +57,7 @@ extension XCScheme { } else { testAction = .init( buildConfiguration: .defaultBuildConfigurationName, - macroExpansion: nil, - customLLDBInitFile: XCSchemeConstants.customLLDBInitFile + macroExpansion: nil ) } @@ -81,8 +79,7 @@ extension XCScheme { } else { launchAction = .init( runnable: nil, - buildConfiguration: .defaultBuildConfigurationName, - customLLDBInitFile: XCSchemeConstants.customLLDBInitFile + buildConfiguration: .defaultBuildConfigurationName ) } @@ -254,8 +251,7 @@ extension XCScheme.TestAction { enableUBSanitizer: testActionInfo.diagnostics.sanitizers .undefinedBehavior, commandlineArguments: commandlineArguments, - environmentVariables: environmentVariables.isEmpty ? nil : environmentVariables, - customLLDBInitFile: XCSchemeConstants.customLLDBInitFile + environmentVariables: environmentVariables.isEmpty ? nil : environmentVariables ) } } @@ -292,8 +288,7 @@ extension XCScheme.LaunchAction { commandlineArguments: commandlineArguments, environmentVariables: environmentVariables.isEmpty ? nil : environmentVariables, launchAutomaticallySubstyle: launchActionInfo.targetInfo.productType - .launchAutomaticallySubstyle, - customLLDBInitFile: XCSchemeConstants.customLLDBInitFile + .launchAutomaticallySubstyle ) } } diff --git a/tools/generator/src/Generator/CreateProject.swift b/tools/generator/src/Generator/CreateProject.swift index 2a2f4e0a71..848f47d029 100644 --- a/tools/generator/src/Generator/CreateProject.swift +++ b/tools/generator/src/Generator/CreateProject.swift @@ -43,7 +43,7 @@ extension Generator { "BAZEL_CONFIG": project.bazelConfig, "BAZEL_EXTERNAL": "$(BAZEL_OUTPUT_BASE)/external", "BAZEL_INTEGRATION_DIR": "$(INTERNAL_DIR)/bazel", - "BAZEL_LLDB_INIT": "$(OBJROOT)/bazel.lldbinit", + "BAZEL_LLDB_INIT": "$(HOME)/.lldbinit-rules_xcodeproj", "BAZEL_OUT": "$(PROJECT_DIR)/bazel-out", "_BAZEL_OUTPUT_BASE": "$(PROJECT_DIR)/../..", "BAZEL_OUTPUT_BASE": "$(_BAZEL_OUTPUT_BASE:standardizepath)", diff --git a/tools/generator/test/CreateAutogeneratedXCSchemesTests.swift b/tools/generator/test/CreateAutogeneratedXCSchemesTests.swift index f7b790ea22..a4218c3501 100644 --- a/tools/generator/test/CreateAutogeneratedXCSchemesTests.swift +++ b/tools/generator/test/CreateAutogeneratedXCSchemesTests.swift @@ -162,7 +162,6 @@ class CreateAutogeneratedXCSchemesTests: XCTestCase { buildableReference: expectedBuildableReference )] : [] - let expectedCustomLLDBInitFile = "$(BAZEL_LLDB_INIT)" var expectedBuildPreActions: [XCScheme.ExecutionAction] = [ .initBazelBuildOutputGroupsFile( buildableReference: expectedTargetInfo.buildableReference @@ -269,13 +268,6 @@ class CreateAutogeneratedXCSchemesTests: XCTestCase { file: file, line: line ) - XCTAssertEqual( - testAction.customLLDBInitFile, - expectedCustomLLDBInitFile, - "testAction.customLLDBInitFile did not match for \(scheme.name)", - file: file, - line: line - ) guard let launchAction = scheme.launchAction else { XCTFail( @@ -308,13 +300,6 @@ the launch action buildConfiguration did not match for \(scheme.name) file: file, line: line ) - XCTAssertEqual( - launchAction.customLLDBInitFile, - expectedCustomLLDBInitFile, - "launchAction.customLLDBInitFile did not match for \(scheme.name)", - file: file, - line: line - ) XCTAssertEqual( launchAction.environmentVariables, expectedLaunchEnvVariables, diff --git a/tools/generator/test/CreateProjectTests.swift b/tools/generator/test/CreateProjectTests.swift index d0163d8c15..e04765ce35 100644 --- a/tools/generator/test/CreateProjectTests.swift +++ b/tools/generator/test/CreateProjectTests.swift @@ -34,7 +34,7 @@ final class CreateProjectTests: XCTestCase { buildSettings: project.buildSettings.asDictionary.merging([ "BAZEL_CONFIG": project.bazelConfig, "BAZEL_EXTERNAL": "$(BAZEL_OUTPUT_BASE)/external", - "BAZEL_LLDB_INIT": "$(OBJROOT)/bazel.lldbinit", + "BAZEL_LLDB_INIT": "$(HOME)/.lldbinit-rules_xcodeproj", "BAZEL_OUT": "$(PROJECT_DIR)/bazel-out", "_BAZEL_OUTPUT_BASE": "$(PROJECT_DIR)/../..", "BAZEL_OUTPUT_BASE": "$(_BAZEL_OUTPUT_BASE:standardizepath)", @@ -153,7 +153,7 @@ $(PROJECT_TEMP_DIR)/$(BAZEL_PACKAGE_BIN_DIR)/$(COMPILE_TARGET_NAME) buildSettings: project.buildSettings.asDictionary.merging([ "BAZEL_CONFIG": "rules_xcodeproj_fixtures", "BAZEL_EXTERNAL": "$(BAZEL_OUTPUT_BASE)/external", - "BAZEL_LLDB_INIT": "$(OBJROOT)/bazel.lldbinit", + "BAZEL_LLDB_INIT": "$(HOME)/.lldbinit-rules_xcodeproj", "BAZEL_OUT": "$(PROJECT_DIR)/bazel-out", "_BAZEL_OUTPUT_BASE": "$(PROJECT_DIR)/../..", "BAZEL_OUTPUT_BASE": "$(_BAZEL_OUTPUT_BASE:standardizepath)", diff --git a/tools/generator/test/XCScheme+ExtensionsTests.swift b/tools/generator/test/XCScheme+ExtensionsTests.swift index 5110b47b16..7581716dc1 100644 --- a/tools/generator/test/XCScheme+ExtensionsTests.swift +++ b/tools/generator/test/XCScheme+ExtensionsTests.swift @@ -135,8 +135,7 @@ extension XCSchemeExtensionsTests { postActions: [ .init(scriptText: "exit 1", title: "Custom Post Script", environmentBuildable: libraryTargetInfo.buildableReference) ], - shouldUseLaunchSchemeArgsEnv: true, - customLLDBInitFile: XCSchemeConstants.customLLDBInitFile + shouldUseLaunchSchemeArgsEnv: true ) XCTAssertEqual(actual, expected) } @@ -164,8 +163,7 @@ extension XCSchemeExtensionsTests { commandlineArguments: .init(arguments: [.init(name: "--hello", enabled: true)]), environmentVariables: [ .init(variable: "CUSTOM_ENV_VAR", value: "goodbye", enabled: true), - ], - customLLDBInitFile: XCSchemeConstants.customLLDBInitFile + ] ) XCTAssertEqual(actual, expected) } @@ -188,8 +186,7 @@ extension XCSchemeExtensionsTests { .init(skipped: false, buildableReference: uiTestTargetInfo.buildableReference), ], shouldUseLaunchSchemeArgsEnv: false, - environmentVariables: .bazelLaunchEnvironmentVariables, - customLLDBInitFile: XCSchemeConstants.customLLDBInitFile + environmentVariables: .bazelLaunchEnvironmentVariables ) XCTAssertEqual(actual, expected) } @@ -218,8 +215,7 @@ extension XCSchemeExtensionsTests { environmentVariables: ( [.init(variable: "CUSTOM_ENV_VAR", value: "goodbye", enabled: true)] + .bazelLaunchEnvironmentVariables - ).sortedLocalizedStandard(), - customLLDBInitFile: XCSchemeConstants.customLLDBInitFile + ).sortedLocalizedStandard() ) XCTAssertEqual(actual, expected) } @@ -255,8 +251,7 @@ extension XCSchemeExtensionsTests { selectedLauncherIdentifier: launchActionInfo.launcher, askForAppToLaunch: nil, environmentVariables: nil, - launchAutomaticallySubstyle: productType.launchAutomaticallySubstyle, - customLLDBInitFile: XCSchemeConstants.customLLDBInitFile + launchAutomaticallySubstyle: productType.launchAutomaticallySubstyle ) XCTAssertEqual(launchAction, expected) } @@ -288,8 +283,7 @@ extension XCSchemeExtensionsTests { selectedLauncherIdentifier: launchActionInfo.launcher, askForAppToLaunch: nil, environmentVariables: .bazelLaunchEnvironmentVariables, - launchAutomaticallySubstyle: productType.launchAutomaticallySubstyle, - customLLDBInitFile: XCSchemeConstants.customLLDBInitFile + launchAutomaticallySubstyle: productType.launchAutomaticallySubstyle ) XCTAssertEqual(launchAction, expected) } @@ -329,8 +323,7 @@ extension XCSchemeExtensionsTests { [.init(variable: "CUSTOM_ENV_VAR", value: env["CUSTOM_ENV_VAR"]!, enabled: true)] + .bazelLaunchEnvironmentVariables ).sortedLocalizedStandard(), - launchAutomaticallySubstyle: productType.launchAutomaticallySubstyle, - customLLDBInitFile: XCSchemeConstants.customLLDBInitFile + launchAutomaticallySubstyle: productType.launchAutomaticallySubstyle ) XCTAssertEqual(launchAction, expected) } @@ -557,8 +550,7 @@ extension XCSchemeExtensionsTests { enableAddressSanitizer: true, enableThreadSanitizer: false, enableUBSanitizer: true, - launchAutomaticallySubstyle: productType.launchAutomaticallySubstyle, - customLLDBInitFile: XCSchemeConstants.customLLDBInitFile + launchAutomaticallySubstyle: productType.launchAutomaticallySubstyle ) XCTAssertNoDifference(launchAction, expected) } @@ -607,8 +599,7 @@ extension XCSchemeExtensionsTests { ], enableAddressSanitizer: true, enableThreadSanitizer: false, - enableUBSanitizer: true, - customLLDBInitFile: XCSchemeConstants.customLLDBInitFile + enableUBSanitizer: true ) XCTAssertNoDifference(testAction, expected) } diff --git a/xcodeproj/internal/bazel_integration_files/create_lldbinit.sh b/xcodeproj/internal/bazel_integration_files/create_lldbinit.sh index 01831fc238..f79cadc686 100755 --- a/xcodeproj/internal/bazel_integration_files/create_lldbinit.sh +++ b/xcodeproj/internal/bazel_integration_files/create_lldbinit.sh @@ -16,11 +16,6 @@ readonly index_external="$index_execution_root/external" { -# Load ~/.lldbinit if it exists -if [[ -f "$HOME/.lldbinit" ]]; then - echo "command source ~/.lldbinit" -fi - # Set `CWD` to `$execution_root` so relative paths in binaries work # # This is needed because we use the `oso_prefix_is_pwd` feature, which makes the @@ -73,3 +68,11 @@ echo "settings append target.source-map ./ \"$SRCROOT\"" echo "command script import \"$OBJROOT/swift_debug_settings.py\"" } > "$BAZEL_LLDB_INIT" + +touch "$HOME/.lldbinit" + +readonly required_source='command source ~/.lldbinit-rules_xcodeproj' +if ! grep -m 1 -q "$required_source" "$HOME/.lldbinit"; then + # Update `~/.lldbinit` to source `~/.lldbinit-rules_xcodeproj` + echo "$required_source" >> "$HOME/.lldbinit" +fi