From 908c885c806a112c05c348b2d17c1201591e93ca Mon Sep 17 00:00:00 2001 From: sgong-pdftron Date: Wed, 4 Sep 2024 10:48:56 -0700 Subject: [PATCH] [Example] Update to ApryseSDK link (#692) * Update to ApryseSDK link * Updating package version * Updating package version * update to ApryseSDK * Updating package version * try again --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/npm_publish.yml | 2 +- README.md | 8 ++++---- RNPdftron.podspec | 4 ++-- application.properties | 2 +- example/package.json | 2 +- package.json | 8 ++++---- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/npm_publish.yml b/.github/workflows/npm_publish.yml index e1b1c38ed..d66178cc4 100644 --- a/.github/workflows/npm_publish.yml +++ b/.github/workflows/npm_publish.yml @@ -10,7 +10,7 @@ on: jobs: build: - if: github.repository == 'PDFTron/pdftron-react-native' + if: github.repository == 'ApryseSDK/pdftron-react-native' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 38791dfc4..447d38a64 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ APIs are available on the [API page](API.md). Version `2.0.2` is the last stable release for the legacy UI. -The release can be found here: https://github.com/PDFTron/pdftron-react-native/releases/tag/legacy-ui. +The release can be found here: https://github.com/ApryseSDK/pdftron-react-native/releases/tag/legacy-ui. ## Pre-Java 17 Version `3.0.3-38` is the last stable release for pre-Java 17. -The release can be found here: https://github.com/PDFTron/pdftron-react-native/releases/tag/pre-java17. +The release can be found here: https://github.com/ApryseSDK/pdftron-react-native/releases/tag/pre-java17. ## Installation @@ -51,14 +51,14 @@ The release can be found here: https://github.com/PDFTron/pdftron-react-native/r In `MyApp` folder, install `react-native-pdftron` by calling: ```shell - yarn add github:PDFTron/pdftron-react-native + yarn add github:ApryseSDK/pdftron-react-native yarn install ``` or ```shell - npm install github:PDFTron/pdftron-react-native --save + npm install github:ApryseSDK/pdftron-react-native --save npm install ``` diff --git a/RNPdftron.podspec b/RNPdftron.podspec index abd813bb5..8dacd7ead 100644 --- a/RNPdftron.podspec +++ b/RNPdftron.podspec @@ -9,12 +9,12 @@ Pod::Spec.new do |s| s.description = <<-DESC RNPdftron DESC - s.homepage = "https://github.com/PDFTron/pdftron-react-native" + s.homepage = "https://github.com/ApryseSDK/pdftron-react-native" s.license = "MIT" # s.license = { :type => "MIT", :file => "FILE_LICENSE" } s.author = { "author" => "author@domain.cn" } s.platform = :ios, "11.0" - s.source = { :git => "https://github.com/PDFTron/pdftron-react-native.git", :tag => "#{s.version}" } + s.source = { :git => "https://github.com/ApryseSDK/pdftron-react-native.git", :tag => "#{s.version}" } s.source_files = "ios/**/*.{h,m}" s.requires_arc = true diff --git a/application.properties b/application.properties index 8656f4dca..5ff2c07e5 100644 --- a/application.properties +++ b/application.properties @@ -1 +1 @@ -detect.project.name=PDFTron/pdftron_react_native +detect.project.name=ApryseSDK/pdftron_react_native diff --git a/example/package.json b/example/package.json index 51f5db9f6..d48990f4d 100644 --- a/example/package.json +++ b/example/package.json @@ -16,7 +16,7 @@ "deprecated-react-native-prop-types": "^2.3.0", "react": "^18.0.0", "react-native": "^0.69.1", - "react-native-pdftron": "github:PDFTron/pdftron-react-native" + "react-native-pdftron": "github:ApryseSDK/pdftron-react-native" }, "devDependencies": { "@babel/core": "^7.12.9", diff --git a/package.json b/package.json index 82b1e6542..b9660febd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-pdftron", "title": "React Native Pdftron", - "version": "3.0.4-6", + "version": "3.0.4-7", "description": "React Native Pdftron", "main": "./lib/index.js", "typings": "index.ts", @@ -16,11 +16,11 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/PDFTron/pdftron-react-native.git", - "baseUrl": "https://github.com/PDFTron/pdftron-react-native" + "url": "git+https://github.com/ApryseSDK/pdftron-react-native.git", + "baseUrl": "https://github.com/ApryseSDK/pdftron-react-native" }, "license": "SEE LICENSE IN LICENSE", - "homepage": "https://www.pdftron.com/documentation/mobile/#frameworks", + "homepage": "https://docs.apryse.com/", "keywords": [ "react-native", "PDFTron",