Revision
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

Diff

Modified: MacRuby/trunk/rakelib/builder/templates.rb (5239 => 5240)


--- 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>