Skip to content
Snippets Groups Projects
Commit 3385971f authored by broman's avatar broman :speech_balloon:
Browse files

Merge branch 'master' into 'test-settings-view'

# Conflicts:
#   Screenshottr.xcodeproj/project.pbxproj
#   Screenshottr/PomfManager.swift
parents 12fcf577 09e6e693
No related branches found
No related tags found
1 merge request!1Add settings menu, add drag and drop functionality
...@@ -336,7 +336,7 @@ ...@@ -336,7 +336,7 @@
files = ( files = (
); );
inputPaths = ( inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-Screenshottr/Pods-Screenshottr-frameworks.sh", "${PODS_ROOT}/Target Support Files/Pods-Screenshottr/Pods-Screenshottr-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework", "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
"${BUILT_PRODUCTS_DIR}/SKQueue/SKQueue.framework", "${BUILT_PRODUCTS_DIR}/SKQueue/SKQueue.framework",
); );
...@@ -347,7 +347,7 @@ ...@@ -347,7 +347,7 @@
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh; shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Screenshottr/Pods-Screenshottr-frameworks.sh\"\n"; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Screenshottr/Pods-Screenshottr-frameworks.sh\"\n";
showEnvVarsInLog = 0; showEnvVarsInLog = 0;
}; };
5A8E306794788F5AFD30748E /* [CP] Check Pods Manifest.lock */ = { 5A8E306794788F5AFD30748E /* [CP] Check Pods Manifest.lock */ = {
......
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1020"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4279D57F1F4686AB00558889"
BuildableName = "Screenshottr.app"
BlueprintName = "Screenshottr"
ReferencedContainer = "container:Screenshottr.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 = "4279D57F1F4686AB00558889"
BuildableName = "Screenshottr.app"
BlueprintName = "Screenshottr"
ReferencedContainer = "container:Screenshottr.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 = "4279D57F1F4686AB00558889"
BuildableName = "Screenshottr.app"
BlueprintName = "Screenshottr"
ReferencedContainer = "container:Screenshottr.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4279D57F1F4686AB00558889"
BuildableName = "Screenshottr.app"
BlueprintName = "Screenshottr"
ReferencedContainer = "container:Screenshottr.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
...@@ -66,7 +66,7 @@ class PomfManager { ...@@ -66,7 +66,7 @@ class PomfManager {
} }
case let .failure(encodingError): case let .failure(encodingError):
print(encodingError) print(encodingError)
completionHandler(encodingError, "https://google.com/") completionHandler(encodingError, "https://whats-th.is")
} }
} }
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment