update to make cppunit load in xcode

cppunit was unknown product type, assigned it

Change-Id: I39a08f52cd07c06fc77fc4ac6dc4ecfb167a86ae
This commit is contained in:
jan Iversen
2016-12-25 21:37:40 +01:00
parent 535a677c1d
commit 13d9f5cfc3

View File

@@ -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