diff options
author | David Robillard <d@drobilla.net> | 2022-05-22 12:24:59 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-23 16:50:43 -0400 |
commit | 2501218801437ea413091007b535d7c097801713 (patch) | |
tree | cf938dd335f8aa9b547b458f97f05e7e18d8b9d3 /resources/Info.plist.in | |
parent | 0093196a4c624da6d7f78a909a442f2e784c37aa (diff) | |
download | pugl-2501218801437ea413091007b535d7c097801713.tar.gz pugl-2501218801437ea413091007b535d7c097801713.tar.bz2 pugl-2501218801437ea413091007b535d7c097801713.zip |
Add rich clipboard support
This implements a more powerful protocol for working with clipboards, which
supports datatype negotiation, and fixes various issues by mapping more
directly to how things work on X11.
Diffstat (limited to 'resources/Info.plist.in')
-rw-r--r-- | resources/Info.plist.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/Info.plist.in b/resources/Info.plist.in index a08dbd0..0f81b05 100644 --- a/resources/Info.plist.in +++ b/resources/Info.plist.in @@ -12,6 +12,8 @@ <string>10.6</string> <key>CFBundleDisplayName</key> <string>@NAME@</string> + <key>CFBundleExecutable</key> + <string>@NAME@</string> <key>CFBundleName</key> <string>@NAME@</string> <key>NSHighResolutionCapable</key> |