Skip to content

Commit

Permalink
Remove default dummy value for iOS Xcode signature (#8576)
Browse files Browse the repository at this point in the history
Suggestion to fix #8575
  • Loading branch information
a4z committed Mar 2, 2021
1 parent dec9e02 commit 9a173b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conan/tools/cmake/ios.py
Expand Up @@ -17,9 +17,6 @@ class CMakeiOSToolchain(CMakeToolchainBase):
# Setting CMAKE_OSX_SYSROOT SDK, when using Xcode generator the name is enough
# but full path is necessary for others
set(CMAKE_OSX_SYSROOT {{ CMAKE_OSX_SYSROOT }})
if(NOT DEFINED CMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM)
set(CMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM "123456789A" CACHE INTERNAL "")
endif()
{% endblock %}
""")

Expand Down

0 comments on commit 9a173b0

Please sign in to comment.