We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7986817 commit c250c7cCopy full SHA for c250c7c
.github/workflows/build-ios.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: set up xcode
24
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh
25
- 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
+ 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
27
- name: package zip
28
working-directory: ./prebuilt/bundle-apple-xcframework-ios/
29
run: zip -r ffmpegkit-bundled.xcframework.zip *
0 commit comments