From 75a2facd3bd0cb88f00190e6bcb9fb32cd6ea8eb Mon Sep 17 00:00:00 2001 From: aspel Date: Fri, 15 Nov 2024 00:07:41 +0200 Subject: [PATCH] ci: fixed plist Signed-off-by: aspel --- Info.plist.sh | 32 -------------------------------- Makefile | 6 ++---- 2 files changed, 2 insertions(+), 36 deletions(-) delete mode 100644 Info.plist.sh diff --git a/Info.plist.sh b/Info.plist.sh deleted file mode 100644 index 85a5b44..0000000 --- a/Info.plist.sh +++ /dev/null @@ -1,32 +0,0 @@ - - - - - CFBundleExecutable - pobWrapper.sh - CFBundleGetInfoString - Created by Qt/QMake - CFBundleIconFile - pobLogo.icns - CFBundleIdentifier - com.yourcompany.PathOfBuilding - CFBundleName - PathOfBuilding - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0.0 - CFBundleSignature - ???? - LSMinimumSystemVersion - 10.11 - NOTE - This file was generated by Qt/QMake. - NSPrincipalClass - NSApplication - NSHighResolutionCapable - - NSSupportsAutomaticGraphicsSwitching - - - diff --git a/Makefile b/Makefile index 96ad0f9..4b32a43 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,7 @@ Darwin_arm64: pob meson setup --buildtype=release --prefix=${DIR}/PathOfBuilding.app --bindir=Contents/MacOS build meson compile -C build meson install -C build - /opt/homebrew/opt/qt@5/bin/macdeployqt ${DIR}/PathOfBuilding.app - cp ${DIR}/Info.plist.sh ${DIR}/PathOfBuilding.app/Contents/Info.plist + /opt/homebrew/opt/qt@5/bin/macdeployqt ${DIR}/PathOfBuilding.app -verbose=2 echo "Finished $(OS_NAME)" Darwin_x86_64: pob @@ -27,8 +26,7 @@ Darwin_x86_64: pob meson setup --buildtype=release --prefix=${DIR}/PathOfBuilding.app --bindir=Contents/MacOS build meson compile -C build meson install -C build - /usr/local/opt/qt@5/bin/macdeployqt ${DIR}/PathOfBuilding.app - cp ${DIR}/Info.plist.sh ${DIR}/PathOfBuilding.app/Contents/Info.plist + /usr/local/opt/qt@5/bin/macdeployqt ${DIR}/PathOfBuilding.app -verbose=2 echo "Finished $(OS_NAME)" Linux_x86_64: pob