orta / cocoapods-keys

A key value store for storing per-developer environment and application keys
MIT License
1.55k stars 92 forks source link

Generated and imported filenames have different capitalization #165

Open Skogetroll opened 7 years ago

Skogetroll commented 7 years ago

For example, we have project named SomeProject.

Key files would be named SomeprojectKeys.h and SomeprojectKeys.m. But in SomeprojectKeys.m would be line #import "SomeProjectKeys.h".

Currently, it causes no problems with building and linking the project, but it may change. Also, Xcode 8.3 keeps warning about it and suggesting to fix it, which is somewhat annoying.