kaandedeoglu / Shark

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

Change visibility from public #44

Closed denizdogan closed 2 years ago

denizdogan commented 2 years ago

Would be nice if we could change the default visibility from public to e.g. internal

mickeyl commented 2 years ago

We could do that. Alas, I'm not quite sure whether this would limit the usability, if you are using (local) modules in your project and have a dedicated module where your resources are included. With internal you would then not be able to access the resources outside of this module.

If at all, I'm rather leaning towards a command line option.

denizdogan commented 2 years ago

Oh, I should have clarified, I meant this as an opt-in type of thing :) The default is fine!