summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorjan Iversen <jani@documentfoundation.org>2016-12-25 21:37:40 +0100
committerjan Iversen <jani@documentfoundation.org>2016-12-25 21:37:40 +0100
commit13d9f5cfc31d8eb01206d39361c55b9784da8acd (patch)
tree1cc579a05db6f3629010a817768c20e02ab84fe9 /bin
parent535a677c1defdc6f5d575ced2161464034634bad (diff)
update to make cppunit load in xcode
cppunit was unknown product type, assigned it Change-Id: I39a08f52cd07c06fc77fc4ac6dc4ecfb167a86ae
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gbuild-to-ide2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide
index 3e7d04f3fcd7..3b8439439b7b 100755
--- a/bin/gbuild-to-ide
+++ b/bin/gbuild-to-ide
@@ -624,6 +624,8 @@ class XcodeIntegrationGenerator(IdeIntegrationGenerator):
return 'com.apple.product-type.library.dynamic'
elif modulename in self.gbuildparser.exes:
return 'com.apple.product-type.something'
+ else:
+ return 'com.apple.product-type.cppunit'
counter = 0