ProjectDefinition.st
changeset 20586 fd48de558a00
parent 20585 472c224d3f6f
child 20590 60c281959efc
equal deleted inserted replaced
20585:472c224d3f6f 20586:fd48de558a00
  5095     "template for the info.plist file, which is included in an OS X deployment"
  5095     "template for the info.plist file, which is included in an OS X deployment"
  5096     
  5096     
  5097     |plist|
  5097     |plist|
  5098 
  5098 
  5099     (plist := self osx_info_dot_plist_dictionary) isNil ifTrue:[^ nil].
  5099     (plist := self osx_info_dot_plist_dictionary) isNil ifTrue:[^ nil].
       
  5100     MacPlistXMLCoder isNil ifTrue:[
       
  5101         Smalltalk loadPackage:'stx:goodies/xml/stx'
       
  5102     ].    
  5100     ^ MacPlistXMLCoder encode:plist     
  5103     ^ MacPlistXMLCoder encode:plist     
  5101 
  5104 
  5102     "
  5105     "
  5103      exept_expecco_application info_dot_plist
  5106      exept_expecco_application info_dot_plist
  5104     "
  5107     "