Skip to content

Instantly share code, notes, and snippets.

View Mrosenhave's full-sized avatar

Markus Mrosenhave

View GitHub Profile
@Mrosenhave
Mrosenhave / cornerTweak.m
Last active March 23, 2026 08:32
Fix iTunes Corner Radius
#import <Cocoa/Cocoa.h>
//Instructions:
//1. Build patch:
// clang -arch x86_64 -dynamiclib -framework AppKit -o cornerTweak.dylib cornerTweak.m
//2. Patch iTunes (use insert_dylib):
// sudo insert_dylib /path/to/cornerTweak.dylib /Applications/iTunes.app/Contents/MacOS/iTunes.app/Contents/MacOS/iTunes --inplace
//3. Copy dylib to iTunes
// sudo mv /path/to/cornerTweak.dylib /Applications/iTunes.app/Contents/MacOS/iTunes.app/Contents/Frameworks/
//4. Resign iTunes