egold / better-xcode-ibeam-cursor

Better i-bar (text cursor) for Xcode for dark background / light text color themes.
429 stars 28 forks source link

Xcode 8 beta #18

Closed macintacos closed 8 years ago

macintacos commented 8 years ago

This is probably entirely too early in the game to be requesting this, but getting the patch to work on Xcode 8 would be awesome

mzarra commented 8 years ago

Copying the file from Xcode to Xcode-beta worked for me.

Run the install.sh script then:

cp /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Resources/Assets.car \
/Applications/Xcode-beta.app/Contents/SharedFrameworks/DVTKit.framework/Resources/Assets.car
macintacos commented 8 years ago

@mzarra Worked perfectly, thanks.