Skip to content

Commit 57e6481

Browse files
authored
Update for PSPDFKit 10.2 for iOS and Xcode 12.4 (#81)
* Update for PSPDFKit 10.2 for iOS * Bump version number to 1.10.4 * Update changelog
1 parent c8fbdba commit 57e6481

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
## Next Release
22

3-
- Fixes versioning system to not require a manual update in two places. (#80)
3+
## [1.10.4] - 2 Feb 2021
4+
45
- Updates Gradle version and enable AndroidX for Android plugin and example. (#80)
6+
- Updates for PSPDFKit 10.2 for iOS and Xcode 12.4.(#81)
57
- Changes open source license to modified BSD instead of Apache. (#79)
8+
- Fixes versioning system to not require a manual update in two places. (#80)
69

710
## [1.10.3] - 11 Jan 2021
811

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ adb push /path/to/your/document.pdf /sdcard/document.pdf
214214
#### Requirements
215215

216216
- The latest [Xcode](https://developer.apple.com/xcode/)
217-
- PSPDFKit 10.1.0 for iOS or later
218-
- Flutter 1.23.0-18.1.pre or later
219-
- CocoaPods 1.10.0 or later (Update cocoapods with: `gem install cocoapods`)
217+
- PSPDFKit 10.2.0 for iOS or later
218+
- Flutter 1.22.6 or later
219+
- CocoaPods 1.10.1 or later (Update cocoapods with: `gem install cocoapods`)
220220

221221
#### Getting Started
222222

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,13 @@
213213
);
214214
inputPaths = (
215215
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
216+
"${PODS_ROOT}/../Flutter/Flutter.framework",
216217
"${PODS_XCFRAMEWORKS_BUILD_DIR}/PSPDFKit/PSPDFKit.framework/PSPDFKit",
217218
"${PODS_XCFRAMEWORKS_BUILD_DIR}/PSPDFKitUI/PSPDFKitUI.framework/PSPDFKitUI",
218219
);
219220
name = "[CP] Embed Pods Frameworks";
220221
outputPaths = (
222+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework",
221223
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PSPDFKit.framework",
222224
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PSPDFKitUI.framework",
223225
);

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pspdfkit_example
22
description: Demonstrates how to use the pspdfkit plugin.
3-
version: 1.10.3
3+
version: 1.10.4
44
author: PSPDFKit
55
homepage: https://pspdfkit.com/
66
environment:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pspdfkit_flutter
22
description: PSPDFKit flutter plugin.
3-
version: 1.10.3
3+
version: 1.10.4
44
author: PSPDFKit
55
homepage: https://pspdfkit.com/
66
environment:

0 commit comments

Comments
 (0)