File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -347,9 +347,6 @@ function createPackage {
347347 if [ " $pkg_platform " = " osx" ]; then
348348 scripts/osx/download_libs.sh
349349 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
353350 elif [ " $pkg_platform " = " linux64" ]; then
354351 scripts/linux/download_libs.sh -a 64$libs_abi
355352 scripts/emscripten/download_libs.sh -n
@@ -379,9 +376,6 @@ function createPackage {
379376 scripts/osx/download_libs.sh
380377 scripts/macos/download_libs.sh
381378 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
385379 fi
386380
387381 createProjectFiles $pkg_platform $pkg_ofroot
You can’t perform that action at this time.
0 commit comments