File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ bundle_is_not_to_be_installed() {
1010 # NOTE: Customize this list to exclude libraries you don't want copied into the bundle
1111 if [ " $1 " = " libsdrpp_core.dylib" ]; then echo 1; fi
1212 if [ " $1 " = " OpenGL" ]; then echo 1; fi
13- # if [ "$1" = "libc++.1.dylib" ]; then echo 1; fi
1413 if [ " $1 " = " libSystem.B.dylib" ]; then echo 1; fi
1514 if [ " $1 " = " Cocoa" ]; then echo 1; fi
1615 if [ " $1 " = " IOKit" ]; then echo 1; fi
@@ -22,7 +21,6 @@ bundle_is_not_to_be_installed() {
2221 if [ " $1 " = " CoreAudio" ]; then echo 1; fi
2322 if [ " $1 " = " AudioToolbox" ]; then echo 1; fi
2423 if [ " $1 " = " AudioUnit" ]; then echo 1; fi
25- if [ " $1 " = " libobjc.A.dylib" ]; then echo 1; fi
2624 if [ " $1 " = " CFNetwork" ]; then echo 1; fi
2725 if [ " $1 " = " SystemConfiguration" ]; then echo 1; fi
2826 if [ " $1 " = " Security" ]; then echo 1; fi
You can’t perform that action at this time.
0 commit comments