summaryrefslogtreecommitdiffstats
path: root/Common/NativeApp
diff options
context:
space:
mode:
Diffstat (limited to 'Common/NativeApp')
-rw-r--r--Common/NativeApp/CMakeLists.txt1
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})