Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

podspec: add OpenSSL to AppReceiptVerificator subspec #22

Closed
hpique opened this issue Oct 20, 2013 · 2 comments
Closed

podspec: add OpenSSL to AppReceiptVerificator subspec #22

hpique opened this issue Oct 20, 2013 · 2 comments
Labels

Comments

@hpique
Copy link
Member

hpique commented Oct 20, 2013

The podspec has a known bug which is that the AppReceiptVerificator subspec is missing the OpenSSL static library.

I don't have a lot of experience with CocoaPods so I asked how to do this in Stack Overflow. Does anyone know the answer or can submit a pull request with a fix?

Thanks!

@mrgrauel
Copy link
Contributor

I believe the only possible solution is to add the static library to your repo and then add it similar to this example, but then everybody has to trust you that the library is valid.

@hpique
Copy link
Member Author

hpique commented Oct 26, 2013

Fixed in bb65856.

@angrauel I added OpenSSL as a subspec. That way you can exclude it and add you own OpenSSL build in your Podfile.

@hpique hpique closed this as completed Oct 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants