Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Compare: Preferences

Showing with 76 additions and 17 deletions.
  1. +1 βˆ’1 AutoPkg.md
  2. +40 βˆ’10 Home.md
  3. +25 βˆ’3 MunkiReport-Setup.md
  4. +9 βˆ’2 Preferences.md
  5. +1 βˆ’1 Troubleshooting.md
11 changes: 9 additions & 2 deletions Preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ pinpoint stores its configuration info in the `com.clburlison.pinpoint` preferen
| CheckWaitTime | integer | 1800 | The time in seconds, before another lookup will take place. The LaunchDaemon will run every 10 minutes, as such with the default of 1800 it will wait ~30 minutes before another lookup takes place. |
| DisableWireless | boolean | False | With this enabled pinpoint will disable airport adapters if they are turned turned on earlier in the run. This in conjunction with the EnableWireless will allow you to complete lookups on devices that normally have wireless disabled and return the state of the device. |
| EnableWireless | boolean | False | With this enabled pinpoint will enable airport adapters if they are turned off prior to a lookup. pinpoint will leave the adapter turned on at the end of the run. |
| GoogleApiKey | string | 'none' | API key for using the Google location service api. **Requires** v2.0.1.[Get your key here]. |
| LookupService | string | apple | This allows you to choose which lookup service you wish to use. Supported values: `apple` or `google`. |

## Sample

Here's a sample of /Library/Preferences/com.clburlison.pinpoint.plist:
Here's a sample of `/Library/Preferences/com.clburlison.pinpoint.plist`:

```xml
<?xml version="1.0" encoding="UTF-8"?>
Expand All @@ -32,9 +33,15 @@ Here's a sample of /Library/Preferences/com.clburlison.pinpoint.plist:
<false>
<key>EnableWireless</key>
<false/>
<key>GoogleApiKey</key>
<string>none</string>
<key>LookupService</key>
<string>apple</string>
</dict>
</plist>

```
```


<!-- URLs -->
[Get your key here]: https://developers.google.com/maps/documentation/geolocation/get-api-key