diff options
author | rowanbeentje <rowan@beent.je> | 2015-05-25 22:22:55 +0100 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2015-05-29 22:33:44 +0100 |
commit | adae108f52f2759e3e690160552182e65a716f18 (patch) | |
tree | 1f2eb31dfe5d048c6658e85306ace0cc4f4ffec8 /sequel-pro.xcodeproj/xcshareddata/xcschemes/Sequel Pro Release Build (10.6+).xcscheme | |
parent | c7488d7bd4b6cc20170e463b4d743cd27fc15b46 (diff) | |
download | sequelpro-adae108f52f2759e3e690160552182e65a716f18.tar.gz sequelpro-adae108f52f2759e3e690160552182e65a716f18.tar.bz2 sequelpro-adae108f52f2759e3e690160552182e65a716f18.zip |
Rework distribution code signing, amending it to support version 2 resource envelopes, and add a Scheme which invokes it as part of building
Diffstat (limited to 'sequel-pro.xcodeproj/xcshareddata/xcschemes/Sequel Pro Release Build (10.6+).xcscheme')
-rw-r--r-- | sequel-pro.xcodeproj/xcshareddata/xcschemes/Sequel Pro Release Build (10.6+).xcscheme | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/sequel-pro.xcodeproj/xcshareddata/xcschemes/Sequel Pro Release Build (10.6+).xcscheme b/sequel-pro.xcodeproj/xcshareddata/xcschemes/Sequel Pro Release Build (10.6+).xcscheme new file mode 100644 index 00000000..a3785caa --- /dev/null +++ b/sequel-pro.xcodeproj/xcshareddata/xcschemes/Sequel Pro Release Build (10.6+).xcscheme @@ -0,0 +1,107 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Scheme + LastUpgradeVersion = "0510" + version = "1.3"> + <BuildAction + parallelizeBuildables = "YES" + buildImplicitDependencies = "YES"> + <PostActions> + <ExecutionAction + ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction"> + <ActionContent + title = "Run Script" + scriptText = "Scripts/build.sh"> + </ActionContent> + </ExecutionAction> + </PostActions> + <BuildActionEntries> + <BuildActionEntry + buildForTesting = "YES" + buildForRunning = "YES" + buildForProfiling = "YES" + buildForArchiving = "YES" + buildForAnalyzing = "YES"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "8D15AC270486D014006FF6A4" + BuildableName = "Sequel Pro.app" + BlueprintName = "Sequel Pro" + ReferencedContainer = "container:sequel-pro.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 = "380F4ED80FC0B50500B0BFD7" + BuildableName = "Unit Tests.octest" + BlueprintName = "Unit Tests" + ReferencedContainer = "container:sequel-pro.xcodeproj"> + </BuildableReference> + </TestableReference> + </Testables> + <MacroExpansion> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "8D15AC270486D014006FF6A4" + BuildableName = "Sequel Pro.app" + BlueprintName = "Sequel Pro" + ReferencedContainer = "container:sequel-pro.xcodeproj"> + </BuildableReference> + </MacroExpansion> + </TestAction> + <LaunchAction + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + launchStyle = "0" + useCustomWorkingDirectory = "NO" + buildConfiguration = "Distribution" + ignoresPersistentStateOnLaunch = "NO" + debugDocumentVersioning = "YES" + allowLocationSimulation = "YES"> + <BuildableProductRunnable + runnableDebuggingMode = "0"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "8D15AC270486D014006FF6A4" + BuildableName = "Sequel Pro.app" + BlueprintName = "Sequel Pro" + ReferencedContainer = "container:sequel-pro.xcodeproj"> + </BuildableReference> + </BuildableProductRunnable> + <AdditionalOptions> + </AdditionalOptions> + </LaunchAction> + <ProfileAction + shouldUseLaunchSchemeArgsEnv = "YES" + savedToolIdentifier = "" + useCustomWorkingDirectory = "NO" + buildConfiguration = "Release" + debugDocumentVersioning = "YES"> + <BuildableProductRunnable + runnableDebuggingMode = "0"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "8D15AC270486D014006FF6A4" + BuildableName = "Sequel Pro.app" + BlueprintName = "Sequel Pro" + ReferencedContainer = "container:sequel-pro.xcodeproj"> + </BuildableReference> + </BuildableProductRunnable> + </ProfileAction> + <AnalyzeAction + buildConfiguration = "Debug"> + </AnalyzeAction> + <ArchiveAction + buildConfiguration = "Distribution" + revealArchiveInOrganizer = "YES"> + </ArchiveAction> +</Scheme> |