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 b2a43eeffc
commit ea82962c5d
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.3.4.1</string>
<key>CFBundleExecutable</key>
<string>@EXECUTABLE@</string>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>org.qbittorrent.qBittorrent</string>
<key>LSMinimumSystemVersion</key>