A macOS command line tool to convert iOS apps (.ipa
or .app
) to Apple M1 apps.
USAGE: ios2m1 <input> [--output <output>] [--verbose] [--remove-quarantine] [--move-to-apps]
ARGUMENTS:
<input> Path to .ipa or .app
OPTIONS:
-o, --output <output> Output folder
-v, --verbose Verbose logging
-r, --remove-quarantine Remove quarantine attributes from final product
-m, --move-to-apps Move final product to /Applications folder
-h, --help Show help information.
- Apple M1 mac
- A signed
.ipa
or.app
file
$ git clone https://github.com/n3d1117/ios2m1.git
$ cd ios2m1
$ swift build -c release
$ cp -f .build/release/ios2m1 /usr/local/bin/ios2m1
Done! You can now use ios2m1
within any folder from the terminal.