From 3ea06112540f16bf2ff5c8460a993ff7a32fcd50 Mon Sep 17 00:00:00 2001 From: Rony Fadel Date: Mon, 21 Oct 2024 08:10:20 +0800 Subject: [PATCH] Change the framework bundle identifier to a valid one 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" --- cmake/ext_apple_framework.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/ext_apple_framework.cmake b/cmake/ext_apple_framework.cmake index 5fa88fe11..754dd2aa2 100644 --- a/cmake/ext_apple_framework.cmake +++ b/cmake/ext_apple_framework.cmake @@ -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