Locating Core Data’s sqlite database on Mac OS X app

前端 未结 5 2140
挽巷
挽巷 2021-02-09 14:38

Where I can find Core Data’s sqlite database of Mac OS X application?

I have found it, but it\'s *.momd folder with 3 files (VersionInfo.plist, *.mom *.omo). How can I s

5条回答
  •  心在旅途
    2021-02-09 14:42

    In High Sierra, SQLite file is saved in ~/Library/Application Support/[YourAppName]

提交回复
热议问题