From 6a2be3e7d949cb24ea71a0193c759452d4a06daf Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sat, 30 Nov 2019 23:14:51 -0800 Subject: [PATCH] Fixed typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29fbef4f..9fc4d7ca 100644 --- a/README.md +++ b/README.md @@ -384,7 +384,7 @@ This module works by creating a copy of the sqlite3 database that Photos uses to If Apple changes the database format this will likely break. -Apple does provide an framework ([PhotoKit](https://developer.apple.com/documentation/photokit?language=objc)) for querying the user's Photos library and I attempted to create the funcationality in this module using this framework but unfortunately PhotoKit does not provide access to much of the needed metadata (such as Faces/Persons). While copying the sqlite file is a bit kludgy, it allows osxphotos to provide access to all available metadata. +Apple does provide a framework ([PhotoKit](https://developer.apple.com/documentation/photokit?language=objc)) for querying the user's Photos library and I attempted to create the funcationality in this module using this framework but unfortunately PhotoKit does not provide access to much of the needed metadata (such as Faces/Persons). While copying the sqlite file is a bit kludgy, it allows osxphotos to provide access to all available metadata. ## Dependencies - [PyObjC](https://pythonhosted.org/pyobjc/)