#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Mon, 10 Oct 2016 14:25:10 +0200
changeset 20586 fd48de558a00
parent 20585 472c224d3f6f
child 20587 cdcab9745677
#BUGFIX by cg class: ProjectDefinition changed: #generate_osx_info_dot_plist
ProjectDefinition.st
--- a/ProjectDefinition.st	Mon Oct 10 14:21:47 2016 +0200
+++ b/ProjectDefinition.st	Mon Oct 10 14:25:10 2016 +0200
@@ -5097,6 +5097,9 @@
     |plist|
 
     (plist := self osx_info_dot_plist_dictionary) isNil ifTrue:[^ nil].
+    MacPlistXMLCoder isNil ifTrue:[
+        Smalltalk loadPackage:'stx:goodies/xml/stx'
+    ].    
     ^ MacPlistXMLCoder encode:plist     
 
     "