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
This is not correct. config could technically also have been the ~/Library/Application Support directory, but ~/Library/Preferences is more specific. It would be completely wrong to make data be ~/Library/Preferences though.
Based on: https://developer.apple.com/library/archive/documentation/General/Conceptual/MOSXAppProgrammingGuide/AppRuntime/AppRuntime.html
I reckon that the library is returning swapped mac values.
config
should returndata
value~/Library/Application Support/MyApp-nodejs
instead of~/Library/Preferences/MyApp-nodejs
data
should returnconfig
value~/Library/Preferences/MyApp-nodejs
instead of~/Library/Application Support/MyApp-nodejs
Thanks
The text was updated successfully, but these errors were encountered: