Skip to content

Commit 229a639

Browse files
committed
retry
1 parent 92bb027 commit 229a639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Coder Desktop/VPN/VPN.entitlements

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<array>
1313
<string>$(TeamIdentifierPrefix)com.coder.Coder-Desktop</string>
1414
</array>
15-
<key>com.apple.security.files.downloads.read-write</key>
15+
<key>com.apple.security.files.user-selected.executable</key>
1616
<true/>
1717
<key>com.apple.security.network.client</key>
1818
<true/>

Coder Desktop/project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ targets:
211211
com.apple.security.network.client: true
212212
com.apple.security.network.server: true
213213
# TODO: Remove this
214-
com.apple.security.files.downloads.read-write: true
214+
com.apple.security.files.user-selected.executable: true
215215
settings:
216216
base:
217217
ENABLE_HARDENED_RUNTIME: YES

0 commit comments

Comments
 (0)