Skip to content

Releases: CyberTKR/IpaSigner

v2.0.0

09 Jul 10:12

Choose a tag to compare

🚀 IPASIGN v2.0.0 - Major Release

✨ Revolutionary Update: Simplified & Powerful

This major release completely transforms IPASIGN into a modern, reliable iOS IPA signing solution with zsign integration and comprehensive user experience improvements.

🔥 What's New

Simplified Signing Engine

  • zsign Integration - Replaced complex manual codesign with robust zsign backend
  • Auto Installation - Automatically installs zsign if not found on system
  • One-Click Signing - Simple workflow: select IPA, certificate, profile → sign!

📱 Enhanced Device Management

  • Smart Conflict Detection - Warns about Bundle ID conflicts instead of auto-removal
  • USB Troubleshooting - Built-in device connection diagnostics
  • Real-time Device Detection - Improved iOS device recognition

🛡️ Better User Experience

  • Comprehensive Logging - Detailed progress and error reporting
  • Interactive Warnings - User-friendly popup notifications
  • Guided Troubleshooting - Step-by-step problem solving

🔧 Technical Improvements

Simplified Architecture

  • Removed 600+ lines of complex manual signing code
  • Eliminated dependencies: OpenSSL, libzip, libplist
  • Streamlined to Qt6 + zsign only
  • Modern C++17 codebase

Removed Components

  • certificate.cpp & provision.cpp (~15.6KB)
  • Manual bundle ID adaptation
  • Complex entitlements creation
  • ZIP/IPA extraction logic

📋 Key Features

  • 🖥️ Modern Qt6 GUI - Clean, intuitive interface
  • 🔧 Auto zsign Setup - Zero manual configuration
  • ⚠️ Smart Warnings - Helpful conflict resolution
  • 📱 Device Management - USB connection troubleshooting
  • 🪵 Detailed Logging - Real-time progress tracking

🚀 Getting Started

  1. Download the release binary
  2. Install dependencies: brew install qt@6
  3. Run IPASIGN - zsign will be auto-installed
  4. Select files and sign!

📖 Documentation

  • Complete README with troubleshooting guide
  • USB device connection fixes
  • Certificate and provisioning help
  • Build instructions for developers

🙏 Credits

  • zsign - The powerful signing engine
  • Qt Project - Excellent cross-platform framework
  • Community - Bug reports and feature requests

Perfect for developers, testers, and enterprise iOS app distribution!

Full Changelog: v1.0.0...v2.0.0

v1.0.0: 🎉 Initial commit: IPA Signer Tool

01 Jul 20:21

Choose a tag to compare

🔐 Cross-platform IPA signing tool with Qt6 GUI & CLI. Automatically matches certificates, adapts bundle IDs, and signs iOS apps with your own developer certificates.