Skip to content

Commit e257c02

Browse files
committed
wip
1 parent e5a2a35 commit e257c02

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: release
22

33
on:
44
# TODO: Switch to on `v*` tag push
5-
pull_request:
5+
workflow_dispatch:
66

77
# permissions:
88
# # To upload assets to the release

Coder Desktop/VPN/Info.plist

-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@
1414
<string>$(PRODUCT_MODULE_NAME).PacketTunnelProvider</string>
1515
</dict>
1616
</dict>
17-
<key>LSFileQuarantineEnabled</key>
18-
<false/>
1917
</dict>
2018
</plist>

Coder Desktop/project.yml

-2
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,6 @@ targets:
207207
- $(TeamIdentifierPrefix)com.coder.Coder-Desktop
208208
com.apple.security.network.client: true
209209
com.apple.security.network.server: true
210-
# TODO: Remove this
211-
com.apple.security.files.user-selected.executable: true
212210
settings:
213211
base:
214212
ENABLE_HARDENED_RUNTIME: YES

0 commit comments

Comments
 (0)