Closed heitortsergent closed 7 years ago
@terryhorner thanks for the comments! Made the changes, I went back to the previous init
implementation, just added a if (self)
check to it.
👍
@terryhorner finding a way to make it optional is taking longer than I expected. :/
In the meantime, do you think we could merge this PR and also add a 'beta' release tag to it, so users could test it out? (and can you approve the review please? :shipit:)
I am hesitant to approve a beta release due to the fact that it could find its way into apps that get pushed to the App Store only to never be updated in the future.
Is it possible to make CFNetwork.framework
optional? If not, we'll have to deal with it as is.
@terryhorner that's a good point...
The only working possibility I've found so far requires the users to add CFNetwork to their project build settings, and there they can mark it as optional. But that will break the build of everyone who updates the library, and the error Xcode throws is not really clear.
I'm trying to find if there are any alternatives methods that don't break existing builds.
This PR closes #171.
This change will require users to add
CFNetwork.framework
to their binaries... :/ I'm trying to find a way to make this optional.