Hi guys,
I love DeprecationNotifier from the Google macops team. It's used as a way to get users to update their systems. The thing is, I'm struggling to get it deployed.
So it's supposed to work as a launchagent. X Code spits out a .app file which isn't really an app which can be installed so packaging it fails. It essentially only has to run at boot and it works.
What would be the best way to get this up and running on client machines and how?