.ENTITLEMENTS 파일 확장자
Mac App Sandboxing Entitlements File
| 개발사 | Apple |
| 인기도 |
3.8 | 6 투표 |
ENTITLEMENTS 파일이란 무엇인가요?
Developer file used by Mac OS X applications that implement App Sandboxing, which was required for all Mac App Store apps as of June 1, 2012; saved in the .PLIST format and contains entitlements, or privileges, enabled for the app when it runs.
추가 정보
Example entitlements include file read and write access, as well as access to network resources, printers, music and picture folders, and location services.
참고: When App Sandboxing is enabled in Xcode, the program creates a file called MyProject.entitlements (where MyProject is the project name) in the root directory of the project.
ENTITLEMENTS 파일을 열거나 참조하는 프로그램
Mac