We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8995a commit 1f1ee2aCopy full SHA for 1f1ee2a
Coder Desktop/VPN/VPN.entitlements
@@ -12,7 +12,7 @@
12
<array>
13
<string>$(TeamIdentifierPrefix)com.coder.Coder-Desktop</string>
14
</array>
15
- <key>com.apple.security.files.downloads.read-write</key>
+ <key>com.apple.security.files.user-selected.executable</key>
16
<true/>
17
<key>com.apple.security.network.client</key>
18
Coder Desktop/project.yml
@@ -211,7 +211,7 @@ targets:
211
com.apple.security.network.client: true
212
com.apple.security.network.server: true
213
# TODO: Remove this
214
- com.apple.security.files.downloads.read-write: true
+ com.apple.security.files.user-selected.executable: true
215
settings:
216
base:
217
ENABLE_HARDENED_RUNTIME: YES
0 commit comments