diff options
Diffstat (limited to 'iBean/iBean.xcodeproj/xcuserdata/eddiex.xcuserdatad')
| -rw-r--r-- | iBean/iBean.xcodeproj/xcuserdata/eddiex.xcuserdatad/xcschemes/iBean.xcscheme | 86 | ||||
| -rw-r--r-- | iBean/iBean.xcodeproj/xcuserdata/eddiex.xcuserdatad/xcschemes/xcschememanagement.plist | 22 | 
2 files changed, 108 insertions, 0 deletions
diff --git a/iBean/iBean.xcodeproj/xcuserdata/eddiex.xcuserdatad/xcschemes/iBean.xcscheme b/iBean/iBean.xcodeproj/xcuserdata/eddiex.xcuserdatad/xcschemes/iBean.xcscheme new file mode 100644 index 0000000..af7d4c1 --- /dev/null +++ b/iBean/iBean.xcodeproj/xcuserdata/eddiex.xcuserdatad/xcschemes/iBean.xcscheme @@ -0,0 +1,86 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Scheme +   LastUpgradeVersion = "0450" +   version = "1.3"> +   <BuildAction +      parallelizeBuildables = "YES" +      buildImplicitDependencies = "YES"> +      <BuildActionEntries> +         <BuildActionEntry +            buildForTesting = "YES" +            buildForRunning = "YES" +            buildForProfiling = "YES" +            buildForArchiving = "YES" +            buildForAnalyzing = "YES"> +            <BuildableReference +               BuildableIdentifier = "primary" +               BlueprintIdentifier = "020C55921691014E00D8224C" +               BuildableName = "iBean.app" +               BlueprintName = "iBean" +               ReferencedContainer = "container:iBean.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 = "020C55921691014E00D8224C" +            BuildableName = "iBean.app" +            BlueprintName = "iBean" +            ReferencedContainer = "container:iBean.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 = "020C55921691014E00D8224C" +            BuildableName = "iBean.app" +            BlueprintName = "iBean" +            ReferencedContainer = "container:iBean.xcodeproj"> +         </BuildableReference> +      </BuildableProductRunnable> +      <AdditionalOptions> +      </AdditionalOptions> +   </LaunchAction> +   <ProfileAction +      shouldUseLaunchSchemeArgsEnv = "YES" +      savedToolIdentifier = "" +      useCustomWorkingDirectory = "NO" +      buildConfiguration = "Release" +      debugDocumentVersioning = "YES"> +      <BuildableProductRunnable> +         <BuildableReference +            BuildableIdentifier = "primary" +            BlueprintIdentifier = "020C55921691014E00D8224C" +            BuildableName = "iBean.app" +            BlueprintName = "iBean" +            ReferencedContainer = "container:iBean.xcodeproj"> +         </BuildableReference> +      </BuildableProductRunnable> +   </ProfileAction> +   <AnalyzeAction +      buildConfiguration = "Debug"> +   </AnalyzeAction> +   <ArchiveAction +      buildConfiguration = "Release" +      revealArchiveInOrganizer = "YES"> +   </ArchiveAction> +</Scheme> diff --git a/iBean/iBean.xcodeproj/xcuserdata/eddiex.xcuserdatad/xcschemes/xcschememanagement.plist b/iBean/iBean.xcodeproj/xcuserdata/eddiex.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..3bbacda --- /dev/null +++ b/iBean/iBean.xcodeproj/xcuserdata/eddiex.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ +<?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>iBean.xcscheme</key> +		<dict> +			<key>orderHint</key> +			<integer>0</integer> +		</dict> +	</dict> +	<key>SuppressBuildableAutocreation</key> +	<dict> +		<key>020C55921691014E00D8224C</key> +		<dict> +			<key>primary</key> +			<true/> +		</dict> +	</dict> +</dict> +</plist>  | 
