Skip to content

Commit

Permalink
working on fixing command line args
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Nov 8, 2017
1 parent 70c1ca7 commit 7860711
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -88,6 +88,10 @@
argument = "-help"
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "&quot;${SRCROOT}/__archive/examples/Assets/macOS AppIcon.speculid&quot;"
isEnabled = "YES">
</CommandLineArgument>
<CommandLineArgument
argument = "&quot;${SRCROOT}/applications/mac/assets/svg-appicon.speculid&quot;"
isEnabled = "NO">
Expand Down

0 comments on commit 7860711

Please sign in to comment.