initial commit
A macOS command line tool to convert iOS apps (.ipa or .app) to Apple M1 apps.
.ipa
.app
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.
$ 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 ios2m1within any folder from the terminal.
ios2m1
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
ios2m1
A macOS command line tool to convert iOS apps (
.ipa
or.app
) to Apple M1 apps.Screenshot
Usage
Requirements
.ipa
or.app
fileBuild instructions
Done! You can now use
ios2m1
within any folder from the terminal.Credits