Do you also use a dark theme in xcode, but you can't really see the cursor? Well here's the perfect solution.
Apple changed the format of the cursor, now being an Asset.car.
Copy the provided Asset.car
to the following directory:
/Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/Resources/
Open terminal on your mac an type the following:
cd /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/Resources # 1
cp DVTIbeamCursor.tiff{,.old} # 2
convert DVTIbeamCursor.tiff -negate DVTIbeamCursor.tiff # 3
- 1 open the folder containing the cursor
- 2 create a .old copy of the cursor, for backup
- 3 invert the cursor and replace it
If you don't have convert on your machine, you can just download the converted cursor from my repo.
I'm on @wesslansimon if you have questions or just intrested in having a cup of coffee.