[MacRuby-devel] [MacRuby] #318: enable arbitrary properties in hotcocoa app Info.plist

MacRuby ruby-noreply at macosforge.org
Thu Aug 27 23:14:45 PDT 2009


#318: enable arbitrary properties in hotcocoa app Info.plist
-----------------------------------+----------------------------------------
 Reporter:  isaackearse@…          |       Owner:  lsansonetti@…        
     Type:  enhancement            |      Status:  new                  
 Priority:  minor                  |   Milestone:  MacRuby 0.5          
Component:  MacRuby                |    Keywords:  hotcocoa             
-----------------------------------+----------------------------------------
 This patch enables adding extra key/string properties to the Info.plist
 for a hotcocoa application.  All you need to do is add a properties hash
 to config/build.yml and the application builder will take the properties
 in the hash and append them to the applications Info.plist.

 The use case I had for this was that I wanted to run my app as an agent
 application. (no dock icon or top left menu).  To do this I needed to add
 the key LSUIElement with a string value of "1" to the Info.plist

 Cheers,
 Isaac

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/318>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list