diff options
| author | Paolo Bosetti <[email protected]> | 2012-08-14 09:06:03 +0200 |
|---|---|---|
| committer | Paolo Bosetti <[email protected]> | 2012-08-14 09:06:03 +0200 |
| commit | 386f90b48b8a7d5e279df57b87bd244d9f954240 (patch) | |
| tree | 290e1707d649aa1737f9d7d8886c711499c5c22f /xcode/mruby.xcodeproj/xcshareddata/xcschemes/framework.xcscheme | |
| parent | 177e74618d3556eb604f0e1b2fa79af924576693 (diff) | |
| download | mruby-386f90b48b8a7d5e279df57b87bd244d9f954240.tar.gz mruby-386f90b48b8a7d5e279df57b87bd244d9f954240.zip | |
Made the Xcode building schemes shared (this adds mruby.xcodeproj/xcshareddata/* to the repo)
Diffstat (limited to 'xcode/mruby.xcodeproj/xcshareddata/xcschemes/framework.xcscheme')
| -rw-r--r-- | xcode/mruby.xcodeproj/xcshareddata/xcschemes/framework.xcscheme | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/xcode/mruby.xcodeproj/xcshareddata/xcschemes/framework.xcscheme b/xcode/mruby.xcodeproj/xcshareddata/xcschemes/framework.xcscheme new file mode 100644 index 000000000..e09fc7cf8 --- /dev/null +++ b/xcode/mruby.xcodeproj/xcshareddata/xcschemes/framework.xcscheme @@ -0,0 +1,77 @@ +<?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 = "88760B731576A33100113BFB" + BuildableName = "mruby.framework" + BlueprintName = "mruby_fw" + 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> + <MacroExpansion> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "8844358E1577301B007F95A4" + BuildableName = "mrbtest" + BlueprintName = "mrbtest" + ReferencedContainer = "container:mruby.xcodeproj"> + </BuildableReference> + </MacroExpansion> + </TestAction> + <LaunchAction + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + launchStyle = "0" + useCustomWorkingDirectory = "NO" + buildConfiguration = "Debug" + ignoresPersistentStateOnLaunch = "NO" + debugDocumentVersioning = "YES" + allowLocationSimulation = "YES"> + <BuildableProductRunnable> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "8844358E1577301B007F95A4" + BuildableName = "mrbtest" + BlueprintName = "mrbtest" + ReferencedContainer = "container:mruby.xcodeproj"> + </BuildableReference> + </BuildableProductRunnable> + <AdditionalOptions> + </AdditionalOptions> + </LaunchAction> + <ProfileAction + shouldUseLaunchSchemeArgsEnv = "YES" + savedToolIdentifier = "" + useCustomWorkingDirectory = "NO" + buildConfiguration = "Release" + debugDocumentVersioning = "YES"> + </ProfileAction> + <AnalyzeAction + buildConfiguration = "Debug"> + </AnalyzeAction> + <ArchiveAction + buildConfiguration = "Release" + revealArchiveInOrganizer = "YES"> + </ArchiveAction> +</Scheme> |
