Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save n8felton/688836772f1ea6ba510d4904d5022d1b to your computer and use it in GitHub Desktop.
Save n8felton/688836772f1ea6ba510d4904d5022d1b to your computer and use it in GitHub Desktop.
Slack AutoUpdate MDM Profile
<?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>AutoUpdate</key>
<false/>
<key>PayloadIdentifier</key>
<string>com.tinyspeck.slackmacgap.4dbe126e-76ef-4c7b-9c8e-b19aaf5a111c</string>
<key>PayloadType</key>
<string>com.tinyspeck.slackmacgap</string>
<key>PayloadUUID</key>
<string>4dbe126e-76ef-4c7b-9c8e-b19aaf5a111c</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string>Configures Slack AutoUpdate</string>
<key>PayloadDisplayName</key>
<string>Slack AutoUpdate</string>
<key>PayloadIdentifier</key>
<string>com.tinyspeck.slackmacgap.87f5d1ab-42c7-407b-90d0-a0f2399f20ac</string>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>87f5d1ab-42c7-407b-90d0-a0f2399f20ac</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