STPrivilegedTask Versions Save

An NSTask-like wrapper around the macOS Security Framework's AuthorizationExecuteWithPrivileges function to run shell commands with root privileges in Objective-C / Cocoa.

1.0.8

4 years ago
  • Updated to require ARC
  • Better documentation of source code

1.0.7

5 years ago

1.0.6

7 years ago

1.0.5

7 years ago

New [STPrivilegedTask authorizationFunctionAvailable] function, to check if the class works on the current system.

1.0.3

7 years ago
  • Fixed issue #14, Wrong terminationStatus due to not using WEXITSTATUS…
  • Minor code cleanup

1.0.2

8 years ago