Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for PSPDFKit 10.1 for iOS and Xcode 12.2 #74

Merged
merged 2 commits into from
Nov 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ adb push /path/to/your/document.pdf /sdcard/document.pdf

#### Requirements

- Xcode 12
- PSPDFKit 10.0.0 for iOS or later
- Flutter 1.21.0-9.2.pre or later
- CocoaPods 1.10.0.rc.1 or later (Update cocoapods with: `gem install cocoapods -v 1.10.0.rc.1`)
- The latest [Xcode](https://developer.apple.com/xcode/)
- PSPDFKit 10.1.0 for iOS or later
- Flutter 1.23.0-18.1.pre or later
- CocoaPods 1.10.0 or later (Update cocoapods with: `gem install cocoapods`)

#### Getting Started

Expand Down
8 changes: 4 additions & 4 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ This is a brief example of how to use the PSPDFKit with Flutter.

## iOS

- Xcode 12
- PSPDFKit 10.0.0 for iOS or later
- Flutter 1.21.0-9.2.pre or later
- CocoaPods 1.10.0.rc.1 or later (Update cocoapods with: `gem install cocoapods -v 1.10.0.rc.1`)
- The latest [Xcode](https://developer.apple.com/xcode/)
- PSPDFKit 10.1.0 for iOS or later
- Flutter 1.23.0-18.1.pre or later
- CocoaPods 1.10.0 or later (Update cocoapods with: `gem install cocoapods`)

# Running the Example Project

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pspdfkit_example
description: Demonstrates how to use the pspdfkit plugin.
version: 1.10.0
version: 1.10.2
author: PSPDFKit
homepage: https://pspdfkit.com/
environment:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pspdfkit_flutter
description: PSPDFKit flutter plugin.
version: 1.10.0
version: 1.10.2
author: PSPDFKit
homepage: https://pspdfkit.com/
environment:
Expand Down