diff --git a/CHANGELOG.md b/CHANGELOG.md index afc8a113..761763ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.0.1-50 - October 16, 2025 +- Update the example project to use the official Apryse iOS podspec links + # 1.0.1-49 - October 15, 2025 - Performance update for the `importAnnotations()` API on iOS diff --git a/example/ios/Podfile b/example/ios/Podfile index 8e7ee2d8..a1789fe1 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -32,8 +32,8 @@ target 'Runner' do # PDFTron Pods use_frameworks! - pod 'PDFTron', podspec: 'https://pdftron.com/downloads/ios/flutter/pdftron/latest.podspec' - pod 'PDFTronTools', podspec: 'https://pdftron.com/downloads/ios/flutter/pdftron-tools/latest.podspec' + pod 'PDFTron', podspec: 'https://www.pdftron.com/downloads/ios/cocoapods/xcframeworks/pdftron/latest.podspec' + pod 'PDFTronTools', podspec: 'https://www.pdftron.com/downloads/ios/cocoapods/xcframeworks/pdftron-tools/latest.podspec' end post_install do |installer| diff --git a/pubspec.yaml b/pubspec.yaml index 0a68cabc..13de859b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pdftron_flutter description: A convenience wrapper to build Flutter apps that use the PDFTron mobile SDK for smooth, flexible, and stand-alone document viewing. -version: 1.0.1-49 +version: 1.0.1-50 homepage: https://www.apryse.com repository: https://github.com/ApryseSDK/pdftron-flutter issue_tracker: https://github.com/ApryseSDK/pdftron-flutter/issues