diff --git a/.travis.yml b/.travis.yml
index 9be38090..c0c02d01 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,8 @@ script:
- xcodebuild -workspace speculid.xcworkspace -scheme "CairoSVG-Flags" -derivedDataPath ./build build -configuration "Release"
- xcodebuild archive -workspace speculid.xcworkspace -scheme "Speculid-Mac-App" -configuration Release -derivedDataPath ./build -archivePath ./build/Products/Speculid.xcarchive
- xcodebuild -exportArchive -archivePath ./build/Products/Speculid.xcarchive -exportOptionsPlist ./exportOptions.plist -exportPath ./build/Products/App
+ - open Build/Products/App/Speculid.app
+ - osascript -e 'tell application "Speculid" to quit'
#- diff examples/shasum <(./shasum.sh)
#- xcodebuild -workspace speculid.xcworkspace -scheme Speculid test
# after_success:
diff --git a/Speculid.xcodeproj/xcshareddata/xcschemes/Speculid-Mac-App.xcscheme b/Speculid.xcodeproj/xcshareddata/xcschemes/Speculid-Mac-App.xcscheme
index 40792e0b..d8de0f8b 100644
--- a/Speculid.xcodeproj/xcshareddata/xcschemes/Speculid-Mac-App.xcscheme
+++ b/Speculid.xcodeproj/xcshareddata/xcschemes/Speculid-Mac-App.xcscheme
@@ -67,7 +67,7 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
- launchStyle = "0"
+ launchStyle = "1"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
@@ -88,6 +88,10 @@
argument = "-help"
isEnabled = "NO">
+
+