[Libreoffice-commits] core.git: bin/gbuild-to-ide

jan Iversen jani at documentfoundation.org
Sun Dec 25 20:38:53 UTC 2016


 bin/gbuild-to-ide |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 13d9f5cfc31d8eb01206d39361c55b9784da8acd
Author: jan Iversen <jani at documentfoundation.org>
Date:   Sun Dec 25 21:37:40 2016 +0100

    update to make cppunit load in xcode
    
    cppunit was unknown product type, assigned it
    
    Change-Id: I39a08f52cd07c06fc77fc4ac6dc4ecfb167a86ae

diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide
index 3e7d04f3..3b84394 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
 


More information about the Libreoffice-commits mailing list