I think I remember using one of these apps around 2010 or so, and I think it just triggered the emoji keyboard to appear somehow? And once it was opened once, the ability to use it persisted. But that was just my guess as to what was happening as a user.
I really doubt Apple's sandbox would have permitted editing a global preferences file like that. That might have just been the first, and not the only, method to enable emoji that people discovered.
No, I think it really did allow it. You can see the source for those emoji enabler apps in [1]. I think that various AppKit APIs do end up writing to that file so r/w access to that file may have been required. And in those days sandboxing probably wasn't as tight.
I think I remember using one of these apps around 2010 or so, and I think it just triggered the emoji keyboard to appear somehow? And once it was opened once, the ability to use it persisted. But that was just my guess as to what was happening as a user.
I really doubt Apple's sandbox would have permitted editing a global preferences file like that. That might have just been the first, and not the only, method to enable emoji that people discovered.
No, I think it really did allow it. You can see the source for those emoji enabler apps in [1]. I think that various AppKit APIs do end up writing to that file so r/w access to that file may have been required. And in those days sandboxing probably wasn't as tight.
[1] https://github.com/lilyball/emojienabler/blob/ac90ef6e1ac817...
Agreed