Skip to content

Commit f19e290

Browse files
author
Rad Azzouz
committed
Update integration guide in the README
1 parent 00b54b7 commit f19e290

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Cordova Wrapper for PSPDFKit 6 for iOS
1+
Cordova Wrapper for PSPDFKit 7 for iOS
22
========================================
33

44
**This plugin works with Cordova version 6.3.1 and above.**
5-
**Please also make sure that you're using the latest version of Xcode 8.**
5+
**Please also make sure that you're using the latest version of Xcode 9.**
66

77
Install
88
-----------
@@ -13,7 +13,7 @@ We assume you have [a current install of Cordova](https://cordova.apache.org/#ge
1313

1414
Read the message at the end and complete installation.
1515

16-
**You will need to manually edit the Xcode project and add PSPDFKit framework to your project manually.
16+
**You will need to manually edit the Xcode project and add PSPDFKit to your project manually.
1717
There is no automatic support for dynamic frameworks in Cordova yet. You will get a linker error if you forget this step.**
1818

1919
*Note:* Make sure to follow [our integration guide](https://pspdfkit.com/guides/ios/current/getting-started/integrating-pspdfkit/) to strip the framework, working around an App Store submission bug.
@@ -24,8 +24,8 @@ Demo
2424
You can find a demo app in [CordovaDemo](CordovaDemo).
2525

2626
In order to build it, please download PSPDFKit from your customer portal: https://customers.pspdfkit.com
27-
The .dmg file you downloaded contains a directory called `PSPDFKit.framework`.
28-
Please copy this directory to `CordovaDemo/platforms/ios`.
27+
The .dmg file you downloaded contains two directories called `PSPDFKit.framework` and `PSPDFKitUI.framework`.
28+
Please copy these directories to `CordovaDemo/platforms/ios`.
2929

3030
You can set your license key in `CordovaDemo/www/js/index.js`.
3131
(Look for `PSPDFKitPlugin.setLicenseKey('YOUR KEY');`)

0 commit comments

Comments
 (0)