Skip to content

Commit

Permalink
Move package to evehr organization
Browse files Browse the repository at this point in the history
  • Loading branch information
hmphu committed May 24, 2023
1 parent b893c13 commit 4a54f86
Show file tree
Hide file tree
Showing 5 changed files with 2,441 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))

Pod::Spec.new do |s|
s.name = 'CapacitorJailbreakRootDetection'
s.name = 'EvehrCapacitorJailbreakRootDetection'
s.version = package['version']
s.summary = package['description']
s.license = package['license']
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# capacitor-jailbreak-root-detection
# @evehr/capacitor-jailbreak-root-detection

Jailbreak Root detection plugin for capacitor.

## Install

```bash
npm install capacitor-jailbreak-root-detection
npm install @evehr/capacitor-jailbreak-root-detection
npx cap sync
```

Expand Down
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 @@
"@capacitor/core": "latest",
"@capacitor/camera": "latest",
"@capacitor/splash-screen": "latest",
"capacitor-jailbreak-root-detection": "file:..",
"@evehr/capacitor-jailbreak-root-detection": "file:..",
"@capacitor/ios": "^4.0.0",
"@capacitor/android": "^4.0.0"
},
Expand Down
Loading

0 comments on commit 4a54f86

Please sign in to comment.