Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I change the mouse's i-beam cursor in Xcode?

I use a dark background when I code in xcode 5.0.2 and maybe I'm just getting old but it makes it really hard to see the cursor when hovering over text.

I tried the solution on this question: Changing the mouse's i-beam cursor in Xcode 4

but it had no effect unfortunately.

Any suggestions?

like image 825
George McKibbin Avatar asked Dec 03 '22 20:12

George McKibbin


1 Answers

For me, it was as per the post you referenced, at the location:

/Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/Resources/DVTIbeamCursor.png

The issue I had however, was that the file had been named as:

DVTl (lowercase 'L'), rather than DVTI (uppercase 'I').

like image 155
Kyle G Avatar answered Apr 17 '23 05:04

Kyle G