From f3b7dc68234dac549784605e05f6f3c7dc535503 Mon Sep 17 00:00:00 2001 From: Tony Mountifield Date: Sat, 13 Jan 2024 18:03:19 +0000 Subject: [PATCH] Remove legacy plist for mac, no longer needed --- Jamulus.pro | 6 +----- mac/Info-make-legacy.plist | 41 -------------------------------------- 2 files changed, 1 insertion(+), 46 deletions(-) delete mode 100644 mac/Info-make-legacy.plist diff --git a/Jamulus.pro b/Jamulus.pro index 0c9791f111..8502cde225 100644 --- a/Jamulus.pro +++ b/Jamulus.pro @@ -190,11 +190,7 @@ win32 { MACOSX_BUNDLE_ICON.path = Contents/Resources QMAKE_BUNDLE_DATA += MACOSX_BUNDLE_ICON } else { - equals(QT_VERSION, "5.15.2") { - QMAKE_INFO_PLIST = mac/Info-make-legacy.plist - } else { - QMAKE_INFO_PLIST = mac/Info-make.plist - } + QMAKE_INFO_PLIST = mac/Info-make.plist } LIBS += -framework CoreFoundation \ diff --git a/mac/Info-make-legacy.plist b/mac/Info-make-legacy.plist deleted file mode 100644 index ecdf2c55e9..0000000000 --- a/mac/Info-make-legacy.plist +++ /dev/null @@ -1,41 +0,0 @@ - - - - - CFBundleName - @EXECUTABLE@ - CFBundleDisplayName - @EXECUTABLE@ - CFBundleIdentifier - @BUNDLEIDENTIFIER@ - CFBundlePackageType - APPL - CFBundleVersion - @FULL_VERSION@ - CFBundleShortVersionString - @SHORT_VERSION@ - CFBundleSupportedPlatforms - - MacOSX - - LSApplicationCategoryType - public.app-category.music - LSMinimumSystemVersion - 10.10 - CFBundleExecutable - @EXECUTABLE@ - CFBundleDevelopmentRegion - en - CFBundleIconFile - @ICON@ - CFBundleGetInfoString - Jamulus - Created with QT - NSPrincipalClass - NSApplication - NSMicrophoneUsageDescription - Jamulus needs access to the microphone to record and stream your music to other musicians - - NSRequiresAquaSystemAppearance - true - -