Где что хранится
Статья на 4PDA: https://4pda.ru/forum/index.php?showtopic=641685
Keychain DB: /private/var/Keychains/
, а копия здесь: /Library/Keychains/
CallHistoryDB: /private/var/mobile/Library/CallHistoryDB/CallHistory.storedata
Заметки хранятся здесь
/private/var/mobile/Containers/Shared/AppGroup//NoteStore.sqlite
и здесь: /User/Library/Notes/
iOS 9.
Системные приложения: /Applications
Установленные: /var/containers/Bundle/Application
iOS 11.
Системные либы/фреймворки: /System/Library/PrivateFrameworks/
-//- приложений: /System/Library/Frameworks
Часть фреймворков хранится в /System/Library/AccessibilityBundles/
На iOS по пути <container>/Documents/<some_name>
- может лежать база. Она заполняется с помощью класса (или интерфейса) NSPersistentStore
Создается следующей функцией: https://developer.apple.com/documentation/coredata/nspersistentstorecoordinator/1468860-addpersistentstorewithtype?language=objc
Пример, как с этим всем работают: https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/CoreData/InitializingtheCoreDataStack.html
Фото и тп: /private/var/mobile/Media - но там все на базы закручено, просто так не докинешь
Last updated
Was this helpful?