Hi,
I just wanted to make a small suggestion for the next update. For the iOS libraries (Tier 2), the default templates throw some warnings. One of the warnings is pretty dumb:
Non-portable path to file "Core.h"; specified path differs in case from file name on disk .
I found that by simply opening the
Core.m file and changing the second line from
#import "core.h to
#import "Core.h" one gets rid of this warning without any further consequences (that I am aware of).
Hope it helps for the next update
iMac Book Pro, MacOS 10.12.4, Xcode 8.3.3;
iPhone 6, iOS 9.35; iPhone 5s, iOS 9.35; iPad (3rd gen), iOS 9.35;
Dell Precision T7400, Windows 7 Professional 64bit, Visual Studio Community 2015;