I need a CFStringRef for some work with CFBundleCopyResourceURL(), and what I have is a juce string.
What’s the best way to do the conversion?
CFStringreateWithCString() looks to be a possibility, but both CFString and juce_String can deal with unicode, so it seems a shame to downcast to UTF-8. Is there a better way?