diff options
author | Vincent Bénony | 2015-12-01 21:27:33 +0100 |
---|---|---|
committer | Vincent Bénony | 2016-01-06 15:35:33 +0100 |
commit | a6477e8ea07c7686d82703ef6a3abbc0aee718ae (patch) | |
tree | 2fb8004918499da57d6ea688e211aa774d654524 /dists/iphone/scummvm.xcodeproj/xcshareddata/xcschemes/ScummVM-iPhone.xcscheme | |
parent | 0708d9bd94600fcb12638f22618132685a894402 (diff) | |
download | scummvm-rg350-a6477e8ea07c7686d82703ef6a3abbc0aee718ae.tar.gz scummvm-rg350-a6477e8ea07c7686d82703ef6a3abbc0aee718ae.tar.bz2 scummvm-rg350-a6477e8ea07c7686d82703ef6a3abbc0aee718ae.zip |
IOS: Adds a temporary Xcode project
This project will be removed once the "create_project" tool is complete.
Diffstat (limited to 'dists/iphone/scummvm.xcodeproj/xcshareddata/xcschemes/ScummVM-iPhone.xcscheme')
-rw-r--r-- | dists/iphone/scummvm.xcodeproj/xcshareddata/xcschemes/ScummVM-iPhone.xcscheme | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/dists/iphone/scummvm.xcodeproj/xcshareddata/xcschemes/ScummVM-iPhone.xcscheme b/dists/iphone/scummvm.xcodeproj/xcshareddata/xcschemes/ScummVM-iPhone.xcscheme new file mode 100644 index 0000000000..40c0b19b25 --- /dev/null +++ b/dists/iphone/scummvm.xcodeproj/xcshareddata/xcschemes/ScummVM-iPhone.xcscheme @@ -0,0 +1,91 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Scheme + LastUpgradeVersion = "0710" + version = "1.3"> + <BuildAction + parallelizeBuildables = "YES" + buildImplicitDependencies = "YES"> + <BuildActionEntries> + <BuildActionEntry + buildForTesting = "YES" + buildForRunning = "YES" + buildForProfiling = "YES" + buildForArchiving = "YES" + buildForAnalyzing = "YES"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "CDC36368155F4B8EB82E1878" + BuildableName = "ScummVM.app" + BlueprintName = "ScummVM-iPhone" + ReferencedContainer = "container:scummvm.xcodeproj"> + </BuildableReference> + </BuildActionEntry> + </BuildActionEntries> + </BuildAction> + <TestAction + buildConfiguration = "Debug" + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + shouldUseLaunchSchemeArgsEnv = "YES"> + <Testables> + </Testables> + <MacroExpansion> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "CDC36368155F4B8EB82E1878" + BuildableName = "ScummVM.app" + BlueprintName = "ScummVM-iPhone" + ReferencedContainer = "container:scummvm.xcodeproj"> + </BuildableReference> + </MacroExpansion> + <AdditionalOptions> + </AdditionalOptions> + </TestAction> + <LaunchAction + buildConfiguration = "Debug" + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + launchStyle = "0" + useCustomWorkingDirectory = "NO" + ignoresPersistentStateOnLaunch = "NO" + debugDocumentVersioning = "YES" + debugServiceExtension = "internal" + allowLocationSimulation = "YES"> + <BuildableProductRunnable + runnableDebuggingMode = "0"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "CDC36368155F4B8EB82E1878" + BuildableName = "ScummVM.app" + BlueprintName = "ScummVM-iPhone" + ReferencedContainer = "container:scummvm.xcodeproj"> + </BuildableReference> + </BuildableProductRunnable> + <AdditionalOptions> + </AdditionalOptions> + </LaunchAction> + <ProfileAction + buildConfiguration = "Release" + shouldUseLaunchSchemeArgsEnv = "YES" + savedToolIdentifier = "" + useCustomWorkingDirectory = "NO" + debugDocumentVersioning = "YES"> + <BuildableProductRunnable + runnableDebuggingMode = "0"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "CDC36368155F4B8EB82E1878" + BuildableName = "ScummVM.app" + BlueprintName = "ScummVM-iPhone" + ReferencedContainer = "container:scummvm.xcodeproj"> + </BuildableReference> + </BuildableProductRunnable> + </ProfileAction> + <AnalyzeAction + buildConfiguration = "Debug"> + </AnalyzeAction> + <ArchiveAction + buildConfiguration = "Release" + revealArchiveInOrganizer = "YES"> + </ArchiveAction> +</Scheme> |