mirror of
https://github.com/thewesker/osx-patcher.git
synced 2025-12-20 04:11:05 -05:00
Initial commit
This commit is contained in:
58
resources/InstallerMenuAdditions.plist
Normal file
58
resources/InstallerMenuAdditions.plist
Normal file
@@ -0,0 +1,58 @@
|
||||
<?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">
|
||||
<array>
|
||||
<dict>
|
||||
<key>Path</key>
|
||||
<string>/Applications/Utilities/Startup Disk.app</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Path</key>
|
||||
<string>/Applications/Utilities/Reset Password.app</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Path</key>
|
||||
<string>/Applications/Utilities/Firmware Password Utility.app</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>isRAIDUtility</key>
|
||||
<true/>
|
||||
<key>Path</key>
|
||||
<string>/Applications/Utilities/RAID Utility.app</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>isRAIDUtility</key>
|
||||
<true/>
|
||||
<key>Path</key>
|
||||
<string>/System/Library/CoreServices/Applications/RAID Utility.app</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Path</key>
|
||||
<string>/Applications/Utilities/Disk Utility.app</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Path</key>
|
||||
<string>/Applications/Utilities/Terminal.app</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Path</key>
|
||||
<string>/Applications/Utilities/System Information.app</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Path</key>
|
||||
<string>/Applications/Utilities/Network Utility.app</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Path</key>
|
||||
<string>/System/Library/CoreServices/Applications/Network Utility.app</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Path</key>
|
||||
<string>/System/Installation/CDIS/Time Machine System Restore.app</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Path</key>
|
||||
<string>/Applications/Safari.app</string>
|
||||
</dict>
|
||||
</array>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user