From e2663f7e04de984dec9bf33c5a1e23e29b63d177 Mon Sep 17 00:00:00 2001 From: Keisuke Miyako Date: Wed, 12 Feb 2020 10:15:18 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ---