Skip to content

Instantly share code, notes, and snippets.

@gregneagle
Created February 19, 2015 16:31
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregneagle/0774108ef15f345bd36c to your computer and use it in GitHub Desktop.
Save gregneagle/0774108ef15f345bd36c to your computer and use it in GitHub Desktop.
VPN menu payload
<dict>
<key>PayloadContent</key>
<dict>
<key>com.apple.mcxMenuExtras</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>VPN.menu</key>
<true/>
</dict>
</dict>
</array>
</dict>
</dict>
<key>PayloadDisplayName</key>
<string>Custom: (com.apple.mcxMenuExtras)</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>com.foo.762760d0-ab24-012e-61b3-001f5b3dddd0.alacarte.customsettings.b63d85a0-e6e5-012e-61b7-001f5b3dddd0</string>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadUUID</key>
<string>b63d85a0-e6e5-012e-61b7-001f5b3dddd0</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment