]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
xcf : use check for visionos build version (#3021)
authorDaniel Bevenius <redacted>
Wed, 9 Apr 2025 14:34:58 +0000 (16:34 +0200)
committerGitHub <redacted>
Wed, 9 Apr 2025 14:34:58 +0000 (16:34 +0200)
commitcf794133de08dae17b37352ad6599ca3e69542c0
tree1d89a6cb97edeb58a3e6963456115fa3077e17e8
parentef6cf357e7028c17c4141552ca8f572885f494d8
xcf : use check for visionos build version (#3021)

This commit adds a check for the visionos build version used with vtool
in build-xcframework.sh. The script now checks the Xcode version and
determines whether to use "xros" or "visionos" for the build version.

This commit also uses xcrun for the vtool so that the version of vtool
in xcode command line tools is used instead of the one in the system
path.

Refs: https://github.com/ggml-org/whisper.cpp/pull/2994#issuecomment-2773292223
build-xcframework.sh