#14: getting format from artwork doesn't work -------------------------------------+-------------------------------------- Reporter: jordan.breeding@mac.com | Owner: lsansonetti@apple.com Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.3 Component: MacRuby | Resolution: fixed Keywords: | -------------------------------------+-------------------------------------- Changes (by lsansonetti@apple.com): * status: new => closed * resolution: => fixed Comment: Fixed in trunk. $ macirb
framework 'ScriptingBridge' => true app = SBApplication.applicationWithBundleIdentifier('com.apple.iTunes') => #<ITunesApplication:0x312cef0> app.currentTrack.artworks[0].format.description => "<NSAppleEventDescriptor: 'PNG '>" }}}
-- Ticket URL: <http://www.macruby.org/trac/ticket/14#comment:4> macruby <http://macruby.org/>