1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 09:13:06 +00:00

Fix cmake CFBundleVersion and LSMinimumSystemVersion (#4185)

* Fix cmake CFBundleVersion and LSMinimumSystemVersion

* code review: use CMAKE_OSX_DEPLOYMENT_TARGET
This commit is contained in:
A Cœur 2022-11-16 21:40:19 +08:00 committed by GitHub
parent 812588100d
commit 7a2d2ff0cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,11 +61,11 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>@TR_VCS_REVISION@</string>
<string>14714.@TR_VERSION_MAJOR@.@TR_VERSION_MINOR@.@TR_VERSION_PATCH@</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>10.7.0</string>
<string>@CMAKE_OSX_DEPLOYMENT_TARGET@</string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<key>NSAppTransportSecurity</key>