Skip to content

Instantly share code, notes, and snippets.

@hirakujira
Created February 7, 2020 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hirakujira/f3846f307ee1c32de716251d42506e2e to your computer and use it in GitHub Desktop.
Save hirakujira/f3846f307ee1c32de716251d42506e2e to your computer and use it in GitHub Desktop.
OTA Block Assistant
<?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>ConsentText</key>
<dict>
<key>default</key>
<string>Disable OTA Update</string>
</dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>DefaultsData</key>
<dict>
<key>SeedGroup</key>
<string>PublicBeta</string>
</dict>
<key>DefaultsDomainName</key>
<string>.GlobalPreferences</string>
</dict>
<dict>
<key>DefaultsData</key>
<dict>
<key>SeedProgram</key>
<string>DeveloperSeed</string>
</dict>
<key>DefaultsDomainName</key>
<string>com.apple.seeding</string>
</dict>
<dict>
<key>DefaultsData</key>
<dict>
<key>SBIconVisibility</key>
<true/>
</dict>
<key>DefaultsDomainName</key>
<string>com.apple.appleseed.FeedbackAssistant</string>
</dict>
<dict>
<key>DefaultsData</key>
<dict>
<key>MobileAssetSUAllowOSVersionChange</key>
<false/>
<key>MobileAssetSUAllowSameVersionFullReplacement</key>
<false/>
<key>MobileAssetServerURL-com.apple.MobileAsset.MobileSoftwareUpdate.UpdateBrain</key>
<string>http://mesu.apple.com/assets/tvOSDeveloperSeed13</string>
<key>MobileAssetServerURL-com.apple.MobileAsset.SoftwareUpdate</key>
<string>http://mesu.apple.com/assets/tvOSDeveloperSeed13</string>
</dict>
<key>DefaultsDomainName</key>
<string>com.apple.MobileAsset</string>
</dict>
</array>
<key>PayloadDescription</key>
<string>Disable OTA</string>
<key>PayloadDisplayName</key>
<string>Disable OTA</string>
<key>PayloadIdentifier</key>
<string>com.apple.applicationaccess.2A7D875A-212C-4BED-8F2D-2072D1DDC140</string>
<key>PayloadType</key>
<string>com.apple.applicationaccess</string>
<key>PayloadUUID</key>
<string>6070CD82-CE76-4343-BD66-0D259A2E2E94</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string>Disable OTA Update</string>
<key>PayloadDisplayName</key>
<string>Disable OTA Update</string>
<key>PayloadIdentifier</key>
<string>tw.hiraku.otablocker</string>
<key>PayloadOrganization</key>
<string>Hiraku</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>155926F4-2110-4443-B40C-EDCF7B606C03</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment