Skip to content

Commit 1344668

Browse files
committed
Remove automatic code signing
Fixes #86 CMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM needs to be set by the user anyway All a default value does is forcing the usage of a code signature on targets. Simply remove the default value should be sufficient to solve #86 without even breaking any existing usage.
1 parent 033ec0a commit 1344668

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ios.toolchain.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,6 @@ endif()
365365
# Set Xcode property for SDKROOT as well if Xcode generator is used
366366
if(USED_CMAKE_GENERATOR MATCHES "Xcode")
367367
set(CMAKE_OSX_SYSROOT "${SDK_NAME}" CACHE INTERNAL "")
368-
if(NOT DEFINED CMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM)
369-
set(CMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM "123456789A")
370-
endif()
371368
endif()
372369

373370
# Specify minimum version of deployment target.

0 commit comments

Comments
 (0)