update to make cppunit load in xcode
cppunit was unknown product type, assigned it Change-Id: I39a08f52cd07c06fc77fc4ac6dc4ecfb167a86ae
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user