mirror of
https://github.com/tw93/Mole.git
synced 2026-02-16 22:49:12 +00:00
feat: Add Apple Books bundle IDs to app protection
This commit is contained in:
@@ -377,6 +377,9 @@ readonly DATA_PROTECTED_BUNDLES=(
|
|||||||
"com.spotify.client" # Spotify
|
"com.spotify.client" # Spotify
|
||||||
"com.apple.Music" # Apple Music
|
"com.apple.Music" # Apple Music
|
||||||
"com.apple.podcasts" # Apple Podcasts
|
"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.FinalCutPro" # Final Cut Pro
|
||||||
"com.apple.Motion" # Motion
|
"com.apple.Motion" # Motion
|
||||||
"com.apple.Compressor" # Compressor
|
"com.apple.Compressor" # Compressor
|
||||||
|
|||||||
2
mole
2
mole
@@ -22,7 +22,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|||||||
source "$SCRIPT_DIR/lib/core/common.sh"
|
source "$SCRIPT_DIR/lib/core/common.sh"
|
||||||
|
|
||||||
# Version info
|
# Version info
|
||||||
VERSION="1.12.23"
|
VERSION="1.12.24"
|
||||||
MOLE_TAGLINE="can dig deep to clean your Mac."
|
MOLE_TAGLINE="can dig deep to clean your Mac."
|
||||||
|
|
||||||
# Check if Touch ID is already configured
|
# Check if Touch ID is already configured
|
||||||
|
|||||||
Reference in New Issue
Block a user