Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created December 1, 2024 19:04
Show Gist options
  • Save rtrouton/879d75540c3d34b1d23fa45bfcc03451 to your computer and use it in GitHub Desktop.
Save rtrouton/879d75540c3d34b1d23fa45bfcc03451 to your computer and use it in GitHub Desktop.
<?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">
<dict>
<key>PayloadUUID</key>
<string>2857BC2F-FC70-4F9E-B5AE-F1DC56ECC79B</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadOrganization</key>
<string>Company Name</string>
<key>PayloadIdentifier</key>
<string>2857BC2F-FC70-4F9E-B5AE-F1DC56ECC79B</string>
<key>PayloadDisplayName</key>
<string>Configure Privileges Post Action App Store</string>
<key>PayloadDescription</key>
<string>Configure Privileges to launch the Mac App Store as a post action.</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadEnabled</key>
<true/>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadDisplayName</key>
<string>Custom Settings</string>
<key>PayloadIdentifier</key>
<string>C667AE87-34F2-4CC4-B87E-70242EFD6E50</string>
<key>PayloadOrganization</key>
<string>Company Name</string>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadUUID</key>
<string>C667AE87-34F2-4CC4-B87E-70242EFD6E50</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadContent</key>
<dict>
<key>corp.sap.privileges</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>PostChangeActionOnGrantOnly</key>
<false/>
<key>PostChangeExecutablePath</key>
<string>/System/Applications/App Store.app</string>
</dict>
</dict>
</array>
</dict>
</dict>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment