mirror of
https://github.com/mtan93/Profiles.git
synced 2026-03-08 05:31:55 +00:00
Updated profile
Profile was not applying AllowPreReleaseInstallation. It is working now.
This commit is contained in:
@@ -1,40 +1,44 @@
|
|||||||
<?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>
|
|
||||||
<true/>
|
|
||||||
<key>PayloadScope</key>
|
|
||||||
<string>System</string>
|
|
||||||
<key>PayloadType</key>
|
<key>PayloadType</key>
|
||||||
<string>Configuration</string>
|
<string>Configuration</string>
|
||||||
<key>PayloadUUID</key>
|
|
||||||
<string>F4CA5ED8-0A6C-472E-B2EF-34FB6C8F451A</string>
|
|
||||||
<key>PayloadOrganization</key>
|
<key>PayloadOrganization</key>
|
||||||
<string></string>
|
<string></string>
|
||||||
<key>PayloadVersion</key>
|
<key>PayloadIdentifier</key>
|
||||||
<integer>1</integer>
|
<string>com.github.golbiga.profile.blockosxbeta</string>
|
||||||
<key>PayloadDescription</key>
|
|
||||||
<string>Block OS X Beta Installations</string>
|
|
||||||
<key>PayloadDisplayName</key>
|
<key>PayloadDisplayName</key>
|
||||||
<string>Block OS X Beta</string>
|
<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>
|
<key>PayloadContent</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
|
<key>PayloadUUID</key>
|
||||||
|
<string>BF496644-5D4C-42B2-A3BE-697DDA9A30EF</string>
|
||||||
<key>PayloadType</key>
|
<key>PayloadType</key>
|
||||||
<string>com.apple.ManagedClient.preferences</string>
|
<string>com.apple.ManagedClient.preferences</string>
|
||||||
<key>PayloadVersion</key>
|
<key>PayloadOrganization</key>
|
||||||
<integer>1</integer>
|
<string></string>
|
||||||
<key>PayloadIdentifier</key>
|
<key>PayloadIdentifier</key>
|
||||||
<string>com.github.golbiga.profile.blockosxbeta</string>
|
<string>com.github.golbiga.profile.blockosxbeta</string>
|
||||||
<key>PayloadUUID</key>
|
|
||||||
<string>D1C08C1C-D85F-42B7-BEA2-7537C7EC212F</string>
|
|
||||||
<key>PayloadEnabled</key>
|
|
||||||
<true/>
|
|
||||||
<key>PayloadDisplayName</key>
|
<key>PayloadDisplayName</key>
|
||||||
<string>Custom: (com.apple.SoftwareUpdate)</string>
|
<string>Custom: (com.apple.SoftwareUpdate)</string>
|
||||||
|
<key>PayloadDescription</key>
|
||||||
|
<string/>
|
||||||
|
<key>PayloadVersion</key>
|
||||||
|
<integer>1</integer>
|
||||||
|
<key>PayloadEnabled</key>
|
||||||
|
<true/>
|
||||||
<key>PayloadContent</key>
|
<key>PayloadContent</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>com.apple.SoftwareUpdate</key>
|
<key>com.apple.SoftwareUpdate</key>
|
||||||
@@ -42,7 +46,7 @@
|
|||||||
<key>Forced</key>
|
<key>Forced</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
<key>mcx_preferences_settings</key>
|
<key>mcx_preference_settings</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>AllowPreReleaseInstallation</key>
|
<key>AllowPreReleaseInstallation</key>
|
||||||
<false/>
|
<false/>
|
||||||
@@ -53,5 +57,5 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
Reference in New Issue
Block a user