From 3009e63cb8a2ea6497ab9863e69688ff59565de2 Mon Sep 17 00:00:00 2001 From: Caleb Yates Date: Mon, 21 Aug 2023 13:45:02 -0500 Subject: [PATCH] Fix minimum system version --- .github/mac-bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/mac-bundle.sh b/.github/mac-bundle.sh index ff33a3e7..314b30f7 100755 --- a/.github/mac-bundle.sh +++ b/.github/mac-bundle.sh @@ -43,7 +43,7 @@ PlistBuddy Alber.app/Contents/Info.plist -c "add CFBundleName string Panda3DS" PlistBuddy Alber.app/Contents/Info.plist -c "add CFBundlePackageType string APPL" PlistBuddy Alber.app/Contents/Info.plist -c "add NSHumanReadableCopyright string Copyright 2023 Panda3DS Team" -PlistBuddy Alber.app/Contents/Info.plist -c "set LSMinimumSystemVersion 10.15" +PlistBuddy Alber.app/Contents/Info.plist -c "add LSMinimumSystemVersion string 10.15" # Bundle dylibs dylibbundler -od -b -x Alber.app/Contents/MacOS/Alber -d Alber.app/Contents/Frameworks/ -p @rpath -s /Users/runner/work/Panda3DS/Panda3DS/VULKAN_SDK/lib