HOME
diskutil mount /Volumes/macOS
mount -uw /Volumes/macOS
-------------------------------------
(to change base Folder to OS10.9 GenericFolder)
mv /Volumes/macOS/Users/philip/Desktop/Generic\ System\ Folder/Assets.car /Volumes/macOS/System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/Resources/Assets.car
-------------------------------------
(to make external drive icons look like internal ones)
mv /Volumes/macOS/Users/philip/Desktop/External.icns /Volumes/macOS/System/Library/Extensions/IOStorageFamily.kext/Contents/Resources/External.icns
-------------------------------------
(to change Big Sur volume icon / can also do this from 10.12)
mv /Volumes/macOS/Users/philip/Desktop/.VolumeIcon.icns /Volumes/macOS/.VolumeIcon.icns
-------------------------------------
(to change System Preferences Dock badge colour ie. showing pending updates)
mv /Volumes/macOS/Users/philip/Desktop/Dock\ Badge/statuslabel.png /Volumes/macOS/System/Library/CoreServices/Dock.app/Contents/Resources/statuslabel.png
...and...
mv /Volumes/macOS/Users/philip/Desktop/Dock\ Badge/[email protected] /Volumes/macOS/System/Library/CoreServices/Dock.app/Contents/Resources/[email protected]
...and...
mv /Volumes/macOS/Users/philip/Desktop/Dock\ Badge/Assets.car /Volumes/macOS/System/Applications/System\ Preferences.app/Contents/Resources/Assets.car
-------------------------------------
then:
find /Volumes/macOSd/private/var/folders/ -name 'com.apple.dock.iconcache' -exec rm {} \;
rm -r /Volumes/macOSd/Library/Caches/com.apple.iconservices.store
-------------------------------------
(these not necessary: if only replacing generic folder icons in Assets.car file)
kmutil install --volume-root /Volumes/macOS --update-all --force
/Volumes/macOS/usr/sbin/kcditto
-------------------------------------
bless --folder /Volumes/macOS/System/Library/CoreServices --bootefi --create-snapshot
diskutil list
diskutil info disk
diskutil apfs listSnapshots B28A95A2-4941-4849-BF15-43E72A264505
diskutil apfs deleteSnapshot B28A95A2-4941-4849-BF15-43E72A264505 -uuid (add)
reboot

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
(to change macOS ethernet plugin)
cd /Volumes/macOS/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/
mv Intel82574L.kext Intel82574L.kext.bak
mv /Volumes/macOS/Users/philip/Desktop/Intel82574L.kext /Volumes/macOS/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/Intel82574L.kext
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
(to add 'JavaApplicationLauncher.framework' folder to macOS)
cp /Volumes/macOS/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework /Volumes/macOS/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework

AI Website Generator