This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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 |