Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xhruso00/88723a9f28eca070fd7933bc8feb87a5 to your computer and use it in GitHub Desktop.
Save xhruso00/88723a9f28eca070fd7933bc8feb87a5 to your computer and use it in GitHub Desktop.
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