From 435e1f01ad9bb0520dd3cbaf67fac01a7555b37e Mon Sep 17 00:00:00 2001 From: Darren Chan Date: Wed, 10 Dec 2025 11:25:59 -0800 Subject: [PATCH 1/4] update podfile link --- example/ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ios/Podfile b/example/ios/Podfile index bba4be27a..21ed13314 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -7,7 +7,7 @@ install! 'cocoapods', :deterministic_uuids => false target 'example' do # PDFTron use_frameworks! - pod 'PDFNet', podspec: 'https://pdftron.com/downloads/ios/react-native/latest.podspec' + pod 'PDFNet', podspec: 'https://www.pdftron.com/downloads/ios/cocoapods/xcframeworks/pdfnet/latest.podspec' pod 'RNPdftron', :path => '../node_modules/react-native-pdftron' config = use_native_modules! From 692331aefc61e7a88ae551345121bf9916d03e43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 19:28:34 +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 7f340d8d9..ef7ebb0e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-pdftron", "title": "React Native Pdftron", - "version": "3.0.4-22", + "version": "3.0.4-23", "description": "React Native Pdftron", "main": "./lib/index.js", "typings": "index.ts", From 49f433d010923df42febd2c8bfdfeced4e081c50 Mon Sep 17 00:00:00 2001 From: Darren Chan Date: Wed, 10 Dec 2025 11:28:55 -0800 Subject: [PATCH 3/4] package json increment --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7f340d8d9..aa2cf1729 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-pdftron", "title": "React Native Pdftron", - "version": "3.0.4-22", + "version": "3.0.4-23", "description": "React Native Pdftron", "main": "./lib/index.js", "typings": "index.ts", @@ -43,4 +43,4 @@ "@types/prop-types": "*", "typescript": "*" } -} \ No newline at end of file +} From c609ffa597413f8484ad78b0eab6193c8c6fec0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 19:30:00 +0000 Subject: [PATCH 4/4] Updating package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa2cf1729..ef7ebb0e6 100644 --- a/package.json +++ b/package.json @@ -43,4 +43,4 @@ "@types/prop-types": "*", "typescript": "*" } -} +} \ No newline at end of file