Skip to content

Commit 6621612

Browse files
committedMay 6, 2024
Chore: 패키지명 수정에 따른 부가 작업
1 parent 2e5a766 commit 6621612

File tree

5 files changed

+5
-3649
lines changed

5 files changed

+5
-3649
lines changed
 

‎CapacitorExitApp.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require 'json'
33
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
44

55
Pod::Spec.new do |s|
6-
s.name = 'CapacitorCommunityExitApp'
6+
s.name = 'CapacitorExitApp'
77
s.version = package['version']
88
s.summary = package['description']
99
s.license = package['license']

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# @capacitor-community/exit-app
1+
# capacitor-exit-app
22

33
This package has the ability to shut down the app in the capacitor environment.
44

55
## Install
66

77
```bash
8-
npm install @capacitor-community/exit-app
8+
npm install capacitor-exit-app
99
npx cap sync
1010
```
1111

‎example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@capacitor/core": "latest",
1717
"@capacitor/camera": "latest",
1818
"@capacitor/splash-screen": "latest",
19-
"@capacitor-community/exit-app": "file:..",
19+
"capacitor-exit-app": "file:..",
2020
"@capacitor/ios": "^6.0.0",
2121
"@capacitor/android": "^6.0.0"
2222
},

0 commit comments

Comments
 (0)
Please sign in to comment.