diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-02-12 16:56:20 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-02-12 16:56:20 +0000 |
| commit | 9c2eab853273369a9ef9da39b28570200bf2ee69 (patch) | |
| tree | 8a055c0b90816fc849f456744fb2e5b502831f2b /Common/NativeApp | |
| parent | Added codesign identity for iOS build (diff) | |
| download | DiligentEngine-9c2eab853273369a9ef9da39b28570200bf2ee69.tar.gz DiligentEngine-9c2eab853273369a9ef9da39b28570200bf2ee69.zip | |
Added dev team for iOS build
Diffstat (limited to 'Common/NativeApp')
| -rw-r--r-- | Common/NativeApp/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Common/NativeApp/CMakeLists.txt b/Common/NativeApp/CMakeLists.txt index e669d35..7550247 100644 --- a/Common/NativeApp/CMakeLists.txt +++ b/Common/NativeApp/CMakeLists.txt @@ -224,6 +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" ) source_group("iOS" FILES ${APPLE_SOURCE}) source_group("iOS" FILES ${APPLE_INCLUDE}) |
