artifacts / AFCache

AFCache is an HTTP cache for iOS and OSX seeking towards full RFC2616 compliance
Apache License 2.0
361 stars 43 forks source link

Constants.h missing #24

Closed AndreasIgelCC closed 10 years ago

AndreasIgelCC commented 10 years ago

Hi together,

the "Constants.h" is in AFCache-iOS XCode Project included but there is no src/shared/Constants.h in github. Please add it to git or remove the corresponding include statements and used constants (for example kPackageDemoURL).

Thank you!

larsblumberg commented 10 years ago

AFCache is intended to be used a Pod dependency, therefore Constants.h isn't required. I removed Constants.h anyway from header files to be copied during build phase. However this has been done only on the develop branch.