Skip to content

Commit

Permalink
fix: broken code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Jul 18, 2024
1 parent a52c591 commit f483735
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ios.toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,6 @@ if (NOT DEFINED CMAKE_MACOSX_BUNDLE)
set(CMAKE_MACOSX_BUNDLE YES)
endif()
set(CMAKE_XCODE_ATTRIBUTE_CODE_SIGNING_REQUIRED "NO")
set(CMAKE_XCODE_ATTRIBUTE_CODE_SIGNING_ALLOWED "NO")
set(CMAKE_SHARED_LIBRARY_PREFIX "lib")
set(CMAKE_SHARED_LIBRARY_SUFFIX ".dylib")
set(CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES ".tbd" ".so")
Expand Down

0 comments on commit f483735

Please sign in to comment.