All Projects → xndrs → Xresign

xndrs / Xresign

Licence: mit
XReSign - developer tool to sign or resign iOS app (.ipa) files with a digital certificate from Apple.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Xresign

Cartool
Mac上解压Assets.car文件的小工具(支持右键解压)
Stars: ✭ 375 (+35.38%)
Mutual labels:  ipa, xcode
Amappexporttoipa Xcode Plugin
AMAppExportToIPA-Xcode-Plugin is a simple Xcode plugin to export .app to .ipa file.
Stars: ✭ 185 (-33.21%)
Mutual labels:  ipa, xcode
Monkeydev
CaptainHook Tweak、Logos Tweak and Command-line Tool、Patch iOS Apps, Without Jailbreak.
Stars: ✭ 5,492 (+1882.67%)
Mutual labels:  ipa, xcode
Swiftui Sliders
🚀 SwiftUI Sliders with custom styles
Stars: ✭ 241 (-13%)
Mutual labels:  apple, xcode
ios code sign
iOS 签名简介
Stars: ✭ 23 (-91.7%)
Mutual labels:  apple, ipa
Swiftscan
A barcode and qr code scanner( 二维码/条形码扫描、生成,仿微信、支付宝)
Stars: ✭ 293 (+5.78%)
Mutual labels:  ipa, xcode
Popcorntimetv
Popcorn Time for Apple TV 4, iPhone and iPad
Stars: ✭ 1,216 (+338.99%)
Mutual labels:  ipa, apple
Macos Cookbook
A Chef cookbook used to provision macOS
Stars: ✭ 183 (-33.94%)
Mutual labels:  apple, xcode
ipatool
Command-line tool that allows searching and downloading app packages (known as ipa files) from the iOS App Store
Stars: ✭ 2,438 (+780.14%)
Mutual labels:  apple, ipa
Ipadownload
Search and download decrypted IPA file from 3rd-party App Store.
Stars: ✭ 247 (-10.83%)
Mutual labels:  ipa, xcode
Swiftui Charts
🚀 SwiftUI Charts with custom styles
Stars: ✭ 272 (-1.81%)
Mutual labels:  apple, xcode
Node Applesign
NodeJS module and commandline utility for re-signing iOS applications (IPA files).
Stars: ✭ 261 (-5.78%)
Mutual labels:  apple, signing
Periphery
A tool to identify unused code in Swift projects.
Stars: ✭ 3,017 (+989.17%)
Mutual labels:  apple, xcode
Ipapatch
Patch iOS Apps, The Easy Way, Without Jailbreak.
Stars: ✭ 3,837 (+1285.2%)
Mutual labels:  ipa, xcode
Shsearchbar
The search bar that doesn't suck.
Stars: ✭ 206 (-25.63%)
Mutual labels:  apple, xcode
Relax
A tiny release tool to support multi distribution(IPA) on iOS development.
Stars: ✭ 40 (-85.56%)
Mutual labels:  ipa, xcode
Alerttoast
Create Apple-like alerts & toasts using SwiftUI
Stars: ✭ 151 (-45.49%)
Mutual labels:  apple, xcode
React Native Unified Contacts
Your best friend when working with the latest and greatest Contacts Framework in iOS 9+ in React Native.
Stars: ✭ 156 (-43.68%)
Mutual labels:  apple, xcode
Ios Signer Service
✒ A self-hosted, cross-platform service to sign and install iOS apps, all without a computer
Stars: ✭ 200 (-27.8%)
Mutual labels:  ipa, signing
WacOS
A Linux distribution that mimics MacOS (modern and classic) iOS, and other Apple operating systems, but is open, customizable, and free to use on non-apple hardware.
Stars: ✭ 18 (-93.5%)
Mutual labels:  apple, ipa

XReSign

XReSign allows you to sign or resign unencrypted ipa-files with certificate for which you hold the corresponding private key. Checked for developer, ad-hoc and enterprise distribution.

How to use

GUI application

Screenshot

Shell command

In addition to GUI app, you can find, inside Scripts folder, xresign.sh script to run resign task from the command line.

Usage:

$ ./xresign.sh -s path -c certificate [-e entitlements] [-p path] [-b identifier]

where:
-s  path to ipa file which you want to sign/resign
-c  signing certificate Common Name from Keychain
-e  new entitlements to change (Optional)
-p  path to mobile provisioning file (Optional)
-b  bundle identifier (Optional)

Acknowledgments

Inspired by such great tool as iReSign and other command line scripts to resign the ipa files. Unfortunately a lot of them not supported today. So this is an attempt to support resign the app bundle components both through the GUI application and through the command line script.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].