Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.
Clayton Burlison edited this page Mar 16, 2016 · 6 revisions

Table of Contents

  1. How can I remove pinpoint?
  2. How can I reset Location Services?

How can I remove pinpoint?

sudo rm -rf /Library/Application\ Support/pinpoint/
sudo rm -f /Library/LaunchDaemons/com.clburlison.pinpoint.plist
sudo rm -f /Library/Preferences/com.clburlison.pinpoint.plist

How can I reset Location Services?

If location services becomes broken or unstable due to manually playing with /var/db/locationd/clients.plist you can reset the service with the following script. reset_location_services.py

Note: this is not needed for normal pinpoint operations. However for development/testing purposes this process is useful.