File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 );
Original file line number Diff line number Diff line change 11name : pspdfkit_example
22description : Demonstrates how to use the pspdfkit plugin.
3- version : 1.10.3
3+ version : 1.10.4
44author : PSPDFKit
55homepage : https://pspdfkit.com/
66environment :
Original file line number Diff line number Diff line change 11name : pspdfkit_flutter
22description : PSPDFKit flutter plugin.
3- version : 1.10.3
3+ version : 1.10.4
44author : PSPDFKit
55homepage : https://pspdfkit.com/
66environment :
You can’t perform that action at this time.
0 commit comments