Simplify the Infuse Pro subtitle by removing the explicit 'downloaded from ipaomtk.com' reference. Also replace the apps/infuse-pro.ipa binary with an updated build, updating the packaged IPA alongside the metadata change.
My-IPA
A personal repository for managing and sharing iOS application packages (IPAs).
This repository contains:
- apps/ – directory holding the
.ipafiles. Currently includesinfuse-pro.ipa. - icons/ – folder for any app icons or related image assets.
- apps.json – a manifest file describing the applications hosted here.
Structure
apps.json
apps/
infuse-pro.ipa
icons/
README.md
Usage
-
Adding a new IPA
- Drop the
.ipafile into theapps/directory. - Update
apps.jsonwith the new entry, including metadata such as name, version, and download URL.
- Drop the
-
Updating Metadata
- Edit
apps.jsonto reflect any changes to existing apps. - Organize or add icons to the
icons/directory for reference or use in other tools.
- Edit
-
Cloning the Repo
git clone https://gitea.mohandl3g.ly/mohandl3g/My-IPA.git cd My-IPA -
Sharing an IPA
- Provide the
.ipafile directly or through a link defined inapps.json. - Ensure recipients have the necessary provisioning profiles to install the IPA on their devices.
- Provide the
Notes
- This repository is intended for personal use and not for public distribution of copyrighted applications.
- Keep the
apps.jsonmanifest in sync with the contents of theapps/folder to avoid confusion.
Feel free to modify this README to suit your workflow or to add additional automation scripts or tooling in the future.
Description