# HG changeset patch # User Claus Gittinger # Date 1476102310 -7200 # Node ID fd48de558a00617b8b40925d6c9321f6e80f9406 # Parent 472c224d3f6fe2c4683de638cb6372180ae1f491 #BUGFIX by cg class: ProjectDefinition changed: #generate_osx_info_dot_plist diff -r 472c224d3f6f -r fd48de558a00 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 "