summaryrefslogtreecommitdiffstats
path: root/Tests/CFBundleTest
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2019-09-01 08:42:39 (GMT)
committerGregor Jasny <gjasny@googlemail.com>2019-09-01 08:43:26 (GMT)
commite29a92f5259def88bda0c292f591fda68c0e064e (patch)
tree62d06d7a6cabef30e7c94492271a78a92dfef512 /Tests/CFBundleTest
parent8720353d4adfa83295d136835f44dce0173efd79 (diff)
downloadCMake-e29a92f5259def88bda0c292f591fda68c0e064e.zip
CMake-e29a92f5259def88bda0c292f591fda68c0e064e.tar.gz
CMake-e29a92f5259def88bda0c292f591fda68c0e064e.tar.bz2
Xcode: Make BundleTests compatible with Xcode 11
Diffstat (limited to 'Tests/CFBundleTest')
-rw-r--r--Tests/CFBundleTest/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CFBundleTest/CMakeLists.txt b/Tests/CFBundleTest/CMakeLists.txt
index 0fe6bb7..b2b1b73 100644
--- a/Tests/CFBundleTest/CMakeLists.txt
+++ b/Tests/CFBundleTest/CMakeLists.txt
@@ -50,6 +50,8 @@ set_source_files_properties(
set_target_properties(CFBundleTest PROPERTIES
BUNDLE 1
BUNDLE_EXTENSION plugin
+ XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY ""
+ XCODE_ATTRIBUTE_CODE_SIGNING_REQUIRED "NO"
XCODE_ATTRIBUTE_MACH_O_TYPE mh_bundle
XCODE_ATTRIBUTE_INFOPLIST_FILE ${CMAKE_CURRENT_BINARY_DIR}/Info.plist
MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_BINARY_DIR}/Info.plist