diff --git a/README.md b/README.md index f8b3125..ea81adb 100755 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Basic PDF manipulation using [PDFKit](https://developer.apple.com/documentation/ -**Note**: the Core Graphics patches (``PDF_GET_PAGE`` ``PDF_SET_PAGE_ROTATION``) are still preserved, but the El Capitan PDF Kit patches (``PDF_EXCHANGE_PAGES`` ``PDF_REMOVE_PAGE`` ``PDF_INSERT_PAGES``) are now removed. this may introduce a regression. also, the ``PDFDocument`` and ``PDFPage`` release code (El Capitan PDF Kit patch) is kept, which may result in memory leak. all depends on how PDF Kit has been fixed (or not) with the latest macOS release. **use with caution**. +**Note**: the Core Graphics patches (``PDF_GET_PAGE`` ``PDF_SET_PAGE_ROTATION``) are still preserved, but the El Capitan PDF Kit patches (``PDF_EXCHANGE_PAGES`` ``PDF_REMOVE_PAGE`` ``PDF_INSERT_PAGES``) are now removed. this may introduce a regression. also, the ``PDFDocument`` and ``PDFPage`` retain code (El Capitan PDF Kit patch) is used, which may result in memory leaks. all depends on how PDF Kit has been fixed (or not) with the latest macOS release. **use with caution**. Examples ---