Skip to content

Commit

Permalink
Change the framework bundle identifier to a valid one (#829) (#834)
Browse files Browse the repository at this point in the history
Ref: #825

"com.microsoft.onnxruntime_extensions" is not a valid identifier. Update it to "com.microsoft.onnxruntime-extensions"

Co-authored-by: Rony Fadel <[email protected]>
  • Loading branch information
apsonawane and ronyfadel authored Oct 28, 2024
1 parent e19c089 commit 9d5638b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ext_apple_framework.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d5638b

Please sign in to comment.