feat: Apple codesign support for development builds

This commit is contained in:
Nick Bolton
2025-10-28 13:12:28 +00:00
committed by Chris Rizzitello
parent a140b3bcca
commit 0bf6e1e9f8
4 changed files with 54 additions and 0 deletions

View File

@ -26,6 +26,7 @@ path = [
, "src/apps/deskflow-server/deskflow-server.exe.manifest"
, "src/apps/res/manpage.txt"
, "src/apps/res/deskflow.plist.in"
, "src/apps/res/entitlements-dev.plist"
, "translations/*.ts"
]
SPDX-FileCopyrightText = "Deskflow Developers"