Change the framework bundle identifier to a valid one (#829)

Ref: https://github.com/microsoft/onnxruntime-extensions/issues/825

"com.microsoft.onnxruntime_extensions" is not a valid identifier. Update it to "com.microsoft.onnxruntime-extensions"
This commit is contained in:
Rony Fadel 2024-10-22 02:56:41 +09:00 коммит произвёл GitHub
Родитель 944bad6036
Коммит 8de0d6c8db
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -10,7 +10,7 @@ if(NOT _ortcustomops_type STREQUAL "STATIC_LIBRARY")
endif()
set(APPLE_FRAMEWORK_NAME "onnxruntime_extensions")
set(APPLE_FRAMEWORK_IDENTIFIER "com.microsoft.onnxruntime_extensions")
set(APPLE_FRAMEWORK_IDENTIFIER "com.microsoft.onnxruntime-extensions")
set(APPLE_FRAMEWORK_VERSION "${VERSION}")
# public header files