yagiz / Bagel

a little native network debugging tool for iOS
Apache License 2.0
4.37k stars 320 forks source link

Move used headers into Public access #50

Closed DavidObfuscator closed 3 years ago

DavidObfuscator commented 5 years ago

In the xcode project, the BagelRequestPacket.h and BagelRequestInfo.h had a project accessing scope. They are imported from public headers, so i considered to move them to public accessing scope. It will fix the framework import when it is built by carthage / xcode

abarisain commented 4 years ago

I need this as this walled me off BagelCarrierDelegate