diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2018-03-30 17:12:05 +1100 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2018-03-30 17:12:05 +1100 |
commit | fccc0436294e09848e5d345f89ae1626cada326f (patch) | |
tree | 05ef72a5cdf329b273e3b331fc8fafe434a30a92 /cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/xcshareddata | |
parent | 3ee91cd747adb60ea5ebf2c2fc9da9498e5c8db8 (diff) | |
download | scintilla-mirror-fccc0436294e09848e5d345f89ae1626cada326f.tar.gz |
New Xcode 9.3 so ran the updater which turned on some warnings and
it fiddled with the projects and schemes.
Diffstat (limited to 'cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/xcshareddata')
-rw-r--r-- | cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/xcshareddata/xcschemes/Scintilla.xcscheme | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/xcshareddata/xcschemes/Scintilla.xcscheme b/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/xcshareddata/xcschemes/Scintilla.xcscheme index 1834cd5cd..f8aabeef4 100644 --- a/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/xcshareddata/xcschemes/Scintilla.xcscheme +++ b/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/xcshareddata/xcschemes/Scintilla.xcscheme @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <Scheme - LastUpgradeVersion = "0900" + LastUpgradeVersion = "0930" version = "1.3"> <BuildAction parallelizeBuildables = "YES" @@ -26,7 +26,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - language = "" shouldUseLaunchSchemeArgsEnv = "YES"> <Testables> </Testables> @@ -38,7 +37,6 @@ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" enableAddressSanitizer = "YES" - language = "" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" |