Skip to content

Instantly share code, notes, and snippets.

@bruienne
Last active October 5, 2016 09:29
Show Gist options
  • Save bruienne/2b92cbf560522e170aca to your computer and use it in GitHub Desktop.
Save bruienne/2b92cbf560522e170aca to your computer and use it in GitHub Desktop.
Spotlight suggestions profile skeleton
<?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.Spotlight</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>__NSEnableTSMDocumentWindowLevel</key>
<true/>
<key>orderedItems</key>
<array>
<dict>
<key>enabled</key>
<true/>
<key>name</key>
<string>APPLICATIONS</string>
</dict>
<dict>
<key>enabled</key>
<false/>
<key>name</key>
<string>MENU_SPOTLIGHT_SUGGESTIONS</string>
</dict>
<dict>
<key>enabled</key>
<true/>
<key>name</key>
<string>MENU_CONVERSION</string>
</dict>
<dict>
<key>enabled</key>
<true/>
<key>name</key>
<string>MENU_EXPRESSION</string>
</dict>
<dict>
<key>enabled</key>
<true/>
<key>name</key>
<string>MENU_DEFINITION</string>
</dict>
<dict>
<key>enabled</key>
<true/>
<key>name</key>
<string>SYSTEM_PREFS</string>
</dict>
<dict>
<key>enabled</key>
<true/>
<key>name</key>
<string>DOCUMENTS</string>
</dict>
<dict>
<key>enabled</key>
<true/>
<key>name</key>
<string>DIRECTORIES</string>
</dict>
<dict>
<key>enabled</key>
<true/>
<key>name</key>
<string>PRESENTATIONS</string>
</dict>
<dict>
<key>enabled</key>
<true/>
<key>name</key>
<string>SPREADSHEETS</string>
</dict>
<dict>
<key>enabled</key>
<true/>
<key>name</key>
<string>PDF</string>
</dict>
<dict>
<key>enabled</key>
<true/>
<key>name</key>
<string>MESSAGES</string>
</dict>
<dict>
<key>enabled</key>
<true/>
<key>name</key>
<string>CONTACT</string>
</dict>
<dict>
<key>enabled</key>
<true/>
<key>name</key>
<string>EVENT_TODO</string>
</dict>
<dict>
<key>enabled</key>
<true/>
<key>name</key>
<string>IMAGES</string>
</dict>
<dict>
<key>enabled</key>
<true/>
<key>name</key>
<string>BOOKMARKS</string>
</dict>
<dict>
<key>enabled</key>
<true/>
<key>name</key>
<string>MUSIC</string>
</dict>
<dict>
<key>enabled</key>
<true/>
<key>name</key>
<string>MOVIES</string>
</dict>
<dict>
<key>enabled</key>
<true/>
<key>name</key>
<string>FONTS</string>
</dict>
<dict>
<key>enabled</key>
<true/>
<key>name</key>
<string>MENU_OTHER</string>
</dict>
<dict>
<key>enabled</key>
<false/>
<key>name</key>
<string>MENU_WEBSEARCH</string>
</dict>
</array>
<key>showedFTE</key>
<true/>
<key>showedLearnMore</key>
<true/>
<key>useCount</key>
<integer>1</integer>
<key>version</key>
<integer>7</integer>
</dict>
</dict>
</array>
</dict>
</dict>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>MCXToProfile.f1f976b6-66ee-4616-bd01-dcea8ffefea7.alacarte.customsettings.617c90a6-1cd6-4e1d-b051-2a5794b68d41</string>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadUUID</key>
<string>617c90a6-1cd6-4e1d-b051-2a5794b68d41</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string>Included custom settings:
com.apple.Spotlight
</string>
<key>PayloadDisplayName</key>
<string>com.apple.Spotlight</string>
<key>PayloadIdentifier</key>
<string>org.mine.spotlight</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>f1f976b6-66ee-4616-bd01-dcea8ffefea7</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment