node-applesign
node-applesign copied to clipboard
NodeJS module and commandline utility for re-signing iOS applications (IPA files).
For micro-apps and appex is requiered to specify a unique embedded.mobileprovision that match app id. Applesign needs to use this embedded.mobileprovision as an extra argument only in the micro-app or...
Actually we should switch to use a wasm compiled version of https://github.com/sskaje/unzip-lzfse
Right now it seems like the DeploymentTargetPlatformVersion element of the Info.plist is ignored but it can be changed to the same value of the MinimumOSVersion when the -O option is...
As described in this project: https://github.com/saucelabs/isign Looks like it is basically running openssl commands to do all that signing thing without depending on Apple hw or sw. (thanks @oleavr for...
[Using `cms` instead of `smime`](https://github.com/nowsecure/node-applesign/commit/aeb9a65583aa3fb88c7aa7d07b97ccf7db2de22c#diff-498e7bc80cf67d246be8aa3f2bbbb653R76) with openssl breaks the execution : ``` $ openssl cms -in test.mobileprovision -inform der -verify openssl:Error: 'cms' is an invalid command. ``` I'm using `OpenSSL...
Hi i am trying to resign an file with my provisioning profile but i keep getting the following error ``` Error: Cannot find plist at findIdentityFromProvisionSync (/opt/homebrew/lib/node_modules/applesign/lib/idprov.js:11:11) at Object.fromOptions (/opt/homebrew/lib/node_modules/applesign/lib/config.js:137:19)...