Skip to content

drewg233/ipafetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPA Fetcher

A command-line tool to fetch IPA files from Apple Configurator.

Installation

  1. Clone this repository:
git clone https://github.com/drewg233/ipafetch.git
cd ipafetch && pip install -e . && cd

Extra cd at the end to to get out of the folder, can call ipafetch after that

Usage

Basic usage:

ipafetch

This will use the default location (~/Desktop/IPAs) to store the IPA files.

Command-line Options

  • -o, --output: Specify a custom directory to store IPA files
ipafetch -o ~/Downloads/IPAs
# or
ipafetch --output ~/Downloads/IPAs

The tool will:

  1. Check if Apple Configurator is installed
  2. Open Apple Configurator if it's installed
  3. Create the specified IPA directory (or use default: ~/Desktop/IPAs)
  4. Monitor for new IPA files and copy them automatically

Requirements

  • Python 3.6 or higher
  • Apple Configurator (from Mac App Store)

How it works

  1. The tool monitors the Apple Configurator's temporary directory
  2. When you use Apple Configurator to install an app, it temporarily stores the IPA file
  3. The tool detects new IPA files and copies them to your specified directory
  4. You can stop the tool at any time by pressing Ctrl+C

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages