Skip to content

Commit caf8c96

Browse files
authored
revert create_package.sh
1 parent 94509a3 commit caf8c96

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/dev/create_package.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)