|
|
|
|
|
by ridiculous_fish
1282 days ago
|
|
I frequently implemented this from the other side at Apple. You'd be shocked at how much software enables features based on a `==` OS version check. When the OS bumps its version, the software regresses to some earlier behavior. Lying to the app is the simplest way to keep it working. |
|