Skip to content

Commit

Permalink
[Example] Update to ApryseSDK link (#692)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
sgong-pdftron and github-actions[bot] authored Sep 4, 2024
1 parent 0b58921 commit 908c885
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
```

Expand Down
4 changes: 2 additions & 2 deletions RNPdftron.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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" => "[email protected]" }
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
Expand Down
2 changes: 1 addition & 1 deletion application.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
detect.project.name=PDFTron/pdftron_react_native
detect.project.name=ApryseSDK/pdftron_react_native
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 908c885

Please sign in to comment.