There are a few things in the Étoilé tree that are potentially useful for more than one app, but aren't big enough to bother making into Frameworks. Some examples from StepChat are:
NSData+Base64 (category on NSData for base 64 encoding / decoding) NSTextView+ClickableLinks (Category on NSTextView for making URLs clickable automatically) It would be nice to keep a collection of these somewhere. Rather than making a framework for them, would it be interesting to make a folder full of symbolic links to them in the tree? This will allow them to be shared within the tree easily, just by copying the links, and will have less overhead than making lots of frameworks, or some big frameworks that people only use a bit of. Thoughts? _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
