diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-08-14 06:21:22 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-08-14 06:21:22 -0700 |
| commit | f5f6300f5bc7b4accbb9570713fc270dffdd2d4b (patch) | |
| tree | 70ddfe99eba7e08b5184bbfa97c144c6b57e5c3a /xcode/mruby.xcodeproj/xcshareddata/xcschemes/framework.xcscheme | |
| parent | 7d02df3016b0c6eb3f4ee945198772cf4ebca3fa (diff) | |
| parent | 263de094b788b8f194926662fbe2311301756057 (diff) | |
| download | mruby-f5f6300f5bc7b4accbb9570713fc270dffdd2d4b.tar.gz mruby-f5f6300f5bc7b4accbb9570713fc270dffdd2d4b.zip | |
Merge pull request #423 from pbosetti/XCode
Xcode project cleanup (corrects the error in #422, not pulled)
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..814a08068 --- /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 = "CLANGDebug"> + </AnalyzeAction> + <ArchiveAction + buildConfiguration = "Release" + revealArchiveInOrganizer = "YES"> + </ArchiveAction> +</Scheme> |
