From 8de0d6c8db1ba654c9b232fb1e5b5e296a2292e5 Mon Sep 17 00:00:00 2001 From: Rony Fadel Date: Tue, 22 Oct 2024 02:56:41 +0900 Subject: [PATCH] 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" --- 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