Skip to content

Commit 978a94e

Browse files
author
Rad Azzouz
committed
Update for Xcode 11.4 and for iOS 13.4
1 parent f4e31bb commit 978a94e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ doing. If you are unsure, please use CocoaPods or Carthage instead.
102102
First, build the PDFXKit framework:
103103

104104
* Clone `git@github.com:PSPDFKit/PDFXKit.git`
105-
* Replace `COCOAPODS_KEY` with your key and download the following the fat frameworks from here: https://customers.pspdfkit.com/cocoapods/COCOAPODS_KEY/pspdfkit/9.2.1.zip
105+
* Replace `COCOAPODS_KEY` with your key and download the following the fat frameworks from here: https://customers.pspdfkit.com/cocoapods/COCOAPODS_KEY/pspdfkit/latest.zip
106106
* Extract the zip file you downloaded and copy `PSPDFKit.framework` and `PSPDFKitUI.framework` into `PDFXKit/Frameworks`
107107
* Open the terminal and `cd` into the `PDFXKit` directory
108108
* Run `rake compile`
@@ -172,7 +172,7 @@ annotated with the `PDFX_NOT_IMPLEMENTED_PRIORITY_...` and
172172
If you want to work on PDFXKit, perform the following steps:
173173

174174
* Clone `git@github.com:PSPDFKit/PDFXKit.git`
175-
* Replace `COCOAPODS_KEY` with your key and download the following the fat frameworks from here: https://customers.pspdfkit.com/cocoapods/COCOAPODS_KEY/pspdfkit/9.2.1.zip
175+
* Replace `COCOAPODS_KEY` with your key and download the following the fat frameworks from here: https://customers.pspdfkit.com/cocoapods/COCOAPODS_KEY/pspdfkit/latest.zip
176176
* Extract the zip file you downloaded and copy `PSPDFKit.framework` and `PSPDFKitUI.framework` into `PDFXKit/Frameworks`
177177
* Open `PDFXKit.xcodeproj` in Xcode
178178
* Build & Run `PDFXKitExample` (iOS)

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ VERBOSE = ENV['verbose'] || false
5151

5252
# ------------------------------------------------------------- Constants ------
5353

54-
SDK_SIM = "iphonesimulator13.2"
55-
SDK_IOS = "iphoneos13.2"
54+
SDK_SIM = "iphonesimulator13.4"
55+
SDK_IOS = "iphoneos13.4"
5656
XCODE_FLAGS = "-configuration Release -scheme PDFXKit -derivedDataPath \"#{DIRECTORY}/Xcode\""
5757

5858
# ---------------------------------------------------------------- Colors ------

0 commit comments

Comments
 (0)