We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64315eb commit aa2b4b1Copy full SHA for aa2b4b1
macos/bundle_utils.sh
@@ -28,6 +28,8 @@ bundle_is_not_to_be_installed() {
28
if [ "$1" = "Security" ]; then echo 1; fi
29
if [ "$1" = "AppleFSCompression" ]; then echo 1; fi
30
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
33
}
34
35
# ========================= FOR INTERNAL USE ONLY =========================
@@ -226,4 +228,4 @@ bundle_sign() {
226
228
fi
227
229
230
codesign --force --deep -s - $1
-}
231
+}
0 commit comments