所以,我一直在尝试反序列化com.apple.Photos默认值(defaults read com.apple.Photos IPXDefaultLibraryURLBookmark
)的 IPXDefaultLibraryURLBookmark ,但没有运气。理想情况下,我想在c ++中使用编程方式反序列化该值以检索照片的最后已知位置
bookd0xUsersmateuscbPicturesPhotos Library.photoslibrary 0@˜ì5$r$Éò|åú¨A∫˙æJ file:///Macintosh HDÇ1tA∫‘}•$6465C0A4-1771-3C89-9055-147CEDFBBF2EÅÔ/∆72cd528f2dcfb4b3434986cf3caa02cc946333b8;00000000;00000000;0000000000000020;com.apple.app-sandbox.read-write;00000001;01000004;0000000002980783;/users/mateuscb/pictures/photos library.photoslibrary¥˛ˇˇˇdº‰@‘ î H ( 8 t0 †–Ä®
我知道它不是bplist
,因为第一个格式说明符表示bookd
。
但我不知道那是什么。我对OSX开发有些新意,所以这可能是我非常缺乏的基础。
我想检索:/users/mateuscb/pictures/photos library.photoslibrary
部分,以便找到默认照片库。
除非有另一种方法来检索默认的照片库路径?