From: <ki...@us...> - 2014-07-26 01:54:31
|
Revision: 2626 http://sourceforge.net/p/rubycocoa/svn/2626 Author: kimuraw Date: 2014-07-26 01:54:29 +0000 (Sat, 26 Jul 2014) Log Message: ----------- Fix failure OSX::Protocol.oc_superclass on OS X 10.7 or earlier superclass of Protocol class on OS X 10.7 or earlier is Object class. the class is not a Cocoa class, then RubyCocoa fails to initialize runtime from invoking OSX::Protocol.oc_superclass. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/mdl_osxobjc.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |