Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satrong/ipa-rename
将ipa文件重命名,重命名的格式`[ipa包名]--[证书名].ipa`。只支持macOS!
https://github.com/satrong/ipa-rename
Last synced: 13 days ago
JSON representation
将ipa文件重命名,重命名的格式`[ipa包名]--[证书名].ipa`。只支持macOS!
- Host: GitHub
- URL: https://github.com/satrong/ipa-rename
- Owner: satrong
- Created: 2019-07-15T15:37:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-24T08:17:56.000Z (almost 3 years ago)
- Last Synced: 2024-12-16T03:15:21.753Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> 将ipa文件重命名,重命名的格式`[ipa包名]--[证书名].ipa。只支持mac系统!`
## 安装
```shell
npm i -g ipa-rename
```## 使用
```shell
ipa-rename [指定文件或文件夹]
```如:
```shell
ipa-rename ./ipasDirectory
```