Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

Awesome Lists containing this project

README

        

> 将ipa文件重命名,重命名的格式`[ipa包名]--[证书名].ipa。只支持mac系统!`

## 安装
```shell
npm i -g ipa-rename
```

## 使用
```shell
ipa-rename [指定文件或文件夹]
```

如:
```shell
ipa-rename ./ipasDirectory
```