Releases: DanTheMan827/ios-app-signer
Releases · DanTheMan827/ios-app-signer
1.14.0
- Apple Silicon support
- Added option to skip get-task-allow entitlement
- Sort certificates
- Use NSDictionary to implement getPlistKey
- Fix wildcard application-identifier in entitlement
- Add an error log when code sign error occurs
- Add edit menu to allow use of copy / cut / paste / select all shortcuts
1.13.1
1.13
-
Add the option to skip the plugins folder, this allows for separate signatures for extensions and the main app.
Thanks to @kambala-decapitator for the pull request
1.12
- Fix a regression caused by a missing mach-o file magic
1.11
- The development certificate is kept consistent with the entitlements.plist file generated by xcode when it is packaged, so that it cannot be debugged after re-signing.
- add IpaSecurityRestriction dylib signing support #85
- fix bug: signer use Dynamic framework can't upload to app store
- match mach-o files by content instead of extension
- add distinct mobileprovision in list
1.10
- Support for the new deb format
- Some fixes for high sierra
1.9
- A couple bug fixes
- Check if the required Xcode command line tools are installed before continuing
- Add support to change the displayed app version number
1.8.3
- Fix compatibility with MacOS 10.12 developer beta 8
1.8.2
1.8.1
- Added an option to manually update the WWDR certificate to the help menu
- Fixed a bug where the main executable of an IPA sometimes didn't have the executable attribute set