Skip to content

xls222/IPA-to-APP-Converter

 
 

Repository files navigation

Converter

A fork of paradiseduo/Converter. Removed some unnecessary steps.

see more

Convert IPA to Mac App (M1 SIP enabled)

requirements:

How to use

> git clone https://github.com/paradiseduo/Converter.git
> chmod +x build-macOS_arm.sh.sh
> ./build-macOS_arm.sh
> ./converter
Version 1.0

converter is a tool to conver iOS application to macOS application and run with M1.

Examples:
    mac:
        converter Test.ipa

USAGE: converter ipa_path

ARGUMENTS:
  <ipa_path>        The ipa file path.

OPTIONS:
  -h, --help              Show help information.

Example

You must use a Decrypted IPA with developer codesign

> ./converter ~/Desktop/KingsRaid.ipa
Start converter /Users/minim1/Desktop/KingsRaid.ipa
Finish converter, you can found it in current work directory

Thanks

About

Convert an IPA (iOS) to mac App (M1)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 91.2%
  • Shell 8.8%