Skip to content

I-Info/ios2macos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ios2m1

Platform Platform

A macOS command line tool to convert iOS apps (.ipa or .app) to Apple M1 apps.

Screenshot

Usage

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.

Requirements

  • Apple M1 mac
  • A signed .ipa or .app file

Build instructions

$ 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.

Credits

About

command line tool to convert iOS apps into macOS apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%