Closed schmargi closed 8 years ago
the generated Content.json for each image is invalid, because of the comma, see code:
{ "images":[ { "idiom":"universal", "scale":"1x", "filename":"green-button.png" }, { "idiom":"universal", "scale":"2x", "filename":"green-button@2x.png" }, { "idiom":"universal", "scale":"3x", "filename":"green-button@3x.png" }, <-------------------------------------------------THIS COMMA ], "info":{ "version":1, "author":"xcode" } }
oh and by the way.. :)
Thank you for you great plugin! it saves me a lot of time! :)
Thanks @schmargi !
the generated Content.json for each image is invalid, because of the comma, see code: