Skip to content

Commit 908c885

Browse files
[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>
1 parent 0b58921 commit 908c885

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/npm_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
if: github.repository == 'PDFTron/pdftron-react-native'
13+
if: github.repository == 'ApryseSDK/pdftron-react-native'
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ APIs are available on the [API page](API.md).
3232

3333
Version `2.0.2` is the last stable release for the legacy UI.
3434

35-
The release can be found here: https://github.com/PDFTron/pdftron-react-native/releases/tag/legacy-ui.
35+
The release can be found here: https://github.com/ApryseSDK/pdftron-react-native/releases/tag/legacy-ui.
3636

3737
## Pre-Java 17
3838

3939
Version `3.0.3-38` is the last stable release for pre-Java 17.
4040

41-
The release can be found here: https://github.com/PDFTron/pdftron-react-native/releases/tag/pre-java17.
41+
The release can be found here: https://github.com/ApryseSDK/pdftron-react-native/releases/tag/pre-java17.
4242

4343
## Installation
4444

@@ -51,14 +51,14 @@ The release can be found here: https://github.com/PDFTron/pdftron-react-native/r
5151
In `MyApp` folder, install `react-native-pdftron` by calling:
5252

5353
```shell
54-
yarn add github:PDFTron/pdftron-react-native
54+
yarn add github:ApryseSDK/pdftron-react-native
5555
yarn install
5656
```
5757

5858
or
5959

6060
```shell
61-
npm install github:PDFTron/pdftron-react-native --save
61+
npm install github:ApryseSDK/pdftron-react-native --save
6262
npm install
6363
```
6464

RNPdftron.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Pod::Spec.new do |s|
99
s.description = <<-DESC
1010
RNPdftron
1111
DESC
12-
s.homepage = "https://github.com/PDFTron/pdftron-react-native"
12+
s.homepage = "https://github.com/ApryseSDK/pdftron-react-native"
1313
s.license = "MIT"
1414
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
1515
s.author = { "author" => "author@domain.cn" }
1616
s.platform = :ios, "11.0"
17-
s.source = { :git => "https://github.com/PDFTron/pdftron-react-native.git", :tag => "#{s.version}" }
17+
s.source = { :git => "https://github.com/ApryseSDK/pdftron-react-native.git", :tag => "#{s.version}" }
1818

1919
s.source_files = "ios/**/*.{h,m}"
2020
s.requires_arc = true

application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
detect.project.name=PDFTron/pdftron_react_native
1+
detect.project.name=ApryseSDK/pdftron_react_native

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"deprecated-react-native-prop-types": "^2.3.0",
1717
"react": "^18.0.0",
1818
"react-native": "^0.69.1",
19-
"react-native-pdftron": "github:PDFTron/pdftron-react-native"
19+
"react-native-pdftron": "github:ApryseSDK/pdftron-react-native"
2020
},
2121
"devDependencies": {
2222
"@babel/core": "^7.12.9",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-pdftron",
33
"title": "React Native Pdftron",
4-
"version": "3.0.4-6",
4+
"version": "3.0.4-7",
55
"description": "React Native Pdftron",
66
"main": "./lib/index.js",
77
"typings": "index.ts",
@@ -16,11 +16,11 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git+https://github.com/PDFTron/pdftron-react-native.git",
20-
"baseUrl": "https://github.com/PDFTron/pdftron-react-native"
19+
"url": "git+https://github.com/ApryseSDK/pdftron-react-native.git",
20+
"baseUrl": "https://github.com/ApryseSDK/pdftron-react-native"
2121
},
2222
"license": "SEE LICENSE IN LICENSE",
23-
"homepage": "https://www.pdftron.com/documentation/mobile/#frameworks",
23+
"homepage": "https://docs.apryse.com/",
2424
"keywords": [
2525
"react-native",
2626
"PDFTron",

0 commit comments

Comments
 (0)