venmo / VENTouchLock

A Touch ID and Passcode framework used in the Venmo app.
MIT License
964 stars 114 forks source link

Add newlines to Suppress -Wnewline-eof Warnings #73

Closed paulrehkugler closed 8 years ago

paulrehkugler commented 8 years ago

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.

dasmer commented 8 years ago

Thanks!

paulrehkugler commented 8 years ago

You’re welcome :)

paulrehkugler commented 8 years ago

Would someone be willing to push a new version of this to the CocoaPods Specs repo so that these changes are available via CocoaPods?