docusign / docusign-objc-client

The Official DocuSign Objective-C Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
https://www.docusign.com/devcenter
MIT License
13 stars 14 forks source link

PEM File URL Incorrect Bundle #12

Closed joncripe closed 6 years ago

joncripe commented 6 years ago

The itemsFromPemFileWithName:byRegex: function uses [NSBundle bundleForClass:self.class] instead of the main bundle, making it impossible for the PEM file to live outside of the JWT framework.