Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a2a35 commit e257c02Copy full SHA for e257c02
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: release
2
3
on:
4
# TODO: Switch to on `v*` tag push
5
- pull_request:
+ workflow_dispatch:
6
7
# permissions:
8
# # To upload assets to the release
Coder Desktop/VPN/Info.plist
@@ -14,7 +14,5 @@
14
<string>$(PRODUCT_MODULE_NAME).PacketTunnelProvider</string>
15
</dict>
16
17
- <key>LSFileQuarantineEnabled</key>
18
- <false/>
19
20
</plist>
Coder Desktop/project.yml
@@ -207,8 +207,6 @@ targets:
207
- $(TeamIdentifierPrefix)com.coder.Coder-Desktop
208
com.apple.security.network.client: true
209
com.apple.security.network.server: true
210
- # TODO: Remove this
211
- com.apple.security.files.user-selected.executable: true
212
settings:
213
base:
214
ENABLE_HARDENED_RUNTIME: YES
0 commit comments