aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/bundle/MacOSX-Product-Types.xcspec
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-05-29 02:28:50 -0700
committerJake Petroules <jake.petroules@qt.io>2017-05-29 09:50:15 +0000
commitf8066f183665ddb44bfd593850b6da9572c16cbe (patch)
tree21d746c4b21bc7485fb60549164bb3273c11a714 /share/qbs/modules/bundle/MacOSX-Product-Types.xcspec
parent12b146a4abf125b033615c16b861561d8688bbfd (diff)
Update specs from Xcode 8.3.2 using update-specs.sh
Change-Id: Ib881b8d86ee5c1eb9aca05f3a6597080e76313fd Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'share/qbs/modules/bundle/MacOSX-Product-Types.xcspec')
-rw-r--r--share/qbs/modules/bundle/MacOSX-Product-Types.xcspec3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/qbs/modules/bundle/MacOSX-Product-Types.xcspec b/share/qbs/modules/bundle/MacOSX-Product-Types.xcspec
index 51c778f07..450279358 100644
--- a/share/qbs/modules/bundle/MacOSX-Product-Types.xcspec
+++ b/share/qbs/modules/bundle/MacOSX-Product-Types.xcspec
@@ -423,6 +423,7 @@
"com.apple.package-type.bundle.unit-test"
],
"CanEmbedCompilerSanitizerLibraries" : "YES",
+ "IsUnitTest" : "YES",
"Type" : "ProductType",
"BasedOn" : "com.apple.product-type.bundle",
"Name" : "Unit Test Bundle",
@@ -445,6 +446,7 @@
"com.apple.package-type.bundle.unit-test"
],
"ProvisioningProfileSupported" : "YES",
+ "IsUITest" : "YES",
"Type" : "ProductType",
"BasedOn" : "com.apple.product-type.bundle.unit-test",
"Name" : "UI Testing Bundle",
@@ -459,6 +461,7 @@
"PackageTypes" : [
"com.apple.package-type.bundle.ocunit-test"
],
+ "IsUnitTest" : "YES",
"Type" : "ProductType",
"BasedOn" : "com.apple.product-type.bundle",
"Name" : "OCUnit Test Bundle",