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
Outset is a utility application which automatically processes scripts and packages during the boot sequence, user logins, or on demand.
7
7
@@ -36,7 +36,7 @@ Outset is a utility application which automatically processes scripts and packag
36
36
37
37
## Credits
38
38
39
-
Outset 4 is a direct feature for feature (almost) update of outset by [Joseph Chilcote](https://github.com/chilcote) written in Swift.
39
+
Outset 4 is a swift port of outset by [Joseph Chilcote](https://github.com/chilcote)
40
40
41
41
Maintained by [MacAdmins Open Source](https://macadmins.io) and [Bart Reardon](https://github.com/bartreardon)
42
42
@@ -51,16 +51,18 @@ Future releases may also remove the capability to install packages as this also
51
51
Classic outset is available if required [as a legacy release](https://github.com/macadmins/outset/tree/main/legacy)
52
52
53
53
_Note: Classic outset, while available in this repository, is no longer maintained and there are no plans for any future updates_
54
-
Apart from the `Outset` app, the pkg also includes some other files:
54
+
55
+
---
55
56
56
57
#### Agents
57
-
`/Library/LaunchDaemons/``/Library/LaunchAgents/`
58
58
59
-
Updated with the `AssociatedBundleIdentifiers` key so under macOS 13, Login Items show everything under the 'Outset' title
59
+
These are installed and operate Outset in its various modes of operation during boot or login.
60
+
61
+
These include the `AssociatedBundleIdentifiers` key so under macOS 13 or later, Login Items will show the unified 'Outset' title and icon.
0 commit comments