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,6 +347,9 @@ 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
350353 elif [ " $pkg_platform " = " linux64" ]; then
351354 scripts/linux/download_libs.sh -a 64$libs_abi
352355 scripts/emscripten/download_libs.sh -n
@@ -376,6 +379,9 @@ function createPackage {
376379 scripts/osx/download_libs.sh
377380 scripts/macos/download_libs.sh
378381 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
379385 fi
380386
381387 createProjectFiles $pkg_platform $pkg_ofroot
You can’t perform that action at this time.
0 commit comments