diff options
| author | mo khan <mo@mokhan.ca> | 2013-06-10 20:40:57 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-06-10 20:40:57 -0600 |
| commit | 2d4a2ebf70ce7916da42f0f64f8298a214daa55d (patch) | |
| tree | 4e1c9aca017cab2450ca5ccc9e631d7808518e36 /KVO/KVO.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes | |
| parent | ef5554041c6015d9bd9b762ee0e23ec268486310 (diff) | |
Diffstat (limited to 'KVO/KVO.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes')
| -rw-r--r-- | KVO/KVO.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/KVO.xcscheme | 96 | ||||
| -rw-r--r-- | KVO/KVO.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist | 27 |
2 files changed, 123 insertions, 0 deletions
diff --git a/KVO/KVO.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/KVO.xcscheme b/KVO/KVO.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/KVO.xcscheme new file mode 100644 index 0000000..feee3d9 --- /dev/null +++ b/KVO/KVO.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/KVO.xcscheme @@ -0,0 +1,96 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Scheme + LastUpgradeVersion = "0460" + version = "1.3"> + <BuildAction + parallelizeBuildables = "YES" + buildImplicitDependencies = "YES"> + <BuildActionEntries> + <BuildActionEntry + buildForTesting = "YES" + buildForRunning = "YES" + buildForProfiling = "YES" + buildForArchiving = "YES" + buildForAnalyzing = "YES"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "CDFBFC1A175EBDF7000A0768" + BuildableName = "KVO.app" + BlueprintName = "KVO" + ReferencedContainer = "container:KVO.xcodeproj"> + </BuildableReference> + </BuildActionEntry> + </BuildActionEntries> + </BuildAction> + <TestAction + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + shouldUseLaunchSchemeArgsEnv = "YES" + buildConfiguration = "Debug"> + <Testables> + <TestableReference + skipped = "NO"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "CDFBFC40175EBDF7000A0768" + BuildableName = "KVOTests.octest" + BlueprintName = "KVOTests" + ReferencedContainer = "container:KVO.xcodeproj"> + </BuildableReference> + </TestableReference> + </Testables> + <MacroExpansion> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "CDFBFC1A175EBDF7000A0768" + BuildableName = "KVO.app" + BlueprintName = "KVO" + ReferencedContainer = "container:KVO.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 = "CDFBFC1A175EBDF7000A0768" + BuildableName = "KVO.app" + BlueprintName = "KVO" + ReferencedContainer = "container:KVO.xcodeproj"> + </BuildableReference> + </BuildableProductRunnable> + <AdditionalOptions> + </AdditionalOptions> + </LaunchAction> + <ProfileAction + shouldUseLaunchSchemeArgsEnv = "YES" + savedToolIdentifier = "" + useCustomWorkingDirectory = "NO" + buildConfiguration = "Release" + debugDocumentVersioning = "YES"> + <BuildableProductRunnable> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "CDFBFC1A175EBDF7000A0768" + BuildableName = "KVO.app" + BlueprintName = "KVO" + ReferencedContainer = "container:KVO.xcodeproj"> + </BuildableReference> + </BuildableProductRunnable> + </ProfileAction> + <AnalyzeAction + buildConfiguration = "Debug"> + </AnalyzeAction> + <ArchiveAction + buildConfiguration = "Release" + revealArchiveInOrganizer = "YES"> + </ArchiveAction> +</Scheme> diff --git a/KVO/KVO.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist b/KVO/KVO.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..53cdfed --- /dev/null +++ b/KVO/KVO.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ +<?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>KVO.xcscheme</key> + <dict> + <key>orderHint</key> + <integer>0</integer> + </dict> + </dict> + <key>SuppressBuildableAutocreation</key> + <dict> + <key>CDFBFC1A175EBDF7000A0768</key> + <dict> + <key>primary</key> + <true/> + </dict> + <key>CDFBFC40175EBDF7000A0768</key> + <dict> + <key>primary</key> + <true/> + </dict> + </dict> +</dict> +</plist> |
