Cédric Luthi @0xced@hachyderm.io@0xcedEven more impressive: strings /System/Library/Frameworks/AppKit.framework/AppKit | grep ^com\\.[^a]9:24 PM · Feb 1, 20145 Retweets26 Likes
Cédric Luthi @0xced@hachyderm.io@0xced·Feb 2, 2014@aa10 Maybe both ;-) FYI, the method that applies a workaround for Comic Life is -[NSScroller setFloatValue:knobProportion:].1
Ori@cjori·Feb 8, 2014@0xced try this: for f in /System/Library/Frameworks/*/*; do if [ -f $f ]; then strings $f | grep ^com\\.[^a]; fi done;2