pspdfkit-cordova
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -9,4 +9,4 @@ # Cordova Plugin for PSPDFKit 9 for iOS | ||
- Xcode 11 or later | ||
- PSPDFKit 9.0.0 for iOS or later | ||
- Xcode 11.3.1 or later | ||
- PSPDFKit 9.2.0 for iOS or later | ||
- Cordova >= 9.0.0 | ||
@@ -20,3 +20,3 @@ - CocoaPods >= 1.8.1 | ||
1. Run `cordova plugin add https://github.com/PSPDFKit/PSPDFKit-Cordova.git` to install the `pspdfkit-cordova` plugin. | ||
2. Update your `Podfile`: `cd platforms/ios` and open your `Podfile` in a text editor. Make sure the platorm is set to iOS 11 or later, and replace `YOUR_COCOAPODS_KEY_GOES_HERE` with your own CocoaPods Key. Your `Podfile` should look like this: | ||
2. Update your `Podfile`: `cd platforms/ios` and open your `Podfile` in a text editor. Make sure the platform is set to iOS 11 or later, and replace `YOUR_COCOAPODS_KEY_GOES_HERE` with your own CocoaPods Key. Your `Podfile` should look like this: | ||
@@ -52,3 +52,3 @@ ```diff | ||
// Show pdf with in single page mode, with a cblack background. | ||
// Show pdf with in single page mode, with a black background. | ||
PSPDFKit.present("pdf/document.pdf", { | ||
@@ -170,2 +170,3 @@ pageMode: "single", | ||
![always-embed-swift-standard-libraries.png](screenshots/always-embed-swift-standard-libraries.png) | ||
11. Run the app: Open `platforms/ios/MyApp.xcworkspace` in Xcode, then build and run, or run `ionic cordova emulate ios` in the Terminal. | ||
@@ -224,3 +225,3 @@ | ||
3. Close your Xcode project or workspace. | ||
4. Integrate the new `pspdfkit-cordova` Plugin. See the [Install](#install) instructions above. | ||
4. Integrate the new `pspdfkit-cordova` Plugin. See the [Install](#installation) instructions above. | ||
5. Rename all `PSPDFKitPlugin` calls to `PSPDFKit` in your app's JavaScript code: | ||
@@ -227,0 +228,0 @@ |
{ | ||
"name": "pspdfkit-cordova", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "PSPDFKit Cordova Plugin for Android and iOS", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -61,3 +61,3 @@ # PSPDFKit-Cordova | ||
Copyright 2011-2019 PSPDFKit GmbH. All rights reserved. | ||
Copyright 2011-2020 PSPDFKit GmbH. All rights reserved. | ||
@@ -64,0 +64,0 @@ THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY AUSTRIAN COPYRIGHT LAW |
/** | ||
Copyright (c) 2015-2019 PSPDFKit GmbH. All rights reserved. | ||
Copyright (c) 2015-2020 PSPDFKit GmbH. All rights reserved. | ||
@@ -4,0 +4,0 @@ THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW |
@@ -5,3 +5,3 @@ // | ||
// | ||
// Copyright © 2013-2019 PSPDFKit GmbH. All rights reserved. | ||
// Copyright © 2013-2020 PSPDFKit GmbH. All rights reserved. | ||
// | ||
@@ -8,0 +8,0 @@ // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY AUSTRIAN COPYRIGHT LAW |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1360855
8