promotedai / ios-metrics-sdk

iOS client library for Promoted.ai metrics tracking.
MIT License
7 stars 1 forks source link

Stop using ObjC protos altogether and incorporate Swift protos directly into source dir. #17

Closed yunapotamus closed 3 years ago

yunapotamus commented 3 years ago

I thought that we would need to interact with our protos from client ObjC code, but this isn't necessarily the case. Removing the ObjC proto dependency greatly simplifies things.