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
commit 28ef33b0a0
No known key found for this signature in database
GPG key ID: 7D0D4117C97CCC46
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>