diff --git a/lib/core/app_protection.sh b/lib/core/app_protection.sh index eb08cd4..77a2d82 100755 --- a/lib/core/app_protection.sh +++ b/lib/core/app_protection.sh @@ -377,6 +377,9 @@ readonly DATA_PROTECTED_BUNDLES=( "com.spotify.client" # Spotify "com.apple.Music" # Apple Music "com.apple.podcasts" # Apple Podcasts + "com.apple.BKAgentService" # Apple Books (Agent) + "com.apple.iBooksX" # Apple Books + "com.apple.iBooks" # Apple Books (Legacy) "com.apple.FinalCutPro" # Final Cut Pro "com.apple.Motion" # Motion "com.apple.Compressor" # Compressor diff --git a/mole b/mole index 4c95607..51cd0f4 100755 --- a/mole +++ b/mole @@ -22,7 +22,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" source "$SCRIPT_DIR/lib/core/common.sh" # Version info -VERSION="1.12.23" +VERSION="1.12.24" MOLE_TAGLINE="can dig deep to clean your Mac." # Check if Touch ID is already configured