Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save yaoxinghuo/68ad704283d04ab75538f8a6a05a9a27 to your computer and use it in GitHub Desktop.

Select an option

Save yaoxinghuo/68ad704283d04ab75538f8a6a05a9a27 to your computer and use it in GitHub Desktop.

Revisions

  1. @Explorare Explorare revised this gist Oct 24, 2016. No changes.
  2. @Explorare Explorare revised this gist Oct 24, 2016. No changes.
  3. @Explorare Explorare revised this gist Oct 24, 2016. No changes.
  4. @Explorare Explorare created this gist Oct 24, 2016.
    61 changes: 61 additions & 0 deletions com.google.Chrome.mobileconfig
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,61 @@
    <?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.google.Chrome</key>
    <dict>
    <key>Forced</key>
    <array>
    <dict>
    <key>mcx_preference_settings</key>
    <dict>
    <key>ExtensionInstallWhitelist</key>
    <array>
    <string>value01</string>
    <string>value02</string>
    <string>value03</string>
    </array>
    </dict>
    </dict>
    </array>
    </dict>
    </dict>
    <key>PayloadEnabled</key>
    <true/>
    <key>PayloadIdentifier</key>
    <string>MCXToProfile.7e2bec75-299e-44ff-b405-628007abffff.alacarte.customsettings.bdac4880-d25f-4cdd-8472-05473f005e7e</string>
    <key>PayloadType</key>
    <string>com.apple.ManagedClient.preferences</string>
    <key>PayloadUUID</key>
    <string>bdac4880-d25f-4cdd-8472-05473f005e7e</string>
    <key>PayloadVersion</key>
    <integer>1</integer>
    </dict>
    </array>
    <key>PayloadDescription</key>
    <string>Included custom settings:
    com.google.Chrome
    </string>
    <key>PayloadDisplayName</key>
    <string>MCXToProfile: com.google.Chrome</string>
    <key>PayloadIdentifier</key>
    <string>com.google.Chrome</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>7e2bec75-299e-44ff-b405-628007abffff</string>
    <key>PayloadVersion</key>
    <integer>1</integer>
    </dict>
    </plist>