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:
Родитель
944bad6036
Коммит
8de0d6c8db
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче