We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acbace0 commit bf422cbCopy full SHA for bf422cb
1 file changed
build-xcframework.sh
@@ -559,7 +559,7 @@ xcodebuild -create-xcframework \
559
-framework $(pwd)/build-ios-device/framework/whisper.framework \
560
-debug-symbols $(pwd)/build-ios-device/dSYMs/whisper.dSYM \
561
-framework $(pwd)/build-macos/framework/whisper.framework \
562
- -debug-symbols $(pwd)/build-macos/dSYMS/whisper.dSYM \
+ -debug-symbols $(pwd)/build-macos/dSYMs/whisper.dSYM \
563
-framework $(pwd)/build-visionos/framework/whisper.framework \
564
-debug-symbols $(pwd)/build-visionos/dSYMs/whisper.dSYM \
565
-framework $(pwd)/build-visionos-sim/framework/whisper.framework \
0 commit comments