Improve Info.plist generation with CMake

- drop configure_file() and file(GENERATE) calls
- fill missed MACOSX_DEPLOYMENT_TARGET variable
This commit is contained in:
Nick Korotysh
2021-04-23 02:24:00 +03:00
parent 376dedebb1
commit 28ef33b0a0
2 changed files with 6 additions and 10 deletions

2
dist/mac/Info.plist vendored
View File

@@ -57,7 +57,7 @@
<key>CFBundleShortVersionString</key>
<string>4.4.0</string>
<key>CFBundleExecutable</key>
<string>@EXECUTABLE@</string>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>org.qbittorrent.qBittorrent</string>
<key>LSMinimumSystemVersion</key>