Revision: 464 http://trac.macosforge.org/projects/ruby/changeset/464 Author: rich@infoether.com Date: 2008-08-21 14:19:40 -0700 (Thu, 21 Aug 2008) Log Message: ----------- update template Modified Paths: -------------- MacRuby/trunk/data/hotcocoa_template/config/build.yml Added Paths: ----------- MacRuby/trunk/data/hotcocoa_template/resources/ MacRuby/trunk/data/hotcocoa_template/resources/HotCocoa.icns Modified: MacRuby/trunk/data/hotcocoa_template/config/build.yml =================================================================== --- MacRuby/trunk/data/hotcocoa_template/config/build.yml 2008-08-21 21:19:12 UTC (rev 463) +++ MacRuby/trunk/data/hotcocoa_template/config/build.yml 2008-08-21 21:19:40 UTC (rev 464) @@ -1,4 +1,6 @@ -:name: __APPLICATION_NAME__ -:load: lib/application.rb -:sources: +name: __APPLICATION_NAME__ +load: lib/application.rb +version: "1.0" +icon: resources/HotCocoa.icns +sources: - lib/**/*.rb Added: MacRuby/trunk/data/hotcocoa_template/resources/HotCocoa.icns =================================================================== (Binary files differ) Property changes on: MacRuby/trunk/data/hotcocoa_template/resources/HotCocoa.icns ___________________________________________________________________ Name: svn:mime-type + application/octet-stream
participants (1)
-
source_changes@macosforge.org