Updated profile

Profile was not applying AllowPreReleaseInstallation. It is working now.
This commit is contained in:
Allen Golbig
2014-07-24 10:32:52 -04:00
parent fd846583e4
commit b18f58e9e1

View File

@@ -1,57 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1">
<dict> <dict>
<key>PayloadIdentifier</key> <key>PayloadUUID</key>
<string>com.github.golbiga.profile.blockosxbeta</string> <string>CE7AC5FD-A93B-4ECB-945F-5F9342E67613</string>
<key>PayloadRemovalDisallowed</key> <key>PayloadType</key>
<true/> <string>Configuration</string>
<key>PayloadScope</key> <key>PayloadOrganization</key>
<string>System</string> <string></string>
<key>PayloadType</key> <key>PayloadIdentifier</key>
<string>Configuration</string> <string>com.github.golbiga.profile.blockosxbeta</string>
<key>PayloadUUID</key> <key>PayloadDisplayName</key>
<string>F4CA5ED8-0A6C-472E-B2EF-34FB6C8F451A</string> <string>Block OS X Beta</string>
<key>PayloadOrganization</key> <key>PayloadDescription</key>
<string></string> <string>Block OS X Beta Installations</string>
<key>PayloadVersion</key> <key>PayloadVersion</key>
<integer>1</integer> <integer>1</integer>
<key>PayloadDescription</key> <key>PayloadEnabled</key>
<string>Block OS X Beta Installations</string> <true/>
<key>PayloadDisplayName</key> <key>PayloadRemovalDisallowed</key>
<string>Block OS X Beta</string> <true/>
<key>PayloadContent</key> <key>PayloadContent</key>
<array> <array>
<dict> <dict>
<key>PayloadType</key> <key>PayloadUUID</key>
<string>com.apple.ManagedClient.preferences</string> <string>BF496644-5D4C-42B2-A3BE-697DDA9A30EF</string>
<key>PayloadVersion</key> <key>PayloadType</key>
<integer>1</integer> <string>com.apple.ManagedClient.preferences</string>
<key>PayloadIdentifier</key> <key>PayloadOrganization</key>
<string>com.github.golbiga.profile.blockosxbeta</string> <string></string>
<key>PayloadUUID</key> <key>PayloadIdentifier</key>
<string>D1C08C1C-D85F-42B7-BEA2-7537C7EC212F</string> <string>com.github.golbiga.profile.blockosxbeta</string>
<key>PayloadEnabled</key> <key>PayloadDisplayName</key>
<true/> <string>Custom: (com.apple.SoftwareUpdate)</string>
<key>PayloadDisplayName</key> <key>PayloadDescription</key>
<string>Custom: (com.apple.SoftwareUpdate)</string> <string/>
<key>PayloadContent</key> <key>PayloadVersion</key>
<dict> <integer>1</integer>
<key>com.apple.SoftwareUpdate</key> <key>PayloadEnabled</key>
<dict> <true/>
<key>Forced</key> <key>PayloadContent</key>
<array> <dict>
<dict> <key>com.apple.SoftwareUpdate</key>
<key>mcx_preferences_settings</key> <dict>
<dict> <key>Forced</key>
<key>AllowPreReleaseInstallation</key> <array>
<false/> <dict>
</dict> <key>mcx_preference_settings</key>
</dict> <dict>
</array> <key>AllowPreReleaseInstallation</key>
</dict> <false/>
</dict> </dict>
</dict> </dict>
</array> </array>
</dict> </dict>
</dict>
</dict>
</array>
</dict>
</plist> </plist>