BuckSample
BuckSample copied to clipboard
Move AFNetworking to binary cocoapod
Addresses https://github.com/airbnb/BuckSample/issues/74, might not want to vendor the pods folder in this approach
- [x ] Built and ran in Xcode (
make project) - [x ] Built and ran with Buck CLI (
make debug)
Tests didn't seem to be working on my machine, everything runs fine, was concerned about tests mostly for the embedding.
@thedavidharris Is there any code in the app that exercises this library? I'd love to make sure that there's a test that makes a network call with this binary library. Maybe https://swapi.co/ or something.
Just https://github.com/airbnb/BuckSample/blob/0a4a4d2919b05ba74da4791def260174556a06c0/Libraries/SwiftWithPrecompiledDependency/Sources/SwiftWithPrecompiledDependencyClass.swift, if there's probably an easier lib that could get used without dipping into networking to check things are working