Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miyako authored Feb 12, 2020
1 parent cafe43d commit e2663f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Basic PDF manipulation using [PDFKit](https://developer.apple.com/documentation/

<img width="32" height="32" src="https://user-images.githubusercontent.com/1725068/73986501-15964580-4981-11ea-9ac1-73c5cee50aae.png"> <img src="https://user-images.githubusercontent.com/1725068/73987971-db2ea780-4984-11ea-8ada-e25fb9c3cf4e.png" width="32" height="32" />

**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
---
Expand Down

0 comments on commit e2663f7

Please sign in to comment.