|
|
@@ -2,6 +2,7 @@
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
<plist version="1.0">
|
|
|
<dict>
|
|
|
+
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
<string>en</string>
|
|
|
<key>CFBundleExecutable</key>
|
|
|
@@ -22,5 +23,11 @@
|
|
|
<string>1.0</string>
|
|
|
<key>MinimumOSVersion</key>
|
|
|
<string>12.0</string>
|
|
|
+ <key>com.apple.security.app-sandbox</key>
|
|
|
+ <true/>
|
|
|
+ <key>com.apple.security.network.client</key>
|
|
|
+ <true/> <!-- 允许应用作为客户端发起网络请求 -->
|
|
|
+ <key>com.apple.security.network.server</key>
|
|
|
+ <true/> <!-- 允许应用作为服务器接收网络连接 -->
|
|
|
</dict>
|
|
|
</plist>
|