contains a lot of fixes and tweaks etc to code style etc. some re-named functions and extra processing.
addition of 'login-window processing which runs as an agent, not a daemon (enforced by the OS)
added a bunch more logging including logs to /usr/local/outset/logs/
moved OSLog declaration so it's not being initiated every time a log is written
moved outset to Outset in a number of places
added swiftlint to enforce code and style conventions.
update to README.md (@kevinmcox)
With this PR I'm thinking of a feature freeze and building the next release as a beta.
contains a lot of fixes and tweaks etc to code style etc. some re-named functions and extra processing.
addition of
'login-window
processing which runs as an agent, not a daemon (enforced by the OS) added a bunch more logging including logs to/usr/local/outset/logs/
moved OSLog declaration so it's not being initiated every time a log is written movedoutset
toOutset
in a number of places added swiftlint to enforce code and style conventions.update to README.md (@kevinmcox)
With this PR I'm thinking of a feature freeze and building the next release as a beta.