https://github.com/matsoftware/mobile-metrics-scripts
Container for scripts used to analyze mobile apps.
https://github.com/matsoftware/mobile-metrics-scripts
Last synced: about 1 year ago
JSON representation
Container for scripts used to analyze mobile apps.
- Host: GitHub
- URL: https://github.com/matsoftware/mobile-metrics-scripts
- Owner: matsoftware
- License: mit
- Created: 2020-10-11T12:22:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-10T15:42:48.000Z (over 5 years ago)
- Last Synced: 2025-02-03T14:47:24.155Z (about 1 year ago)
- Language: Python
- Size: 11.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# mobile-metrics-scripts
Container for scripts used to analyze mobile apps.
## IPA Size analysis
Usage:
```bash
./bin/ipa.py -h
usage: ipa.py [-h] --ipa-path A --external-frameworks-input-file-list E
Analysis of the size of an IPA file
optional arguments:
-h, --help show this help message and exit
--ipa-path A The path to the IPA file
--external-frameworks-input-file-list E
The path to xcfilelist file containing the list of names of libraries considered external to the project.
```