https://github.com/manicmaniac/manifest
A WSGI application to distribute ad hoc / in-house iOS apps.
https://github.com/manicmaniac/manifest
Last synced: 2 months ago
JSON representation
A WSGI application to distribute ad hoc / in-house iOS apps.
- Host: GitHub
- URL: https://github.com/manicmaniac/manifest
- Owner: manicmaniac
- Created: 2016-02-04T16:04:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T16:05:05.000Z (over 9 years ago)
- Last Synced: 2025-01-24T20:23:56.745Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
manifest
========A WSGI application to distribute ad hoc / in-house iOS apps.
Install
-------If you use Python 3.4 or higher, there are no prerequisites to install.
Just copy ``manifest.py`` into your preferred web server... Note: Currently this does not work on other Python versions.
Usage
-----Put ``your_app.ipa`` in the directory named ``static`` which is placed at the same level of hierarchy with ``manifest.py``.
Then access there through a mobile web browser.Testing
-------Run ``tests.py``.