[macruby-changes] [4221] MacRuby/trunk/misc/xcode-templates/Project Templates/Application/ MacRuby Preference Pane/PrefPane.rb

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 11 22:32:25 PDT 2010


Revision: 4221
          http://trac.macosforge.org/projects/ruby/changeset/4221
Author:   mattaimonetti at gmail.com
Date:     2010-06-11 22:32:21 -0700 (Fri, 11 Jun 2010)
Log Message:
-----------
load Cocoa's framework instead of just AppKit

Modified Paths:
--------------
    MacRuby/trunk/misc/xcode-templates/Project Templates/Application/MacRuby Preference Pane/PrefPane.rb

Modified: MacRuby/trunk/misc/xcode-templates/Project Templates/Application/MacRuby Preference Pane/PrefPane.rb
===================================================================
--- MacRuby/trunk/misc/xcode-templates/Project Templates/Application/MacRuby Preference Pane/PrefPane.rb	2010-06-12 05:07:45 UTC (rev 4220)
+++ MacRuby/trunk/misc/xcode-templates/Project Templates/Application/MacRuby Preference Pane/PrefPane.rb	2010-06-12 05:32:21 UTC (rev 4221)
@@ -6,7 +6,7 @@
 # Copyright \xC7ORGANIZATIONNAME\xC8 \xC7YEAR\xC8. All rights reserved.
 #
 
-framework 'AppKit'
+framework 'Cocoa'
 
 class PrefPane < NSPreferencePane
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100611/3a1d3282/attachment.html>


More information about the macruby-changes mailing list