Releases: CyberTKR/IpaSigner
Releases · CyberTKR/IpaSigner
v2.0.0
🚀 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
- Download the release binary
- Install dependencies:
brew install qt@6 - Run IPASIGN - zsign will be auto-installed
- 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
🔐 Cross-platform IPA signing tool with Qt6 GUI & CLI. Automatically matches certificates, adapts bundle IDs, and signs iOS apps with your own developer certificates.