Adds newlines to the end of all header and implementation files, so that consumers of this SDK that enable -Wnewline-eof do not get warnings because of missing newlines. These warnings show up in Xcode despite silencing them with :inhibit_warnings => true in the Podfile.
Adds newlines to the end of all header and implementation files, so that consumers of this SDK that enable
-Wnewline-eof
do not get warnings because of missing newlines. These warnings show up in Xcode despite silencing them with:inhibit_warnings => true
in thePodfile
.