Skip to content

Commit a715cd5

Browse files
authored
Release 1.5.2 and update plugin to support iOS 14+ (#55)
1 parent fde3527 commit a715cd5

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

docs/ios/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ open platforms/ios/Podifile
129129
```diff
130130
source 'https://github.com/CocoaPods/Specs.git'
131131
- platform :ios, '11.0'
132-
+ platform :ios, '13.0'
132+
+ platform :ios, '14.0'
133133
use_frameworks!
134134
target 'MyApp' do
135135
project 'MyApp.xcodeproj'

examples/cordova/PSPDFKit-Demo/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
<platform name="ios">
3030
<allow-intent href="itms:*" />
3131
<allow-intent href="itms-apps:*" />
32-
<preference name="deployment-target" value="13.0" />
32+
<preference name="deployment-target" value="14.0" />
3333
</platform>
3434
</widget>

examples/cordova/PSPDFKit-Demo/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/ionic/PSPDFKit-Demo/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<allow-intent href="itms:*" />
4848
<allow-intent href="itms-apps:*" />
4949
<allow-navigation href="*" />
50-
<preference name="deployment-target" value="13.0" />
50+
<preference name="deployment-target" value="14.0" />
5151
<icon height="57" src="resources/ios/icon/icon.png" width="57" />
5252
<icon height="114" src="resources/ios/icon/[email protected]" width="114" />
5353
<icon height="29" src="resources/ios/icon/icon-small.png" width="29" />

examples/ionic/PSPDFKit-Demo/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pspdfkit-cordova",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "PSPDFKit Cordova Plugin for Android and iOS",
55
"cordova": {
66
"id": "pspdfkit-cordova",

plugin.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="pspdfkit-cordova" version="1.5.1">
2+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="pspdfkit-cordova" version="1.5.2">
33
<engines>
44
<engine name="cordova" version=">=10.1.0" />
55
<engine name="cordova-android" version=">=10.1.1" />
@@ -95,7 +95,7 @@ AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE A
9595
<source url="https://github.com/CocoaPods/Specs.git" />
9696
</config>
9797
<pods use-frameworks="true">
98-
<pod name="PSPDFKit" spec="~> 11.3.0"/>
98+
<pod name="PSPDFKit" spec="~> 11.4.0"/>
9999
</pods>
100100
</podspec>
101101
</platform>
@@ -104,8 +104,8 @@ AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE A
104104
105105
**Important** If you’re an existing customer, you can find your license key in your customer portal(https://customers.pspdfkit.com/).
106106
107-
iOS: Since this plugin is iOS 13+ only, you will have to set the deployment target
108-
of your Xcode project in platforms/ios to iOS 13.
107+
iOS: Since this plugin is iOS 14+ only, you will have to set the deployment target
108+
of your Xcode project in platforms/ios to iOS 14.
109109
110110
For the complete documentation and troubleshooting, check out our documentation at https://github.com/PSPDFKit/PSPDFKit-Cordova.
111111
In case there are issues, feel free to reach out to our support team at https://pspdfkit.com/support/request/.

0 commit comments

Comments
 (0)