diff options
| author | DiligentGraphics <admin@diligentgraphics.com> | 2018-02-13 02:34:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-13 02:34:56 +0000 |
| commit | ddbcc2a4c54fb306f0dabe521ef8ad2aa5d83ed1 (patch) | |
| tree | dd58afa6e8606d1965e21098bbd9e2f7d9c735d7 /Common | |
| parent | Attempting to fix code signing issue in travis iOS build by building for simu... (diff) | |
| download | DiligentEngine-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.txt | 2 |
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}) |
