Skip to content

Commit

Permalink
remove CFBundleGetInfoString
Browse files Browse the repository at this point in the history
  • Loading branch information
whoozle committed Feb 29, 2024
1 parent 725d277 commit f20e240
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion qt/CMakeLists.txt
Expand Up @@ -98,7 +98,6 @@ endif()
if (BUILD_QT_UI)
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
string(TIMESTAMP COPYRIGHT_YEAR "%Y")
set(MACOSX_BUNDLE_INFO_STRING "${CMAKE_PROJECT_NAME} ${VERSION}")
set(MACOSX_BUNDLE_BUNDLE_VERSION "${AFT_BASE_VERSION}")
set(MACOSX_BUNDLE_LONG_VERSION_STRING "${CMAKE_PROJECT_NAME} ${VERSION}")
set(MACOSX_BUNDLE_SHORT_VERSION_STRING "${VERSION}")
Expand Down
2 changes: 0 additions & 2 deletions qt/Info.plist.in
Expand Up @@ -8,8 +8,6 @@
<string>Android File Transfer for Linux and MacOSX</string>
<key>CFBundleExecutable</key>
<string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
<key>CFBundleGetInfoString</key>
<string>${MACOSX_BUNDLE_INFO_STRING}</string>
<key>CFBundleIconFile</key>
<string>${MACOSX_BUNDLE_ICON_FILE}</string>
<key>CFBundleIdentifier</key>
Expand Down

0 comments on commit f20e240

Please sign in to comment.