File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -354,6 +354,7 @@ jobs:
354
354
for b in `ls macOS-arm64/mdk-sdk/bin`; do # exes exist in both archs
355
355
lipo -create macOS-{arm,x86_}64/mdk-sdk/bin/$b -output macOS/mdk-sdk/bin/$b
356
356
done
357
+ codesign --force --sign - --deep --timestamp macOS/mdk-sdk/lib/mdk.framework
357
358
358
359
libffmpeg=$(find macCatalyst/mdk-sdk/lib/mdk.framework -name "libffmpeg*.dylib")
359
360
# xcrun bitcode_strip -r $libffmpeg -o $libffmpeg
@@ -369,6 +370,7 @@ jobs:
369
370
# ensure bin/* can Find mdk and ffmpeg
370
371
ln -sf ${mdkfw/mdk-sdk/..}/mdk.framework mdk-sdk/Frameworks
371
372
ln -sf ../Frameworks/mdk.framework/Headers mdk-sdk/include/mdk
373
+ codesign --force --sign - --deep --timestamp mdk-sdk/lib/mdk.xcframework
372
374
# pod requires a file in tarball
373
375
gtar Jcvf mdk-sdk-apple.tar.xz mdk-sdk README.md
374
376
gtar Jcvf mdk-sdk-macOS.tar.xz -C macOS .
Original file line number Diff line number Diff line change 9
9
if [ -f mdk-sdk/lib/mdk.framework/mdk ]; then
10
10
otool -l mdk-sdk/lib/mdk.framework/mdk
11
11
otool -L mdk-sdk/lib/mdk.framework/mdk
12
+ codesign --force --sign - --deep --timestamp mdk-sdk/lib/mdk.framework
12
13
fi
13
14
for s in build/${TARGET_OS} -* ; do
14
15
echo " sdk: $s "
You can’t perform that action at this time.
0 commit comments