Alexis Kofman
Alexis Kofman
[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...
I'm trying to remove some splash from the pbxproj : ``` myProj.parse(function (err) { if(err){ console.log('Error: ' + JSON.stringify(err)); } else{ // Remove Portrait splascreens myProj.removeResourceFile('Default-Portrait~ipad.png'); myProj.removeResourceFile('Default-Portrait@2x~ipad.png'); fs.writeFileSync(projectPath, myProj.writeSync()); }...
I just added some public variables in order to customize the denied and disabled alerts. I'm not an experimented Swift developper so please let me know whether it's fine for...
Hello, Thanks for your awesome work ! It Would be nice to add some animation effects and the availability to configure it from an other custom properties. What do you...