.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