Skip to content

Commit

Permalink
Remove legacy plist for mac, no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
softins committed Jan 13, 2024
1 parent be9c5e8 commit f3b7dc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
6 changes: 1 addition & 5 deletions Jamulus.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
41 changes: 0 additions & 41 deletions mac/Info-make-legacy.plist

This file was deleted.

0 comments on commit f3b7dc6

Please sign in to comment.