diff options
| author | Chris Ballinger <chrisballinger@gmail.com> | 2016-10-25 01:04:27 -0700 |
|---|---|---|
| committer | Chris Ballinger <chrisballinger@gmail.com> | 2016-10-25 01:04:27 -0700 |
| commit | 32427226c3f49190f796a18de8b3da0f8184acf4 (patch) | |
| tree | a7fabb66098a0fcfab37584233cba91bcbb48e32 /macosx/Pcsxr.xcodeproj/xcshareddata | |
| parent | b9ca947ae0c9d45a4f76a58d1a0e1e4924f32a72 (diff) | |
| download | pcsxr-32427226c3f49190f796a18de8b3da0f8184acf4.tar.gz | |
Fix Xcode build issues
Diffstat (limited to 'macosx/Pcsxr.xcodeproj/xcshareddata')
| -rw-r--r-- | macosx/Pcsxr.xcodeproj/xcshareddata/xcschemes/PCSXR.xcscheme | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/macosx/Pcsxr.xcodeproj/xcshareddata/xcschemes/PCSXR.xcscheme b/macosx/Pcsxr.xcodeproj/xcshareddata/xcschemes/PCSXR.xcscheme index 3cfcd2c7..56c9ceab 100644 --- a/macosx/Pcsxr.xcodeproj/xcshareddata/xcschemes/PCSXR.xcscheme +++ b/macosx/Pcsxr.xcodeproj/xcshareddata/xcschemes/PCSXR.xcscheme @@ -23,10 +23,10 @@ </BuildActionEntries> </BuildAction> <TestAction + buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - shouldUseLaunchSchemeArgsEnv = "YES" - buildConfiguration = "Debug"> + shouldUseLaunchSchemeArgsEnv = "YES"> <Testables> </Testables> <MacroExpansion> @@ -38,17 +38,21 @@ ReferencedContainer = "container:Pcsxr.xcodeproj"> </BuildableReference> </MacroExpansion> + <AdditionalOptions> + </AdditionalOptions> </TestAction> <LaunchAction + buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" launchStyle = "0" useCustomWorkingDirectory = "NO" - buildConfiguration = "Debug" ignoresPersistentStateOnLaunch = "NO" debugDocumentVersioning = "NO" + debugServiceExtension = "internal" allowLocationSimulation = "YES"> - <BuildableProductRunnable> + <BuildableProductRunnable + runnableDebuggingMode = "0"> <BuildableReference BuildableIdentifier = "primary" BlueprintIdentifier = "2BB3D68205427FE200831ACB" @@ -67,12 +71,13 @@ </AdditionalOptions> </LaunchAction> <ProfileAction + buildConfiguration = "Instrument" shouldUseLaunchSchemeArgsEnv = "YES" savedToolIdentifier = "" useCustomWorkingDirectory = "NO" - buildConfiguration = "Instrument" debugDocumentVersioning = "YES"> - <BuildableProductRunnable> + <BuildableProductRunnable + runnableDebuggingMode = "0"> <BuildableReference BuildableIdentifier = "primary" BlueprintIdentifier = "2BB3D68205427FE200831ACB" |
