Skip to content

Commit aa2b4b1

Browse files
attempt to fix plutosdr macos issues
1 parent 64315eb commit aa2b4b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

macos/bundle_utils.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ bundle_is_not_to_be_installed() {
2828
if [ "$1" = "Security" ]; then echo 1; fi
2929
if [ "$1" = "AppleFSCompression" ]; then echo 1; fi
3030
if [ "$1" = "libsdrplay_api.so.3.14" ]; then echo 1; fi
31+
if [ "$1" = "libsdrplay_api.so.3.15" ]; then echo 1; fi
32+
if [ "$1" = "libxml2.2.dylib" ]; then echo 1; fi
3133
}
3234

3335
# ========================= FOR INTERNAL USE ONLY =========================
@@ -226,4 +228,4 @@ bundle_sign() {
226228
fi
227229

228230
codesign --force --deep -s - $1
229-
}
231+
}

0 commit comments

Comments
 (0)