Skip to content

Instantly share code, notes, and snippets.

@jonfriskics
Created July 2, 2013 00:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonfriskics/5905923 to your computer and use it in GitHub Desktop.
Save jonfriskics/5905923 to your computer and use it in GitHub Desktop.
Remove the Accelerate Framework from the iOS 6.1 - 7.0 API diffs because they are long and I don't care about them. No hard feelings, right Accelerate?
// Stylish script for the URL: https://developer.apple.com/library/prerelease/ios/releasenotes/General/iOS70APIDiffs/
div.diffReport h2:nth-of-type(3):before {
content: " -------- "
}
div.diffReport h2:nth-of-type(3):after {
content: " ---- REMOVED FOR EASY READING --------"
}
div.diffReport div.headerFile:nth-of-type(11) {
display: none;
}
div.diffReport div.headerFile:nth-of-type(12) {
display: none;
}
div.diffReport div.headerFile:nth-of-type(13) {
display: none;
}
div.diffReport div.headerFile:nth-of-type(14) {
display: none;
}
div.diffReport div.headerFile:nth-of-type(15) {
display: none;
}
div.diffReport div.headerFile:nth-of-type(16) {
display: none;
}
div.diffReport div.headerFile:nth-of-type(17) {
display: none;
}
div.diffReport div.headerFile:nth-of-type(18) {
display: none;
}
div.diffReport div.headerFile:nth-of-type(19) {
display: none;
}
div.diffReport div.headerFile:nth-of-type(20) {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment