Skip to content

Commit

Permalink
Info.plist.tmpl: Use string type instead of implicit bool for LSUIEle…
Browse files Browse the repository at this point in the history
…ment (see #192)

Use string type instead of implicit bool for LSUIElement which is hooked to the macOS system status bar (see #192)
  • Loading branch information
xor-gate authored Sep 27, 2024
1 parent df17b62 commit 2a2d64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncthing/Info.plist.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<key>LSMinimumSystemVersion</key>
<string>$$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
<true/>
<string>1</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
Expand Down

0 comments on commit 2a2d64a

Please sign in to comment.