public
Description: A SSB OSX application, which at some point will be able to create a new application which wraps a specific web application, (Think Campfire, Twitter etc) and allows the user to use Ruby to create event handlers to be able support things like Growl or whatever you would like.
Clone URL: git://github.com/alloy/webapp-app.git
Change framework from 'webkit' to 'WebKit' for case sensitive systems.
Manfred (author)
Fri Mar 28 05:37:48 -0700 2008
commit  17ae455ce756a4fa20bd879cecbdf9ae2158dbb8
tree    a75e16197f02a2df8a8819fe40a1743ad66634dd
parent  43d9036a9a9333f13ceae9153a1f94ad693da142
...
3
4
5
6
 
7
8
9
...
3
4
5
 
6
7
8
9
0
@@ -3,7 +3,7 @@ Rucola::Initializer.run do |config|
0
   # over these settings.
0
   #
0
   # Load any custom Objective-C frameworks
0
- config.objc_frameworks = %w(webkit)
0
+ config.objc_frameworks = %w(WebKit)
0
   #
0
   # Use active_record bindings
0
   # config.use_active_record = true

Comments

    No one has commented yet.