废话
很多时候给iPhone充电,听到提示音才知道充电中。mac里面也可以有充电提示音。
操作
打开 「应用程序」-「实用工具」-「终端」
激活提示音命令:
defaults write com.apple.PowerChime ChimeOnAllHardware -bool true; open /System/Library/CoreServices/PowerChime.app
取消提示音命令:
defaults write com.apple.PowerChime ChimeOnAllHardware -bool false; killall PowerChime