Release 0.9.1
Pre-release
Pre-release
[v0.9.1] - 2026-08-21
🛡️ iOS-on-Mac Wrapper Application Detection & Safe Rejection
- Graceful Unsupported Architecture Handling:
- Enhanced
AppProber,SoftCloneEngine, andHardCloneEngineto accurately identify iOS/iPadOS wrapper applications designed for Apple Silicon (apps containingWrapper/orUIDeviceFamilywithLSRequiresIPhoneOS=True). - Gracefully rejects cloning iOS-on-Mac wrapper applications with clear, localized error prompts (
error_ios_wrapper_unsupported) across CLI (atbclone clone,atbclone wizard) and GUI Creation Wizard, preventing corrupted bundle generation and launch failures.
- Enhanced
🎨 Automated Icon Resource Pipeline in Packaging Scripts
- Dynamic
.icnsGeneration:- Added automated
.icnscompilation viasipsandiconutilinscripts/build_gui.shduring macOS DMG and app bundle generation. - Enhanced asset inclusion and integrity verification in packaging workflows.
- Added automated
🌐 Multi-Language Localization
- Localized Error Diagnostics:
- Added localized prompt messages for unsupported iOS wrapper apps across all 9 supported languages.
- Testing:
- Expanded test suite to 336 automated unit and GUI integration tests.