Gravity
Gravity copied to clipboard
Fix issue 4
I've recently moved a project that uses Gravity to Xcode 6 and I'm getting warnings where NSInteger and NSUInteger types are assigned or passed to 32-bit values.
I've made an attempt to address these warnings here.
I don't use the gzip utilities and I added a TODO to determine if an error should be "thrown" if the size of the data is larger than 32bits...rather than a blind cast.
This is my first pull request. I'm guessing you need to reject my Xcode changes to Gravity.xccheckout. Should I have done something to exclude this file from the pull request?