shannah / Java-Objective-C-Bridge

A thin bridge that allows for two-way communication from Java to Objective-C.
123 stars 25 forks source link

NSTaggedPointerString mapping #14

Closed mojo2012 closed 5 years ago

mojo2012 commented 5 years ago

Hi there,

in NSObjectMapping you should also check for strings of type NSTaggedPointerString and probably NSMutableString too. Otherwise the current tests fail because instead of a String a Proxy is returned!