You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
Cordova Wrapper for PSPDFKit 6 for iOS
1
+
Cordova Wrapper for PSPDFKit 7 for iOS
2
2
========================================
3
3
4
4
**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.**
6
6
7
7
Install
8
8
-----------
@@ -13,7 +13,7 @@ We assume you have [a current install of Cordova](https://cordova.apache.org/#ge
13
13
14
14
Read the message at the end and complete installation.
15
15
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.
17
17
There is no automatic support for dynamic frameworks in Cordova yet. You will get a linker error if you forget this step.**
18
18
19
19
*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
24
24
You can find a demo app in [CordovaDemo](CordovaDemo).
25
25
26
26
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`.
29
29
30
30
You can set your license key in `CordovaDemo/www/js/index.js`.
31
31
(Look for `PSPDFKitPlugin.setLicenseKey('YOUR KEY');`)
0 commit comments