Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <installer-gui-script minSpecVersion="1">
- <options should-authenticate-reboot="true" allow-install-later="true" post-logout="true" should-launch-first-login-optimization="true"/>
- <title>SU_TITLE</title>
- <script/>
- <volume-check script="VolumeCheck()"/>
- <installation-check script="InstallationCheck()"/>
- <script>
- function InstallationCheck(prefix) {
- return true;
- }
- function VolumeCheck(prefix) {
- return true;
- }
- function LogicalOr0(prefix) {
- return true;
- }
- function PlistCheck1(prefix) {
- return true;
- }
- function ManagedPolicyCheck2(prefix) {
- return true;
- }
- function PlistCheck3(prefix) {
- return true;
- }
- function AppleInternalCheck4(prefix) {
- return true;
- }
- </script>
- <tags>
- <tag>MacBuddyInstallableUpdate</tag>
- </tags>
- <platforms>
- <client arch="i386"/>
- <server arch="i386"/>
- </platforms>
- <choices-outline ui="SoftwareUpdate">
- <line choice="su"/>
- </choices-outline>
- <choices-outline>
- <line choice="su"/>
- </choices-outline>
- <choice id="su" title="SU_TITLE" versStr="SU_VERS" description="SU_DESCRIPTION" description-mime-type="text/html" secondaryDescription="SU_SERVERCOMMENT" suDisabledGroupID="macOS Sierra Public Beta" start_selected="true" visible="PlistCheck3('/') && AppleInternalCheck4('/')">
- <pkg-ref id="OSXUpd10.12PublicBeta" auth="Root" packageIdentifier="com.apple.pkg.update.os.10.12PublicBeta.16A254g" onConclusion="RequireRestart">OSXUpd10.12PublicBeta.pkg</pkg-ref>
- <pkg-ref id="OSXUpd10.12PublicBetaPatch" auth="Root" packageIdentifier="com.apple.pkg.update.os.10.12PublicBeta.16A254g" onConclusion="RequireRestart">OSXUpd10.12PublicBetaPatch.pkg</pkg-ref>
- <pkg-ref id="FirmwareUpdate" auth="Root" packageIdentifier="com.apple.update.firmwareupdate">FirmwareUpdate.pkg</pkg-ref>
- <pkg-ref id="FullBundleUpdate" auth="Root" packageIdentifier="com.apple.update.fullbundleupdate.16A254g">FullBundleUpdate.pkg</pkg-ref>
- </choice>
- <localization>
- <strings language="English">"SU_TITLE" = "macOS Sierra Public Beta";
- "SU_TITLE_ALT" = "";
- "SU_VERS" = "2";
- "SU_VERS_ALT" = "";
- "SU_SERVERCOMMENT" = "For Desktop and Server systems";
- "SU_DESCRIPTION" = '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <meta http-equiv="Content-Style-Type" content="text/css">
- <title></title>
- <style type="text/css">
- body {font: 11.0px Lucida Grande;}
- p {margin: 0.0px 0.0px 0.0px 0.0px;}
- </style>
- </head>
- <body>
- <p>This update is recommended for all users.</p>
- </body>
- </html>
- ';
- "SU_DESCRIPTION_ALT" = '';
- </strings>
- </localization>
- <pkg-ref id="FullBundleUpdate" installKBytes="60866" version="1.0.0.0.1.1468641752"/>
- <pkg-ref id="OSXUpd10.12PublicBetaPatch" installKBytes="2182446" version="1.0.0.0.1.1468641752"/>
- <pkg-ref id="FirmwareUpdate" installKBytes="98" version="1.0.0.0.1.1468641752"/>
- <pkg-ref id="OSXUpd10.12PublicBeta" installKBytes="4874878" version="1.0.0.0.1.1468641752"/>
- </installer-gui-script>
Advertisement
Add Comment
Please, Sign In to add comment