From 6ceb7eb6988f3b1fb7138122f737d0fdc002e930 Mon Sep 17 00:00:00 2001 From: Syo Ikeda Date: Wed, 22 Apr 2015 21:42:40 +0900 Subject: [PATCH] Specify Release configuration for test build To detect issues caused by the compiler optimization. --- APIKit.xcodeproj/xcshareddata/xcschemes/APIKit-Mac.xcscheme | 2 +- APIKit.xcodeproj/xcshareddata/xcschemes/APIKit-iOS.xcscheme | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/APIKit.xcodeproj/xcshareddata/xcschemes/APIKit-Mac.xcscheme b/APIKit.xcodeproj/xcshareddata/xcschemes/APIKit-Mac.xcscheme index d6e48f5d..c45b3d99 100644 --- a/APIKit.xcodeproj/xcshareddata/xcschemes/APIKit-Mac.xcscheme +++ b/APIKit.xcodeproj/xcshareddata/xcschemes/APIKit-Mac.xcscheme @@ -54,7 +54,7 @@ selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" launchStyle = "0" useCustomWorkingDirectory = "NO" - buildConfiguration = "Debug" + buildConfiguration = "Release" ignoresPersistentStateOnLaunch = "NO" debugDocumentVersioning = "YES" allowLocationSimulation = "YES"> diff --git a/APIKit.xcodeproj/xcshareddata/xcschemes/APIKit-iOS.xcscheme b/APIKit.xcodeproj/xcshareddata/xcschemes/APIKit-iOS.xcscheme index 07ca1178..a695f28a 100644 --- a/APIKit.xcodeproj/xcshareddata/xcschemes/APIKit-iOS.xcscheme +++ b/APIKit.xcodeproj/xcshareddata/xcschemes/APIKit-iOS.xcscheme @@ -40,7 +40,7 @@ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" shouldUseLaunchSchemeArgsEnv = "YES" - buildConfiguration = "Debug"> + buildConfiguration = "Release">