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.
For example, we have project named
SomeProject
.Key files would be named
SomeprojectKeys.h
andSomeprojectKeys.m
. But inSomeprojectKeys.m
would be line#import "Some
ProjectKeys.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.