ChatGPT-Next-Web/src-tauri/Entitlements.plist
2024-09-24 19:12:45 +08:00

15 lines
469 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.application-identifier</key>
<string>DLKMC3ZRZQ.dev.nextchat.app</string>
<key>com.apple.developer.team-identifier</key>
<string>DLKMC3ZRZQ</string>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>