From aa2b4b1c5814cc2f832898a9e4a1bdfc38e7ac8d Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Wed, 12 Mar 2025 16:50:58 +0100 Subject: [PATCH] attempt to fix plutosdr macos issues --- macos/bundle_utils.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/macos/bundle_utils.sh b/macos/bundle_utils.sh index 2116798a..2cd208a4 100644 --- a/macos/bundle_utils.sh +++ b/macos/bundle_utils.sh @@ -28,6 +28,8 @@ bundle_is_not_to_be_installed() { if [ "$1" = "Security" ]; then echo 1; fi if [ "$1" = "AppleFSCompression" ]; then echo 1; fi if [ "$1" = "libsdrplay_api.so.3.14" ]; then echo 1; fi + if [ "$1" = "libsdrplay_api.so.3.15" ]; then echo 1; fi + if [ "$1" = "libxml2.2.dylib" ]; then echo 1; fi } # ========================= FOR INTERNAL USE ONLY ========================= @@ -226,4 +228,4 @@ bundle_sign() { fi codesign --force --deep -s - $1 -} \ No newline at end of file +}