2024-12-31 17:45:31 +05:30
2024-12-19 17:37:50 +05:30
2024-11-24 16:43:39 -08:00
2024-12-31 17:45:31 +05:30
2024-12-10 12:37:15 +05:30
2024-12-23 19:42:47 +05:30
2024-11-17 03:47:16 -05:00
2024-12-19 18:51:26 +05:30
2024-11-17 03:19:41 -05:00
2024-12-23 19:42:47 +05:30
2024-12-31 17:39:57 +05:30
2024-12-31 17:39:57 +05:30
2024-11-17 19:22:23 -05:00

Supersign

An all-in-one tool/library for sideloading iOS apps and talking to Apple Developer Services. Supports macOS and Linux.

Prerequisites

  • Supersign works out of the box on macOS.
  • On Linux, you'll need the development packages of libimobiledevice + its dependencies.
    • Alternatively, we provide a Dockerfile that does this for you. See Linux/README.md.

Installation (CLI)

$ git clone https://github.com/SuperchargeApp/Supersign
$ cd Supersign
$ swift run SupersignCLI --help
OVERVIEW: The Supersign command line tool

USAGE: supersign <subcommand>

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

SUBCOMMANDS:
  ds                      Interact with Apple Developer Services
  devices                 List devices
  install                 Install an ipa file to your device
  uninstall               Uninstall an installed app
  run                     Run an installed app

  See 'supersign help <subcommand>' for detailed help.

Installation (Library)

Just add it as a SwiftPM dependency!

// package dependency:
.package(url: "https://github.com/SuperchargeApp/Supersign", .upToNextMinor(from: "1.2.0"))
// target dependency:
.product(name: "Supersign", package: "Supersign")
Description
Languages
Swift 99%
Makefile 0.2%
C 0.2%
Shell 0.2%
JavaScript 0.2%
Other 0.2%