diff options
| author | mick <mickgrierson@gmail.com> | 2015-02-09 10:40:24 +0000 |
|---|---|---|
| committer | mick <mickgrierson@gmail.com> | 2015-02-09 10:40:24 +0000 |
| commit | 0ef3c3238f39e944fa999768942c99a96b70b860 (patch) | |
| tree | 73c9896f8c4c5f24282c55b50d263c7ecbfdf253 /ofxMaxim/ofxMaximExample_0.8.4_OSX/NewStuff.xcodeproj/xcuserdata/mick.xcuserdatad/xcschemes | |
| parent | 818e004b46ec4b6b8d4f80eff32e3562c252bd89 (diff) | |
added new example for of 0.8.4
Diffstat (limited to 'ofxMaxim/ofxMaximExample_0.8.4_OSX/NewStuff.xcodeproj/xcuserdata/mick.xcuserdatad/xcschemes')
2 files changed, 118 insertions, 0 deletions
diff --git a/ofxMaxim/ofxMaximExample_0.8.4_OSX/NewStuff.xcodeproj/xcuserdata/mick.xcuserdatad/xcschemes/emptyExample.xcscheme b/ofxMaxim/ofxMaximExample_0.8.4_OSX/NewStuff.xcodeproj/xcuserdata/mick.xcuserdatad/xcschemes/emptyExample.xcscheme new file mode 100644 index 0000000..fe05491 --- /dev/null +++ b/ofxMaxim/ofxMaximExample_0.8.4_OSX/NewStuff.xcodeproj/xcuserdata/mick.xcuserdatad/xcschemes/emptyExample.xcscheme @@ -0,0 +1,86 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Scheme + LastUpgradeVersion = "0600" + version = "1.3"> + <BuildAction + parallelizeBuildables = "YES" + buildImplicitDependencies = "YES"> + <BuildActionEntries> + <BuildActionEntry + buildForTesting = "YES" + buildForRunning = "YES" + buildForProfiling = "YES" + buildForArchiving = "YES" + buildForAnalyzing = "YES"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "E4B69B5A0A3A1756003C02F2" + BuildableName = "emptyExample.app" + BlueprintName = "emptyExample" + ReferencedContainer = "container:NewStuff.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 = "E4B69B5A0A3A1756003C02F2" + BuildableName = "emptyExample.app" + BlueprintName = "emptyExample" + ReferencedContainer = "container:NewStuff.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 = "E4B69B5A0A3A1756003C02F2" + BuildableName = "emptyExample.app" + BlueprintName = "emptyExample" + ReferencedContainer = "container:NewStuff.xcodeproj"> + </BuildableReference> + </BuildableProductRunnable> + <AdditionalOptions> + </AdditionalOptions> + </LaunchAction> + <ProfileAction + shouldUseLaunchSchemeArgsEnv = "YES" + savedToolIdentifier = "" + useCustomWorkingDirectory = "NO" + buildConfiguration = "Release" + debugDocumentVersioning = "YES"> + <BuildableProductRunnable> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "E4B69B5A0A3A1756003C02F2" + BuildableName = "emptyExample.app" + BlueprintName = "emptyExample" + ReferencedContainer = "container:NewStuff.xcodeproj"> + </BuildableReference> + </BuildableProductRunnable> + </ProfileAction> + <AnalyzeAction + buildConfiguration = "Debug"> + </AnalyzeAction> + <ArchiveAction + buildConfiguration = "Release" + revealArchiveInOrganizer = "YES"> + </ArchiveAction> +</Scheme> diff --git a/ofxMaxim/ofxMaximExample_0.8.4_OSX/NewStuff.xcodeproj/xcuserdata/mick.xcuserdatad/xcschemes/xcschememanagement.plist b/ofxMaxim/ofxMaximExample_0.8.4_OSX/NewStuff.xcodeproj/xcuserdata/mick.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..2fe06ee --- /dev/null +++ b/ofxMaxim/ofxMaximExample_0.8.4_OSX/NewStuff.xcodeproj/xcuserdata/mick.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>SchemeUserState</key> + <dict> + <key>emptyExample Debug.xcscheme_^#shared#^_</key> + <dict> + <key>orderHint</key> + <integer>0</integer> + </dict> + <key>emptyExample Release.xcscheme_^#shared#^_</key> + <dict> + <key>orderHint</key> + <integer>1</integer> + </dict> + <key>emptyExample.xcscheme</key> + <dict> + <key>orderHint</key> + <integer>2</integer> + </dict> + </dict> + <key>SuppressBuildableAutocreation</key> + <dict> + <key>E4B69B5A0A3A1756003C02F2</key> + <dict> + <key>primary</key> + <true/> + </dict> + </dict> +</dict> +</plist> |
