.PLIST Přípona souboru

Property List

Vývojář Apple
Popularita
3.7  |  218 Hlasů
 

Co je soubor PLIST?

A PLIST file is a properties list used by a macOS or iOS application. It defines many of the app's default settings and can store user settings. Most commonly, PLIST files are saved as binary files or XML files. In either case, PLIST files are typically not meant to be opened or edited by users.

Další informace

Snímek obrazovky souboru .plist v Apple Xcode
Soubor PLIST otevřený v Apple Xcode

While developing a macOS or iOS application, developers create PLIST files that define several key pieces of the app's configuration information and metadata. Typically, these PLIST files are XML files, which store a list of Keys (setting names) and Values (settings).

As a developer finalizes their application for delivery to end users, they often convert some or all of their PLIST files to a binary format. For example, developers often convert PLIST files that track a user's preferences to binary. Thus, PLIST files packaged with or installed by an app may be plain text files or binary files.

POZNÁMKA: Some Apple applications for Windows, such as iTunes and Safari, also use PLIST files. Additionally, in some rare cases, PLIST files may use JSON formatting.

Běžné názvy souborů .PLIST

Info.plist - The primary property list for macOS applications, located in the /​Contents/​ directory of an .APP bundle. To view this file, right-click an application file, select Show Package Contents, and open the Contents folder.

Jak otevřít soubor PLIST

In most cases, you should not open or edit a PLIST file. Doing so may cause the app that uses that PLIST file to function incorrectly.

However, if you want to open a PLIST file, to view or edit the settings it contains, you can do so with Apple's Property List Editor (bundled with Apple Xcode). The program can open both plain text and binary PLIST files.

Jak převést soubor PLIST

In macOS, you can use the plutil command to convert PLIST files between the XML and binary PLIST formats:

  • Binary to XML: plutil -convert xml1 file.plist
  • XML to Binary: plutil -convert binary1 file.plist

In Linux, you can use the Withgraphite Plutil utility to convert PLIST files between the XML and binary PLIST formats.

Otevřete více než 400 formátů souborů pomocí File Viewer Plus.Stáhnout zdarma

Programy, které otevírají nebo odkazují na soubory PLIST

Windows
Součást operačního systému
Zdarma
Mac
Součást operačního systému
Zkušební verze zdarma
Zkušební verze zdarma

Ověřil FileInfo.com

Tým FileInfo.com nezávisle prozkoumal formát souboru Property List a aplikace Mac, Windows, and Linux uvedené na této stránce. Naším cílem je 100% přesnost a zveřejňujeme pouze informace o typech souborů, které jsme ověřili.

Pokud chcete navrhnout doplnění nebo aktualizaci této stránky, dejte nám vědět.