diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-08-15 09:32:53 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-08-15 09:32:53 +0900 |
| commit | 6e01057292d627fd1f503aeb933bdadee0c5e272 (patch) | |
| tree | 977098a3fc00b9331ce926626508d9c593b07a6f /xcode/mruby.xcodeproj/xcshareddata/xcschemes/libraries.xcscheme | |
| parent | 7bf4142c4210956da179783aa6d6377b9ab7043f (diff) | |
| parent | f5f6300f5bc7b4accbb9570713fc270dffdd2d4b (diff) | |
| download | mruby-6e01057292d627fd1f503aeb933bdadee0c5e272.tar.gz mruby-6e01057292d627fd1f503aeb933bdadee0c5e272.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'xcode/mruby.xcodeproj/xcshareddata/xcschemes/libraries.xcscheme')
| -rw-r--r-- | xcode/mruby.xcodeproj/xcshareddata/xcschemes/libraries.xcscheme | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/xcode/mruby.xcodeproj/xcshareddata/xcschemes/libraries.xcscheme b/xcode/mruby.xcodeproj/xcshareddata/xcschemes/libraries.xcscheme new file mode 100644 index 000000000..3f2ddb8c2 --- /dev/null +++ b/xcode/mruby.xcodeproj/xcshareddata/xcschemes/libraries.xcscheme @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Scheme + LastUpgradeVersion = "0440" + version = "1.3"> + <BuildAction + parallelizeBuildables = "YES" + buildImplicitDependencies = "YES"> + <BuildActionEntries> + <BuildActionEntry + buildForTesting = "YES" + buildForRunning = "YES" + buildForProfiling = "YES" + buildForArchiving = "YES" + buildForAnalyzing = "YES"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "88760AA115759B4F00113BFB" + BuildableName = "libmruby.a" + BlueprintName = "ruby_lib" + ReferencedContainer = "container:mruby.xcodeproj"> + </BuildableReference> + </BuildActionEntry> + </BuildActionEntries> + </BuildAction> + <TestAction + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + shouldUseLaunchSchemeArgsEnv = "YES" + buildConfiguration = "Debug"> + <Testables> + </Testables> + </TestAction> + <LaunchAction + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + launchStyle = "0" + useCustomWorkingDirectory = "NO" + buildConfiguration = "Debug" + ignoresPersistentStateOnLaunch = "NO" + debugDocumentVersioning = "YES" + allowLocationSimulation = "YES"> + <AdditionalOptions> + </AdditionalOptions> + </LaunchAction> + <ProfileAction + shouldUseLaunchSchemeArgsEnv = "YES" + savedToolIdentifier = "" + useCustomWorkingDirectory = "NO" + buildConfiguration = "Release" + debugDocumentVersioning = "YES"> + </ProfileAction> + <AnalyzeAction + buildConfiguration = "CLANGDebug"> + </AnalyzeAction> + <ArchiveAction + buildConfiguration = "Release" + revealArchiveInOrganizer = "YES"> + </ArchiveAction> +</Scheme> |
