Skip to content

Commit

Permalink
Disable legacy build system deprecation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
softins committed Jun 19, 2024
1 parent 1002823 commit 6e9c3b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/autobuild/ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ setup() {
# As of aqtinstall 2.1.0 / 04/2022, desktop qtbase has to be installed manually:
python3 -m aqt install-qt --outputdir "${QT_DIR}" mac desktop "${QT_VERSION}" --archives qtbase
fi

# Suppress deprecation of Legacy Build System for now.
# TODO: Legacy Build System is removed in xcode 14. Need to migrate
# to the Modern Build System instead.
/usr/libexec/PlistBuddy -c "Add :DisableBuildSystemDeprecationDiagnostic bool true" /usr/local/opt/qt/${QT_VERSION}/ios/mkspecs/macx-xcode/WorkspaceSettings.xcsettings
fi
}

Expand Down

0 comments on commit 6e9c3b1

Please sign in to comment.