zettajs / ZettaKit

The Zetta iOS Client Library.
MIT License
3 stars 2 forks source link

Updated type for inputs from dictionary to array of dictionaries. #19

Closed benpackard closed 8 years ago

benpackard commented 8 years ago

I was getting a crash accessing .input since it was typed as an NSDictionary but was in fact an NSArray.

Also updated property name from input to inputs.

mdobson commented 8 years ago

Aw jeez. My bad. Thanks for the PR. Once the tests pass I'll merge in. I'll do another SDK drop after I add access to server properties as well.

mdobson commented 8 years ago

Ben,

If making changes to SDK interfaces please run the tests before submitting a PR. It'll make the process go smoother in the future. I've updated the tests for this PR. Will merge after CI passes.

-Matt