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

https://github.com/paradiseduo/applereview

A python tool to help apple review your code and ipa
https://github.com/paradiseduo/applereview

Last synced: 4 months ago
JSON representation

A python tool to help apple review your code and ipa

Awesome Lists containing this project

README

        

# AppleReview
A python tool to help apple review your code and ipa

## How to use
```bash

Usage:
python3 scan.py -i xxx.ipa -f checklist

-h show help
-i
-f

```

## Example
You can add keyword in checklist, one keyword per line, support chinese word.

```bash
❯ python3 scan.py -i 抖音.ipa -f checklist

以下文件包含alipay
./Payload/Aweme.app/_CodeSignature/CodeResources
./Payload/Aweme.app/AlipaySDK.bundle/bridge.js
./Payload/Aweme.app/APBToygerFacade.bundle/id.strings
./Payload/Aweme.app/APBToygerFacade.bundle/en.strings
./Payload/Aweme.app/APBToygerFacade.bundle/zh-Hant.strings
./Payload/Aweme.app/APBToygerFacade.bundle/zh-HK.strings
./Payload/Aweme.app/APBToygerFacade.bundle/zh-Hans.strings
Binary file ./Payload/Aweme.app/Frameworks/AwemeCore.framework/AwemeCore matches
Binary file ./Payload/Aweme.app/CJPay.bundle/en.lproj/CJPayLocalization.strings matches
./Payload/Aweme.app/Info.plist
==========================================
```