This commit is contained in:
Sebastian Reitenbach 2025-03-22 08:14:55 -04:00 committed by GitHub
commit a56b2b5f41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -130,9 +130,16 @@ enum
NSDownloadsDirectory = 15, /** location of downloaded files */
#endif
#if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST)
NSInputMethodsDirectory = 16, /** location of Library/Input methods */
NSMoviesDirectory = 17, /** location of video/movie files */
NSMusicDirectory = 18, /** location of music files */
NSPicturesDirectory = 19, /** location of picture/images files */
NSPrinterDescriptionDirectory = 20, /** location of system's PPDs directory */
NSSharedPublicDirectory = 21, /** location of user's Public sharing directory */
NSPreferencePanesDirectory = 22, /** location of the PreferencePanes directory for use with System Preferences */
#if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST)
NSApplicationScriptsDirectory = 23, /** location of the user scripts folder for the calling application */
#endif
NSItemReplacementDirectory = 99, /** pass to URLFirDirectory:inDomain:
appropriateForURL:create:error to create a temporary directory */
#endif