File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -347,6 +347,9 @@ 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
350
353
elif [ " $pkg_platform " = " linux64" ]; then
351
354
scripts/linux/download_libs.sh -a 64$libs_abi
352
355
scripts/emscripten/download_libs.sh -n
@@ -376,6 +379,9 @@ function createPackage {
376
379
scripts/osx/download_libs.sh
377
380
scripts/macos/download_libs.sh
378
381
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
379
385
fi
380
386
381
387
createProjectFiles $pkg_platform $pkg_ofroot
You can’t perform that action at this time.
0 commit comments