From 38ce4f62a3c7b373a2db4fcc58079c98eb11486d Mon Sep 17 00:00:00 2001 From: Darren Chan Date: Thu, 11 Dec 2025 08:31:02 -0800 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebb28ac1..8df19b16 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ The release can be found here: https://github.com/ApryseSDK/pdftron-react-native ### iOS > [!IMPORTANT] -> As of March 2025, use of the podspec distributed specifically for the PDFTron React Native wrapper (`https://pdftron.com/downloads/ios/react-native/latest.podspec`) is deprecated. +> As of March 2025, use of the podspec distributed specifically for the PDFTron React Native wrapper (`https://www.pdftron.com/downloads/ios/cocoapods/xcframeworks/pdfnet/latest.podspec`) is deprecated. > > **All new and existing users are recommended to use the standard [Apryse iOS SDK CocoaPods](https://docs.apryse.com/ios/guides/get-started/integration?tab=cocoapods) instead.** > From beecd90e3726ac09c9231a71c96351e97fc86c30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 16:33:39 +0000 Subject: [PATCH 2/4] Updating package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef7ebb0e..2490c5d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-pdftron", "title": "React Native Pdftron", - "version": "3.0.4-23", + "version": "3.0.4-24", "description": "React Native Pdftron", "main": "./lib/index.js", "typings": "index.ts", From eebfb7332f80fdf7503f392567cda86f07cf90a4 Mon Sep 17 00:00:00 2001 From: Darren Chan Date: Thu, 11 Dec 2025 09:27:03 -0800 Subject: [PATCH 3/4] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8df19b16..a911c4d2 100644 --- a/README.md +++ b/README.md @@ -127,9 +127,11 @@ The release can be found here: https://github.com/ApryseSDK/pdftron-react-native ### iOS > [!IMPORTANT] -> As of March 2025, use of the podspec distributed specifically for the PDFTron React Native wrapper (`https://www.pdftron.com/downloads/ios/cocoapods/xcframeworks/pdfnet/latest.podspec`) is deprecated. -> -> **All new and existing users are recommended to use the standard [Apryse iOS SDK CocoaPods](https://docs.apryse.com/ios/guides/get-started/integration?tab=cocoapods) instead.** +> As of March 2025, use of the podspec distributed specifically for the PDFTron React Native wrapper (`https://pdftron.com/downloads/ios/react-native/latest.podspec`) is deprecated and no longer maintained. +> +> Please update to the latest podspec provided for the wrapper as soon as possible (`https://www.pdftron.com/downloads/ios/cocoapods/xcframeworks/pdfnet/latest.podspec`) +> +> See more information here: [Apryse iOS SDK CocoaPods](https://docs.apryse.com/ios/guides/get-started/integration?tab=cocoapods) > > Please update your `Podfile` accordingly. From f821cec94d83c950613d8765f75f70425eb276fb Mon Sep 17 00:00:00 2001 From: Darren Chan Date: Thu, 11 Dec 2025 09:46:42 -0800 Subject: [PATCH 4/4] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a911c4d2..97ad4aa2 100644 --- a/README.md +++ b/README.md @@ -131,8 +131,6 @@ The release can be found here: https://github.com/ApryseSDK/pdftron-react-native > > Please update to the latest podspec provided for the wrapper as soon as possible (`https://www.pdftron.com/downloads/ios/cocoapods/xcframeworks/pdfnet/latest.podspec`) > -> See more information here: [Apryse iOS SDK CocoaPods](https://docs.apryse.com/ios/guides/get-started/integration?tab=cocoapods) -> > Please update your `Podfile` accordingly. 1. Open `Podfile` in the `ios` folder, add the following line to the `target 'MyApp' do ... end` block: