tkou15 commented on issue #139:
URL:
https://github.com/apache/cordova-node-xcode/issues/139#issuecomment-1876507302
Hello,
I was able to add this method.
I set the sign option to true.
I hope this helps.
```typescript
xcodeProj.addFramework(frameworkPath, {
customFramework: true,
embed: true,
link: true,
sign: true
});
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]