Revision: 5240 http://trac.macosforge.org/projects/ruby/changeset/5240 Author: lsansonetti@apple.com Date: 2011-02-23 00:28:50 -0800 (Wed, 23 Feb 2011) Log Message: ----------- change the framework's bundle identifier to use macruby.org instead of apple.com Modified Paths: -------------- MacRuby/trunk/rakelib/builder/templates.rb Modified: MacRuby/trunk/rakelib/builder/templates.rb =================================================================== --- MacRuby/trunk/rakelib/builder/templates.rb 2011-02-23 02:24:37 UTC (rev 5239) +++ MacRuby/trunk/rakelib/builder/templates.rb 2011-02-23 08:28:50 UTC (rev 5240) @@ -16,7 +16,7 @@ <key>CFBundleIconFile</key> <string></string> <key>CFBundleIdentifier</key> - <string>com.apple.macruby</string> + <string>org.macruby</string> <key>CFBundleInfoDictionaryVersion</key> <string>#{MACRUBY_VERSION}</string> <key>CFBundlePackageType</key>
participants (1)
-
source_changes@macosforge.org