diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-02-12 16:30:20 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-02-12 16:30:20 +0000 |
| commit | 85b9de38352b3de80295be15f5b02fbe07781880 (patch) | |
| tree | 6d4558234af6f8d1fd49d12dd64b0de6d2618748 /Common/NativeApp | |
| parent | Update README.md (diff) | |
| download | DiligentEngine-85b9de38352b3de80295be15f5b02fbe07781880.tar.gz DiligentEngine-85b9de38352b3de80295be15f5b02fbe07781880.zip | |
Added codesign identity 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 844aa3d..e669d35 100644 --- a/Common/NativeApp/CMakeLists.txt +++ b/Common/NativeApp/CMakeLists.txt @@ -223,6 +223,7 @@ elseif(PLATFORM_IOS) MACOSX_BUNDLE_GUI_IDENTIFIER "com.diligentengine.samples.${TARGET_NAME}" MACOSX_BUNDLE_INFO_PLIST "${APPLE_INFO_PLIST}" RESOURCE "${APPLE_RESOURCES}" + XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "iPhone Developer" ) source_group("iOS" FILES ${APPLE_SOURCE}) source_group("iOS" FILES ${APPLE_INCLUDE}) |
