You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This stops building `qlview` as a command-line application and makes
it a normal app instead. As an app, it now supports a new URL scheme
`qlview:/path/to/file` that allows opening documents from the
command-line simply via `open`. The advantage of that approach is that
we no longer end up start up separate `qlview` instances for each
document being opened.
We also switch from distributing a ZIP file to a more standard DMG.
0 commit comments