Skip to content

Instantly share code, notes, and snippets.

@alekseypotapov-dev
Created September 6, 2019 06:57
Show Gist options
  • Save alekseypotapov-dev/3e25e4273a0407eea61efc71c4954574 to your computer and use it in GitHub Desktop.
Save alekseypotapov-dev/3e25e4273a0407eea61efc71c4954574 to your computer and use it in GitHub Desktop.
paths to iBooks folder
If you’ve enabled iCloud, they’re stored in Mobile Documents folder.
Here’s the full path to books you've added:
~/Library/Mobile Documents/iCloud~com~apple~iBooks/Documents/
Here's the full path to books purchased through the iBooks store:
~/Library/Containers/com.apple.BKAgentService/Data/Documents/iBooks
The path is only accessible via Terminal. Going through Finder will only redirect you to the iCloud folder. So open up Terminal:
For books you've added type in:
open ~/Library/Mobile\ Documents/iCloud\~com\~apple\~iBooks/Documents
For books you've bought on the iBooks store type in:
open ~/Library/Containers/com.apple.BKAgentService/Data/Documents/iBooks
This will open a Finder window with your iBooks in it.
source: https://apple.stackexchange.com/questions/259836/where-are-my-ibooks-stored-in-macos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment