Last active
April 20, 2018 16:42
-
-
Save xhruso00/88723a9f28eca070fd7933bc8feb87a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Quit Photos app and run command "launchctl stop photolibraryd" | |
2. Use sqlite3 or some app to edit "database/photos.db" file; run SQL command UPDATE RKVersion SET createDate = imageDate WHERE imageDate >0 | |
3. Run command "launchctl start photolibraryd" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment