From 2a2d64a4cc6990aca826568a87434f91e6807db0 Mon Sep 17 00:00:00 2001 From: Jerry Jacobs Date: Fri, 27 Sep 2024 14:52:56 +0200 Subject: [PATCH] Info.plist.tmpl: Use string type instead of implicit bool for LSUIElement (see #192) Use string type instead of implicit bool for LSUIElement which is hooked to the macOS system status bar (see #192) --- syncthing/Info.plist.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing/Info.plist.tmpl b/syncthing/Info.plist.tmpl index f55b31e..f6f8d55 100644 --- a/syncthing/Info.plist.tmpl +++ b/syncthing/Info.plist.tmpl @@ -27,7 +27,7 @@ LSMinimumSystemVersion $$(MACOSX_DEPLOYMENT_TARGET) LSUIElement - + 1 NSAppTransportSecurity NSAllowsArbitraryLoads