Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

I-Info/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

Releases

No releases published

Packages

No packages published

Languages

  • Swift 91.2%
  • Shell 8.8%