diff options
author | Eddie Ehlin <eddiex@eddiex.se> | 2012-12-31 02:31:27 +0100 |
---|---|---|
committer | Eddie Ehlin <eddiex@eddiex.se> | 2012-12-31 02:31:27 +0100 |
commit | 7b2b3bc71263e40b773ab32b2af8901c1d8ac786 (patch) | |
tree | 6cd0a1128e5d5ed83c5531d52ca24cec54c41c5c /iBean/iBean.xcodeproj/xcuserdata/eddiex.xcuserdatad | |
parent | a688c1566fe6a4eccc4ad5c5aaf5fadd79efef18 (diff) | |
download | iBean-7b2b3bc71263e40b773ab32b2af8901c1d8ac786.tar.gz iBean-7b2b3bc71263e40b773ab32b2af8901c1d8ac786.zip |
Added new xcode project for iBean (with core data). InstaBean functionality is now completed.
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> |