Skip to content

Commit

Permalink
fix: fix ios bundle identifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall committed Nov 5, 2021
1 parent 4918228 commit 79fb7c4
Show file tree
Hide file tree
Showing 3 changed files with 501 additions and 322 deletions.
8 changes: 5 additions & 3 deletions bridge/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ if (ENABLE_ASAN)
add_link_options(-fsanitize=address -fno-omit-frame-pointer)
endif ()

if (${PLATFORM} STREQUAL "OS")
add_compile_options(-fno-aligned-allocation)
endif()

list(APPEND BRIDGE_SOURCE
kraken_bridge.cc
${CMAKE_CURRENT_SOURCE_DIR}/include/kraken_bridge.h
Expand Down Expand Up @@ -346,12 +350,10 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "iOS")
OUTPUT_NAME kraken_bridge
FRAMEWORK TRUE
FRAMEWORK_VERSION C
MACOSX_FRAMEWORK_IDENTIFIER com.openkraken.kraken_bridge
MACOSX_FRAMEWORK_IDENTIFIER com.openkraken.kraken-bridge
PUBLIC_HEADER ${KRAKEN_PUBLIC_HEADERS}
)

message(${QUICKJS_PUBLIC_HEADERS})

set_target_properties(quickjs PROPERTIES
OUTPUT_NAME quickjs
FRAMEWORK TRUE
Expand Down
Loading

0 comments on commit 79fb7c4

Please sign in to comment.