You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately on macOS, to check for whether a path is a package or bundle, the MDItem* functions necessitate the use of CFStrings, and all of the joys that come with them. As I have had to implement these myself, they are probably not very robust.
In the interest of everyone who doesn't use the Latin alphabet, I should ensure the string interface with Apple's Core Foundation works robustly.
The text was updated successfully, but these errors were encountered:
Unfortunately on macOS, to check for whether a path is a package or bundle, the
MDItem*
functions necessitate the use ofCFString
s, and all of the joys that come with them. As I have had to implement these myself, they are probably not very robust.In the interest of everyone who doesn't use the Latin alphabet, I should ensure the string interface with Apple's Core Foundation works robustly.
The text was updated successfully, but these errors were encountered: