We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 033ec0a + 1344668 commit ebb1619Copy full SHA for ebb1619
ios.toolchain.cmake
@@ -365,9 +365,6 @@ endif()
365
# Set Xcode property for SDKROOT as well if Xcode generator is used
366
if(USED_CMAKE_GENERATOR MATCHES "Xcode")
367
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()
371
endif()
372
373
# Specify minimum version of deployment target.
0 commit comments