ADNKit icon indicating copy to clipboard operation
ADNKit copied to clipboard

Stop statically compiling AFNetworking in

Open joeldev opened this issue 12 years ago • 2 comments

I was lazy and it made it easy to deliver a single release binary that was 100% good to go, but people seem opposed to it. Oh well

joeldev avatar Mar 19 '13 18:03 joeldev

This is done for iOS, and there are now two variants of the build in Release. libADNKit-iOS.a does NOT include AFNetworking by default, and libADNKit-AFNetworking-iOS.a DOES include it by default.

joeldev avatar Mar 24 '13 19:03 joeldev

Once #53 is in, I'd love to take a swing at this for OS X, and update to use AFNetworking 2.x (or NSURLSession and friends if it's more appropriate).

tonyarnold avatar Feb 18 '14 04:02 tonyarnold