MohandL3G 53e5bf6659 Update Infuse Pro subtitle and IPA
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.
2026-03-05 17:27:24 +02:00
2026-03-05 17:27:24 +02:00
2026-03-05 11:37:59 +02:00
2026-03-05 17:27:24 +02:00

My-IPA

A personal repository for managing and sharing iOS application packages (IPAs).

This repository contains:

  • apps/ directory holding the .ipa files. Currently includes infuse-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

  1. Adding a new IPA

    • Drop the .ipa file into the apps/ directory.
    • Update apps.json with the new entry, including metadata such as name, version, and download URL.
  2. Updating Metadata

    • Edit apps.json to reflect any changes to existing apps.
    • Organize or add icons to the icons/ directory for reference or use in other tools.
  3. Cloning the Repo

    git clone https://gitea.mohandl3g.ly/mohandl3g/My-IPA.git
    cd My-IPA
    
  4. Sharing an IPA

    • Provide the .ipa file directly or through a link defined in apps.json.
    • Ensure recipients have the necessary provisioning profiles to install the IPA on their devices.

Notes

  • This repository is intended for personal use and not for public distribution of copyrighted applications.
  • Keep the apps.json manifest in sync with the contents of the apps/ 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
This is my Repo where I host my own IPA
Readme 118 MiB