File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ open platforms/ios/Podifile
129129```diff
130130source ' https://github.com/CocoaPods/Specs.git'
131131- platform :ios, ' 11.0'
132- + platform :ios, ' 14 .0'
132+ + platform :ios, ' 15 .0'
133133use_frameworks!
134134target ' MyApp' do
135135 project ' MyApp.xcodeproj'
Original file line number Diff line number Diff line change 2929 <platform name =" ios" >
3030 <allow-intent href =" itms:*" />
3131 <allow-intent href =" itms-apps:*" />
32- <preference name =" deployment-target" value =" 14 .0" />
32+ <preference name =" deployment-target" value =" 15 .0" />
3333 </platform >
3434</widget >
Original file line number Diff line number Diff line change 4747 <allow-intent href =" itms:*" />
4848 <allow-intent href =" itms-apps:*" />
4949 <allow-navigation href =" *" />
50- <preference name =" deployment-target" value =" 14 .0" />
50+ <preference name =" deployment-target" value =" 15 .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" />
Original file line number Diff line number Diff line change 11{
22 "name" : " pspdfkit-cordova" ,
3- "version" : " 1.5.2 " ,
3+ "version" : " 1.5.3 " ,
44 "description" : " PSPDFKit Cordova Plugin for Android and iOS" ,
55 "cordova" : {
66 "id" : " pspdfkit-cordova" ,
Original file line number Diff line number Diff line change 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.2 " >
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.3 " >
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 .4.0" />
98+ <pod name =" PSPDFKit" spec =" ~> 12 .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 14 + only, you will have to set the deployment target
108- of your Xcode project in platforms/ios to iOS 14 .
107+ iOS: Since this plugin is iOS 15 + only, you will have to set the deployment target
108+ of your Xcode project in platforms/ios to iOS 15 .
109109
110110For the complete documentation and troubleshooting, check out our documentation at https://github.com/PSPDFKit/PSPDFKit-Cordova.
111111In case there are issues, feel free to reach out to our support team at https://pspdfkit.com/support/request/.
You can’t perform that action at this time.
0 commit comments