BDVCountryNameAndCode icon indicating copy to clipboard operation
BDVCountryNameAndCode copied to clipboard

Object type looks wrong

Open iosware opened this issue 11 years ago • 1 comments

You moved dictionary from code into plist file. But key "code" in plist is now of type Number which you try to assign to NSString. It definitely is wrong.

iosware avatar Feb 05 '15 11:02 iosware

You are right. This is bad naming convention. However, memory is only allocated during runtime so it doesn't really matter what the object type says in the plist. I will try to see if I can fix it. I'm also open to pull requests fixing this.

basdvries avatar Feb 07 '15 16:02 basdvries