diff options
Diffstat (limited to 'platform/ios/MuPDF.xcodeproj/xcshareddata/xcschemes/MuPDF.xcscheme')
-rw-r--r-- | platform/ios/MuPDF.xcodeproj/xcshareddata/xcschemes/MuPDF.xcscheme | 109 |
1 files changed, 0 insertions, 109 deletions
diff --git a/platform/ios/MuPDF.xcodeproj/xcshareddata/xcschemes/MuPDF.xcscheme b/platform/ios/MuPDF.xcodeproj/xcshareddata/xcschemes/MuPDF.xcscheme deleted file mode 100644 index 493971bf..00000000 --- a/platform/ios/MuPDF.xcodeproj/xcshareddata/xcschemes/MuPDF.xcscheme +++ /dev/null @@ -1,109 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<Scheme - LastUpgradeVersion = "0810" - version = "1.7"> - <BuildAction - parallelizeBuildables = "YES" - buildImplicitDependencies = "YES"> - <BuildActionEntries> - <BuildActionEntry - buildForTesting = "YES" - buildForRunning = "YES" - buildForProfiling = "YES" - buildForArchiving = "YES" - buildForAnalyzing = "YES"> - <BuildableReference - BuildableIdentifier = "primary" - BlueprintIdentifier = "968E1E3C1779A54F0050CEA3" - BuildableName = "MuPDF.app" - BlueprintName = "MuPDF" - ReferencedContainer = "container:MuPDF.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 = "968E1E3C1779A54F0050CEA3" - BuildableName = "MuPDF.app" - BlueprintName = "MuPDF" - ReferencedContainer = "container:MuPDF.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 = "968E1E3C1779A54F0050CEA3" - BuildableName = "MuPDF.app" - BlueprintName = "MuPDF" - ReferencedContainer = "container:MuPDF.xcodeproj"> - </BuildableReference> - </BuildableProductRunnable> - <AdditionalOptions> - </AdditionalOptions> - </LaunchAction> - <ProfileAction - buildConfiguration = "Release" - shouldUseLaunchSchemeArgsEnv = "YES" - savedToolIdentifier = "" - useCustomWorkingDirectory = "NO" - debugDocumentVersioning = "YES"> - <BuildableProductRunnable - runnableDebuggingMode = "0"> - <BuildableReference - BuildableIdentifier = "primary" - BlueprintIdentifier = "968E1E3C1779A54F0050CEA3" - BuildableName = "MuPDF.app" - BlueprintName = "MuPDF" - ReferencedContainer = "container:MuPDF.xcodeproj"> - </BuildableReference> - </BuildableProductRunnable> - </ProfileAction> - <AnalyzeAction - buildConfiguration = "Debug"> - </AnalyzeAction> - <ArchiveAction - buildConfiguration = "Release" - revealArchiveInOrganizer = "YES"> - <PostActions> - <ExecutionAction - ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction"> - <ActionContent - title = "Run Script" - scriptText = "if [ "$COMMAND_LINE_POSTARCHIVE_SCRIPT" != "" ] ; then bash $COMMAND_LINE_POSTARCHIVE_SCRIPT RESULT=$? # Manually pass the result of the script back to the caller, as errors # that occur here do not cause the Archive step to fail. I believe this # is an Xcode bug. if [ "$COMMAND_LINE_POSTARCHIVE_SCRIPT_RESULT_FILE" != "" ] ; then echo $RESULT >$COMMAND_LINE_POSTARCHIVE_SCRIPT_RESULT_FILE fi fi exit 1 "> - <EnvironmentBuildable> - <BuildableReference - BuildableIdentifier = "primary" - BlueprintIdentifier = "968E1E3C1779A54F0050CEA3" - BuildableName = "MuPDF.app" - BlueprintName = "MuPDF" - ReferencedContainer = "container:MuPDF.xcodeproj"> - </BuildableReference> - </EnvironmentBuildable> - </ActionContent> - </ExecutionAction> - </PostActions> - </ArchiveAction> -</Scheme> |