diff --git a/Changes-in-Photos-6---Big-Sur.md b/Changes-in-Photos-6---Big-Sur.md index be6cb06..6acbd1c 100644 --- a/Changes-in-Photos-6---Big-Sur.md +++ b/Changes-in-Photos-6---Big-Sur.md @@ -11,5 +11,5 @@ - Version in `photos.db:LiGlobals.libraryVersion` remains at `6000` (same version as Photos 5) so instead look at `Photos.sqlite` to find model version: - `SELECT MAX(Z_VERSION), Z_PLIST FROM Z_METADATA` then look for `PLModelVersion` in the `plist` data. - - `_PHOTOS_5_MODEL_VERSION = [13000, 13999]` - `_PHOTOS_6_MODEL_VERSION = [14000, 14999]` \ No newline at end of file + - `_PHOTOS_5_MODEL_VERSION = [13000, 13999]` + - `_PHOTOS_6_MODEL_VERSION = [14000, 14999]` \ No newline at end of file