Closed evanshortiss closed 9 years ago
@conoro, @johnfriz any plans to merge this for a future release?
@johnfriz Should we pass to Corinne for evaluation?
:eyes: @evanshortiss did you open and build the *.xcworkspace file or the .xcodeproj? After doing a pod install, open and work with generated workspace. Do you still face the issue?
I believe that is the issue @corinnekrych. It was my first exposure to CocoaPods and I missed that, I since learned the error of my ways on another iOS endeavour!
I'll check as soon as I can and verify tests are passing. I haven't added any new ones although I understand that would be ideal. I do know @cianclarke has done some work in that regard.
@corinnekrych unit tests are passing
LGTM. Going to merge this.
+1 to merge
Merged in 223d159ee92fb8b34d67caeef0d40a14157d38e7
Thanks guys.
Currently adding meta data to datasets isn't possible despite it being a property of the dataset class. It's not included with the HTTP requests either. This PR adds both, but is untested since I was unable to compile due to libPods.a not being available even after pod install. Lack of experience with pods on my part is the issue.