File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -347,9 +347,6 @@ function createPackage {
347
347
if [ " $pkg_platform " = " osx" ]; then
348
348
scripts/osx/download_libs.sh
349
349
scripts/emscripten/download_libs.sh -n
350
- # temp fix for now remove signing from frameworks
351
- codesign --remove-signature libs/* /lib/macos/* .xcframework
352
- codesign --remove-signature addons/* /libs/* /lib/macos/* .xcframework
353
350
elif [ " $pkg_platform " = " linux64" ]; then
354
351
scripts/linux/download_libs.sh -a 64$libs_abi
355
352
scripts/emscripten/download_libs.sh -n
@@ -379,9 +376,6 @@ function createPackage {
379
376
scripts/osx/download_libs.sh
380
377
scripts/macos/download_libs.sh
381
378
scripts/emscripten/download_libs.sh -n
382
- # temp fix for now remove signing from frameworks
383
- codesign --remove-signature libs/* /lib/macos/* .xcframework
384
- codesign --remove-signature addons/* /libs/* /lib/macos/* .xcframework
385
379
fi
386
380
387
381
createProjectFiles $pkg_platform $pkg_ofroot
You can’t perform that action at this time.
0 commit comments