granoff / Lockbox

Objective-C utility class for storing data securely in the key chain.
MIT License
847 stars 87 forks source link

Fixed integer precision issues for arm64 compile #18

Closed Neonkoala closed 10 years ago

Neonkoala commented 10 years ago

Fixed compiler warnings about integer precision on arm64 and bumped the podspec to reflect this.

granoff commented 10 years ago

Thanks!

Neonkoala commented 10 years ago

Thanks for merging, can you also tag 1.4.5 in git, it didn't get pulled across like I hoped so I can't submit podspec to CocoaPods.

granoff commented 10 years ago

Should be all set now. Double check please, but I did a git push --tags and the tag appears now to have been pushed. My error initially; sorry.