From 9d5638b0b1f28ed2ca9ef589d5ec3ea86f859432 Mon Sep 17 00:00:00 2001 From: Akshay Sonawane <111780983+apsonawane@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:04:24 -0700 Subject: [PATCH] Change the framework bundle identifier to a valid one (#829) (#834) 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" Co-authored-by: Rony Fadel --- 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