Skip to content

Instantly share code, notes, and snippets.

@carlashley
Created September 28, 2017 03:44
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlashley/0874fc5ba65897eff4ad38082e74ea38 to your computer and use it in GitHub Desktop.
Save carlashley/0874fc5ba65897eff4ad38082e74ea38 to your computer and use it in GitHub Desktop.
touristd notification prompts in macOS High Sierra
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadContent</key>
<dict>
<key>com.apple.touristd</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>firstOSLogin</key>
<date>2017-09-28T03:31:23Z</date>
<key>seed-notificationDueDate-f/Pn3F4RScOh+GUBKO9sRA</key>
<date>2017-09-28T07:31:23Z</date>
<key>seed-numNotifications-+trJt2VsTvK1yfPGwOySDw</key>
<string>0</string>
<key>seed-numNotifications-ETJeJ9/1QmmWUde7uK8fDg</key>
<string>0</string>
<key>seed-numNotifications-KwUoo0fRRM2VPmIm0V67xg</key>
<string>0</string>
<key>seed-numNotifications-LR2P9+rnQ2q9xSUy1ZgWOw</key>
<string>0</string>
<key>seed-numNotifications-MM3ne3nTR9eXFyVwZ5gN7Q</key>
<string>0</string>
<key>seed-numNotifications-b/dLke8ZTQaN9KKrxfwDQw</key>
<string>0</string>
<key>seed-numNotifications-f/Pn3F4RScOh+GUBKO9sRA</key>
<string>1</string>
<key>seed-numNotifications-lEDfW5O+SZe8KTQ93HGOPA</key>
<string>0</string>
<key>seed-viewed-f/Pn3F4RScOh+GUBKO9sRA</key>
<date>2017-09-28T03:31:46Z</date>
</dict>
</dict>
</array>
</dict>
</dict>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>MCXToProfile.7f91f626-a923-4fae-a53d-e966b6fac259.alacarte.customsettings.febd62c0-6279-4c53-aebb-318691883a96</string>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadUUID</key>
<string>febd62c0-6279-4c53-aebb-318691883a96</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string>Included custom settings:
com.apple.touristd
</string>
<key>PayloadDisplayName</key>
<string>MCXToProfile: com.apple.touristd</string>
<key>PayloadIdentifier</key>
<string>touristd</string>
<key>PayloadOrganization</key>
<string></string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>7f91f626-a923-4fae-a53d-e966b6fac259</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
@trickfilm
Copy link

This worked great for me on OS 10.13 but 10.14 seems to have broken it. Anyone got an updated solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment