Skip to content

MykolaBalakin/PackageUninstaller

 
 

Repository files navigation

###Introduction

Bitdeli Badge

It's really annoying that Apps installed by pkg files don't provide a way to uninstall them. Package Uninstaller is kind of Proof of Concept to solve this problem. It will list all your installer receipts and you can uninstall them with just one click.

###Why not CleanMyMac/AppZapper...?

  • for fun
  • different focus, Package Uninstaller focus on apps installed by Apple Installer.

###ScreenShot

###Build

  • git submodule update --init
  • Create a Self Signed Root/Code Signing named "Developer ID Application: In House Only" from KeyChain Acess.app
  • Update your codesign certificate if you have enrolled Mac Developer Program:
    • key SMPrivilegedExecutables in PackageUninstallerApp-Info.plist
    • key SMAuthorizedClients in PackageUninstallerHelper-Info.plist
  • Open PackageUninstaller.xcodeproj, Click Product -> Archive

###Downloads

Download from sourceforge

###TODO

###Credit

###License

The MIT License (MIT)

About

A general apple installer package uninstaller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.9%
  • Objective-C 13.0%
  • Shell 0.1%