kaandedeoglu / Shark

Swift CLI for strong-typing images, colors, storyboards, fonts and localizations
MIT License
381 stars 15 forks source link

NSDataAsset #30

Closed mickeyl closed 3 years ago

mickeyl commented 3 years ago

Today I learned about NSDataAsset, which would come in handy for, e.g. sounds, level maps, or what not. NSDataAssets are also stored in the asset catalogue, so it might be cool to support them in shark.

kaandedeoglu commented 3 years ago

Great suggestion, let's give this a try 🚀

kaandedeoglu commented 3 years ago

@mickeyl Just released v1.3.5 - now we also generate a D enum for NSDataAssets, thanks for bringing this up 🦾

mickeyl commented 3 years ago

This is so cool, thanks a ton! 🎉