ferromonkeys.blogg.se

Finding library folder on mac
Finding library folder on mac




finding library folder on mac
  1. #Finding library folder on mac install#
  2. #Finding library folder on mac drivers#
finding library folder on mac

#Finding library folder on mac install#

If your app defines a QuickLook plug-in for viewing custom document types, install it in this directory (user or local domains only).Ĭontains QuickTime components and extensions.Ĭontains screen saver definitions. In the user domain, this directory contains the user’s available printer configurations.Ĭontains QuickLook plug-ins. In the system and local domains, this directory contains print drivers, PPD plug-ins, and libraries needed to configure printers.

finding library folder on mac

To get or set preference values, you should always use the NSUserDefaults class or an equivalent system-provided interface. You should never create files in this directory yourself. Developers should install their custom preference panes in the local domain.Ĭontains the user’s preferences. (Available in the user domain only.)Ĭontains plug-ins for the System Preferences app. Users can also view these logs using the Console app.Ĭontains the user’s mailboxes. Specifies the daemons to launch and run as root on the system.Ĭontains log files for the console and specific system services. Specifies the agent apps to launch and run for the current user. Developers should install their custom frameworks in either the local or user domain.Ĭontains plug-ins, libraries, and filters for web-browser content. The Frameworks directory in the system domain is for Apple-provided frameworks only. (Available in the user domain only.)Ĭontains font files for both display and printing.Ĭontains frameworks and shared libraries.

#Finding library folder on mac drivers#

(Apple Help packages are located in the Documentation/Help directory.) In the local domain, this directory contains the help packages shipped by Apple (excluding developer documentation).Ĭontains device drivers and other kernel extensions.Ĭontains aliases to frequently accessed folders, files, or websites. (Available in the user domain only.)Ĭontains plug-ins for extending system-level contextual menus.Ĭontains data files with web browser cookies.Ĭontains data used by Xcode and other developer tools.Ĭontains language dictionaries for the spell checker.Ĭontains documentation files and Apple Help packages intended for the users and administrators of the computer. For example, if your app is named MyApp and has the bundle identifier, you would put user-specific cache files in the ~/Library/Caches// directory.Ĭontains resources for picking colors according to a certain model, such as the HLS (Hue Angle, Saturation, Lightness) picker or RGB picker.Ĭontains the home directories for any sandboxed apps.

finding library folder on mac

Cache files should be placed in a directory whose name matches the bundle identifier of the app.īy convention, apps should store cache files in a subdirectory whose name matches the bundle identifier of the app. Apps should never rely on the existence of cache files. Resources required by the app to run must be placed inside the app bundle itself.Ĭontains programs that assist users in configuration or other tasks.Ĭontains audio plug-ins, loops, and device drivers.Ĭontains cached data that can be regenerated as needed. Your app is responsible for creating this directory as needed. For example, if your app is named MyApp and has the bundle identifier, you would put your app’s user-specific data files and resources in the ~/Library/Application Support// directory. These are the files that your app creates and manages on behalf of the user and can include files that contain user data.īy convention, all of these items should be put in a subdirectory whose name matches the bundle identifier of the app. Table A-1 Subdirectories of the Library directoryĬontains all app-specific data and support files.






Finding library folder on mac