Skip to content

Releases: DanTheMan827/ios-app-signer

1.14.0

16 Feb 02:59
Compare
Choose a tag to compare
  • 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

05 Dec 04:06
Compare
Choose a tag to compare
  • Bug Fix: pass the required full path to checkMachOFile instead of just the file name
  • Revert commit 73f30c6, this was causing some incorrect entitlement IDs

1.13

26 Jul 23:34
1f7b8f3
Compare
Choose a tag to compare
  • 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

21 May 03:23
Compare
Choose a tag to compare
  • Fix a regression caused by a missing mach-o file magic

1.11

14 May 04:09
Compare
Choose a tag to compare
  • 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

24 Feb 19:56
Compare
Choose a tag to compare
  • Support for the new deb format
  • Some fixes for high sierra

1.9

21 Dec 00:23
Compare
Choose a tag to compare
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

06 Sep 17:59
Compare
Choose a tag to compare
  • Fix compatibility with MacOS 10.12 developer beta 8

1.8.2

08 Jul 13:03
Compare
Choose a tag to compare
  • Added support for MacOS Sierra, thanks @NoahSaso!

1.8.1

07 May 22:11
Compare
Choose a tag to compare
  • 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