Skip to content

Commit 9d5638b

Browse files
Change the framework bundle identifier to a valid one (#829) (#834)
Ref: #825 "com.microsoft.onnxruntime_extensions" is not a valid identifier. Update it to "com.microsoft.onnxruntime-extensions" Co-authored-by: Rony Fadel <rony+github@fadel.io>
1 parent e19c089 commit 9d5638b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/ext_apple_framework.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if(NOT _ortcustomops_type STREQUAL "STATIC_LIBRARY")
1010
endif()
1111

1212
set(APPLE_FRAMEWORK_NAME "onnxruntime_extensions")
13-
set(APPLE_FRAMEWORK_IDENTIFIER "com.microsoft.onnxruntime_extensions")
13+
set(APPLE_FRAMEWORK_IDENTIFIER "com.microsoft.onnxruntime-extensions")
1414
set(APPLE_FRAMEWORK_VERSION "${VERSION}")
1515

1616
# public header files

0 commit comments

Comments
 (0)