Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osfunapps/os-ios-prepare-ipa-file-py
https://github.com/osfunapps/os-ios-prepare-ipa-file-py
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/osfunapps/os-ios-prepare-ipa-file-py
- Owner: osfunapps
- License: mit
- Created: 2021-07-27T13:54:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T14:01:50.000Z (over 3 years ago)
- Last Synced: 2024-11-08T21:48:50.891Z (about 2 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Introduction
------------This module aim to prepare an .ipa file for distribution in an HTTPS server.
It will create a .plist and .html files.
Afterwards, these files should be stored in a server (together with the .ipa file) to be downloaded from an iPad or iPhone.## Installation
Install via pip:pip install os-ios-prepare-ipa-file
## Usage:
```python
from os_ios_prepare_ipa_file import ipa_preparer as ipip.prepare_ipa_file(ipa_file_path="path/to/ipa_file.ipa",
ipa_file_path_in_server= "www.my_website.com/storage/ipa_file.ipa",
html_file_path_in_server="www.my_website.com/pages/download_latest_version/download.html",
bundle_identifier="com.app.bundleidentifier",
app_name="MyAppName")
```That's it.
## Links
[GitHub - osapps](https://github.com/osfunapps)[GitHub - os-android-app-automation](https://github.com/osfunapps/os-android-app-automation-py)
## Licence
ISC