.PLIST 파일 확장자

Property List

개발사 Apple
인기도
3.7  |  218 투표
 

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.

추가 정보

Apple Xcode에서 열린 .plist 파일의 스크린샷
Apple Xcode에서 열린 PLIST 파일

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.

참고: 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.

일반적인 .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.

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.

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.

File Viewer Plus(으)로 400개 이상의 파일 형식을 여세요.무료 다운로드

PLIST 파일을 열거나 참조하는 프로그램

Windows
Mac
OS에 포함됨
무료 체험판
무료 체험판
카테고리: 설정
업데이트: 2023-08-23

검증자 FileInfo.com

FileInfo.com 팀 이 페이지에 나열된 Property List 파일 형식과 Mac, Windows, and Linux 앱을 독자적으로 조사했습니다. 저희의 목표는 100% 정확성이며, 검증한 파일 유형에 대한 정보만 게시합니다.

이 페이지에 추가하거나 업데이트할 내용을 제안하고 싶으시면 알려 주세요.