Skip to content

Commit

Permalink
Fix build configuration settings for Mac target
Browse files Browse the repository at this point in the history
Release was set to "Run"(LaunchAction), not "Test"(TestAction).
  • Loading branch information
ikesyo committed May 3, 2015
1 parent 4095122 commit 3db1833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions APIKit.xcodeproj/xcshareddata/xcschemes/APIKit-Mac.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
buildConfiguration = "Release">
<Testables>
<TestableReference
skipped = "NO">
Expand Down Expand Up @@ -54,7 +54,7 @@
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
Expand Down

0 comments on commit 3db1833

Please sign in to comment.