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
On recent macOS builds, there is a deprecation warning about setAllowedFileTypes as used in the nativefiledialog (nfd) dependency. Is that fixed in a newer ndf version? This is the only warning when building on macOS.
/Users/jminor/git/raven/libs/nativefiledialog/src/nfd_cocoa.m:56:17: warning: 'setAllowedFileTypes:' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations]
56 | [dialog setAllowedFileTypes:allowedFileTypes];
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:286:49: note: property 'allowedFileTypes' is declared deprecated here
286 | @property (nullable, copy) NSArray<NSString *> *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0));
| ^
The text was updated successfully, but these errors were encountered:
On recent macOS builds, there is a deprecation warning about
setAllowedFileTypes
as used in the nativefiledialog (nfd) dependency. Is that fixed in a newer ndf version? This is the only warning when building on macOS.The text was updated successfully, but these errors were encountered: