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

Feature/private modmap #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

helje5
Copy link

@helje5 helje5 commented Jul 23, 2018

Objective

The framework exposes OpenSSL to the consuming
application, that is an unnecessary implementation
detail.

Description

All the OpenSSL headers have been exported by the
framework. Changed them from being public to
private headers.
Add a supporting private module map (the empty
public modmap needs to stay!)

How to Test

Test whether it still works as it used to. If not, let me know and I'll have a another look.

Merge Checklist

  • iOS Example app target builds and runs
  • iOS Example tested on iPad 1/3 Split Screen
  • iOS Example tested on iPad 1/2 Split Screen
  • iOS Example tested on iPad 2/3 Split Screen
  • iOS Example tested on iPhone 5
  • iOS Example tested on iPhone 8+
  • iOS Example tested on iPhone X

helje5 added 2 commits July 23, 2018 17:29
The framework exposes OpenSSL to the consuming
application, that is an unnecessary implementation
detail.

All the OpenSSL headers have been exported by the
framework. Changed them from being `public` to
`private` headers.
Add a supporting private module map (the empty
public modmap needs to stay!)

Needless to say that I didn't test that in any way,
can't have everything ;-)
Was IAP_iOS which didn't exist or compile, is IAP now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant