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
> Important: Your app's package name (in the above example `com.example.pdfapp`) has to match your PSPDFKit license name or PSPDFKit will throw an exception.
261
261
262
-
3. Open `config.xml` in a text editor to enable AndroidX and to change the deployment target to iOS 12 or later:
262
+
3. Open `config.xml` in a text editor to enable AndroidX and to change the deployment target to iOS 13 or later:
263
263
264
264
```bash
265
265
open config.xml
@@ -276,7 +276,7 @@ Your `config.xml` file should look like this:
Copy file name to clipboardExpand all lines: docs/ios/README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Cordova Plugin for PSPDFKit 10 for iOS
1
+
# Cordova Plugin for PSPDFKit for iOS
2
2
3
3
The [PSPDFKit SDK](https://pspdfkit.com/pdf-sdk/) is a framework that allows you to view, annotate, sign, and fill PDF forms on iOS, Android, Windows, macOS, and Web.
4
4
@@ -38,7 +38,7 @@ cordova platform remove android
38
38
cordova platform remove ios
39
39
```
40
40
41
-
3. Open `config.xml` in a text editor to enable AndroidX and to change the deployment target to iOS 12 or later:
41
+
3. Open `config.xml` in a text editor to enable AndroidX and to change the deployment target to iOS 13 or later:
42
42
43
43
```bash
44
44
open config.xml
@@ -55,7 +55,7 @@ Your `config.xml` file should look like this:
0 commit comments