Skip to content

Commit

Permalink
Update Mac Legacy from Qt 5.9.9 to 5.15.2
Browse files Browse the repository at this point in the history
softins committed Jun 6, 2024

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
1 parent bb1639a commit 96abf40
Showing 3 changed files with 2 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
@@ -238,7 +238,7 @@ jobs:
- config_name: MacOS Legacy (artifacts+CodeQL)
target_os: macos
building_on_os: macos-12
base_command: QT_VERSION=5.9.9 SIGN_IF_POSSIBLE=0 ARTIFACT_SUFFIX=_legacy ./.github/autobuild/mac.sh
base_command: QT_VERSION=5.15.2 SIGN_IF_POSSIBLE=0 ARTIFACT_SUFFIX=_legacy ./.github/autobuild/mac.sh
# Enable CodeQL on mac legacy as this version does not get signed
run_codeql: true
# For Qt5 on Mac, we need to use an unsupported SDK version as macOS 12 doesn't
6 changes: 1 addition & 5 deletions Jamulus.pro
Original file line number Diff line number Diff line change
@@ -190,11 +190,7 @@ win32 {
MACOSX_BUNDLE_ICON.path = Contents/Resources
QMAKE_BUNDLE_DATA += MACOSX_BUNDLE_ICON
} else {
equals(QT_VERSION, "5.9.9") {
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 \
41 changes: 0 additions & 41 deletions mac/Info-make-legacy.plist

This file was deleted.

0 comments on commit 96abf40

Please sign in to comment.