Skip to content

Commit c250c7c

Browse files
authored
fix: readd xcframework
1 parent 7986817 commit c250c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: set up xcode
2424
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh
2525
- name: run the build script
26-
run: PATH="/usr/local/opt/bison/bin:$PATH" XML_CATALOG_FILES="/usr/local/etc/xml/catalog" ./ios.sh --enable-gpl --enable-ios-zlib --enable-openssl --enable-zimg --enable-x264
26+
run: PATH="/usr/local/opt/bison/bin:$PATH" XML_CATALOG_FILES="/usr/local/etc/xml/catalog" ./ios.sh --xcframework --enable-gpl --enable-ios-zlib --enable-openssl --enable-zimg --enable-x264
2727
- name: package zip
2828
working-directory: ./prebuilt/bundle-apple-xcframework-ios/
2929
run: zip -r ffmpegkit-bundled.xcframework.zip *

0 commit comments

Comments
 (0)