Skip to content

Commit

Permalink
Updated profile
Browse files Browse the repository at this point in the history
Profile was not applying AllowPreReleaseInstallation. It is working now.
  • Loading branch information
Allen Golbig committed Jul 24, 2014
1 parent fd84658 commit b18f58e
Showing 1 changed file with 60 additions and 56 deletions.
116 changes: 60 additions & 56 deletions blockosxbeta.mobileconfig
@@ -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">
<plist version="1.0">
<dict>
<key>PayloadIdentifier</key>
<string>com.github.golbiga.profile.blockosxbeta</string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>F4CA5ED8-0A6C-472E-B2EF-34FB6C8F451A</string>
<key>PayloadOrganization</key>
<string></string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadDescription</key>
<string>Block OS X Beta Installations</string>
<key>PayloadDisplayName</key>
<string>Block OS X Beta</string>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>com.github.golbiga.profile.blockosxbeta</string>
<key>PayloadUUID</key>
<string>D1C08C1C-D85F-42B7-BEA2-7537C7EC212F</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadDisplayName</key>
<string>Custom: (com.apple.SoftwareUpdate)</string>
<key>PayloadContent</key>
<dict>
<key>com.apple.SoftwareUpdate</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preferences_settings</key>
<dict>
<key>AllowPreReleaseInstallation</key>
<false/>
</dict>
</dict>
</array>
</dict>
</dict>
</dict>
</array>
</dict>
</plist>
<plist version="1">
<dict>
<key>PayloadUUID</key>
<string>CE7AC5FD-A93B-4ECB-945F-5F9342E67613</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadOrganization</key>
<string></string>
<key>PayloadIdentifier</key>
<string>com.github.golbiga.profile.blockosxbeta</string>
<key>PayloadDisplayName</key>
<string>Block OS X Beta</string>
<key>PayloadDescription</key>
<string>Block OS X Beta Installations</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadEnabled</key>
<true/>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadUUID</key>
<string>BF496644-5D4C-42B2-A3BE-697DDA9A30EF</string>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadOrganization</key>
<string></string>
<key>PayloadIdentifier</key>
<string>com.github.golbiga.profile.blockosxbeta</string>
<key>PayloadDisplayName</key>
<string>Custom: (com.apple.SoftwareUpdate)</string>
<key>PayloadDescription</key>
<string/>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadEnabled</key>
<true/>
<key>PayloadContent</key>
<dict>
<key>com.apple.SoftwareUpdate</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>AllowPreReleaseInstallation</key>
<false/>
</dict>
</dict>
</array>
</dict>
</dict>
</dict>
</array>
</dict>
</plist>

0 comments on commit b18f58e

Please sign in to comment.