11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
4- <dict >
5- <key >com.apple.security.cs.allow-unsigned-executable-memory </key >
4+ <dict >
5+ <!-- 启用文件读写权限 -->
6+ <key >com.apple.security.files.bookmarks.app-scope </key >
7+ <true />
8+ <key >com.apple.security.files.user-selected.read-write </key >
9+ <true />
10+ <key >com.apple.security.files.downloads.read-write </key >
11+ <true />
12+ <key >com.apple.security.files.documents.read-write </key >
13+ <true />
14+ <key >com.apple.security.files.desktop.read-write </key >
15+ <true />
16+ <key >com.apple.security.files.home-relative-path.read-write </key >
17+ <true />
18+
19+ <!-- 启用相机、麦克风、照片库等权限 -->
20+ <key >com.apple.security.device.camera </key >
21+ <true />
22+ <key >com.apple.security.device.usb </key >
23+ <true />
24+ <key >com.apple.security.device.audio-input </key >
25+ <true />
26+ <key >com.apple.security.device.microphone </key >
27+ <true />
28+ <key >com.apple.security.personal-information.photos-library </key >
29+ <true />
30+
31+ <!-- 启用访问网络和蓝牙 -->
32+ <key >com.apple.security.network.client </key >
633 <true />
34+ <key >com.apple.security.network.server </key >
35+ <true />
36+ <key >com.apple.security.bluetooth </key >
37+ <true />
38+
39+ <!-- 启用 Apple Events -->
40+ <key >com.apple.security.automation.apple-events </key >
41+ <true />
42+
43+ <!-- 启用访问位置服务 -->
44+ <key >com.apple.security.personal-information.location </key >
45+ <true />
46+
47+ <!-- 启用访问日历和提醒事项 -->
48+ <key >com.apple.security.personal-information.calendars </key >
49+ <true />
50+ <key >com.apple.security.personal-information.reminders </key >
51+ <true />
52+
53+ <!-- 启用访问联系人 -->
54+ <key >com.apple.security.personal-information.addressbook </key >
55+ <true />
56+
57+ <!-- 允许应用程序使用 JIT 编译和未签名的可执行内存 -->
758 <key >com.apple.security.cs.allow-jit </key >
859 <true />
9- </dict >
10- </plist >
60+ <key >com.apple.security.cs.allow-unsigned-executable-memory </key >
61+ <true />
62+
63+ <!-- 启用访问 Apple Music 和媒体库 -->
64+ <key >com.apple.security.personal-information.music-library </key >
65+ <true />
66+ <key >com.apple.security.personal-information.media-library </key >
67+ <true />
68+
69+ </dict >
70+ </plist >
0 commit comments