|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| 3 | +<plist version="1.0"> |
| 4 | +<dict> |
| 5 | + <key>CFBundleAllowMixedLocalizations</key> |
| 6 | + <true/> |
| 7 | + <key>CFBundleDevelopmentRegion</key> |
| 8 | + <string>en</string> |
| 9 | + <key>CFBundleExecutable</key> |
| 10 | + <string>@EXECUTABLE@</string> |
| 11 | + <key>CFBundleIconFile</key> |
| 12 | + <string>@ICON@</string> |
| 13 | + <key>CFBundleIdentifier</key> |
| 14 | + <string>io.github.foldynl.qlog</string> |
| 15 | + <key>CFBundleName</key> |
| 16 | + <string>QLog</string> |
| 17 | + <key>CFBundleDisplayName</key> |
| 18 | + <string>QLog</string> |
| 19 | + <key>CFBundlePackageType</key> |
| 20 | + <string>APPL</string> |
| 21 | + <key>CFBundleSignature</key> |
| 22 | + <string>????</string> |
| 23 | + <key>CFBundleShortVersionString</key> |
| 24 | + <string>@SHORT_VERSION@</string> |
| 25 | + <key>CFBundleVersion</key> |
| 26 | + <string>@FULL_VERSION@</string> |
| 27 | + <key>LSMinimumSystemVersion</key> |
| 28 | + <string>14.0</string> |
| 29 | + <key>LSApplicationCategoryType</key> |
| 30 | + <string>public.app-category.utilities</string> |
| 31 | + <key>NSHumanReadableCopyright</key> |
| 32 | + <string>Copyright © OK1MLG. Licensed under the GNU GPL v3.</string> |
| 33 | + <key>NSPrincipalClass</key> |
| 34 | + <string>NSApplication</string> |
| 35 | + <key>NSSupportsAutomaticGraphicsSwitching</key> |
| 36 | + <true/> |
| 37 | + <key>NSHighResolutionCapable</key> |
| 38 | + <true/> |
| 39 | + |
| 40 | + <!-- |
| 41 | + Required on macOS 14+ for QLog to talk to local-network devices |
| 42 | + (WSJT-X UDP, network rigs, FlexRadio, hamlib rigctld over the LAN, |
| 43 | + notification listeners, etc.). Without this key, sockets bound to |
| 44 | + LAN addresses fail silently and the user never sees a permission |
| 45 | + prompt. |
| 46 | + --> |
| 47 | + <key>NSLocalNetworkUsageDescription</key> |
| 48 | + <string>QLog needs local network access to communicate with WSJT-X, network-attached rigs, rotators, and other amateur-radio software running on devices on your network.</string> |
| 49 | +</dict> |
| 50 | +</plist> |
0 commit comments