summaryrefslogtreecommitdiffstats
path: root/Common
diff options
context:
space:
mode:
authorDiligentGraphics <admin@diligentgraphics.com>2018-02-13 02:34:56 +0000
committerGitHub <noreply@github.com>2018-02-13 02:34:56 +0000
commitddbcc2a4c54fb306f0dabe521ef8ad2aa5d83ed1 (patch)
treedd58afa6e8606d1965e21098bbd9e2f7d9c735d7 /Common
parentAttempting to fix code signing issue in travis iOS build by building for simu... (diff)
downloadDiligentEngine-ddbcc2a4c54fb306f0dabe521ef8ad2aa5d83ed1.tar.gz
DiligentEngine-ddbcc2a4c54fb306f0dabe521ef8ad2aa5d83ed1.zip
Disabled Development Team attribute in iOS cmake build file
Diffstat (limited to 'Common')
-rw-r--r--Common/NativeApp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/NativeApp/CMakeLists.txt b/Common/NativeApp/CMakeLists.txt
index 7550247..29aeba2 100644
--- a/Common/NativeApp/CMakeLists.txt
+++ b/Common/NativeApp/CMakeLists.txt
@@ -224,7 +224,7 @@ elseif(PLATFORM_IOS)
MACOSX_BUNDLE_INFO_PLIST "${APPLE_INFO_PLIST}"
RESOURCE "${APPLE_RESOURCES}"
XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "iPhone Developer"
- XCODE_ATTRIBUTE_DEVELOPMENT_TEAM "Dev Team"
+ # XCODE_ATTRIBUTE_DEVELOPMENT_TEAM "Dev Team"
)
source_group("iOS" FILES ${APPLE_SOURCE})
source_group("iOS" FILES ${APPLE_INCLUDE})