Foreverland / SYNCPropertyMapper

Map your Core Data properties with ease
37 stars 16 forks source link

Binary Data attributes getting ignored #121

Closed 3lvis closed 7 years ago

3lvis commented 8 years ago

Core Data Model

screen shot 2016-09-25 at 23 47 12

JSON

[
  {
    "id" : "1Oj3WEWQoilXR6N7Y0Wtvbz_FqqQG5P7njif2KDkaUQ.5A6MLmYGZq5usYsywbNbBw",
    "coverPhoto" : {
      "id" : "rVQ3tELBc-2YVsjL8YrqY2bZ_9c_xTyCIX2xDisHyKzQif0fH8StvNi_e4BafADLQyEPr5Qz6V3MFndBI2z-HA.EkDzF24BBF7LOLKr16WcTg"
    }
  }
]
3lvis commented 7 years ago

There's a unit test named "testBug121". This is working fine.