node-applesign icon indicating copy to clipboard operation
node-applesign copied to clipboard

NodeJS module and commandline utility for re-signing iOS applications (IPA files).

Results 22 node-applesign issues
Sort by recently updated
recently updated
newest added

Hi, I've experience an error while installing the application after I signed it. applesign -m embedded.mobileprovision -i F65C7C7C47767CE97C0FFEFC351726AED5BFB7B0 -I frida-gadget-12.9.7-ios-universal.dylib -c -a Sample.ipa then when I try to install it...

Hello, I currently use Zsign but I am investing in a macOS server for speed. I currently use a .p12 file with zsign, but node-applesign requires an identity to be...

devices with iOS 15+ now require the `--generate-entitlement-der` flag Reference: https://developer.apple.com/documentation/xcode/using-the-latest-code-signature-format

hey guys can we run this great script on Linux server ? i dont ` have mac and i want sign some apps with this script on Linux ! i...

We have added a share extension in the application, to resign the share extension I didn't find the proper command. is this has support for resigning Share Extension ?

I see support for ldid2 was recently added but I don't seem to see if its required (or how to install properly), even without trying to use it my scripts...

If the user uses -m and -i it must verify that both match, otherwise the signing will work but the installation will fail.

Hello, I see that you started code to implement multiple provisioning profiles but it states that it is not ready yet. Do you have a timeline on this? `// throw...