|
|
|
|
|
by chrisdevereux
4877 days ago
|
|
The one thing I can think of that has effectively EOL-ed older iPhones is dropping support for ARM v6 codegen from recent versions of Xcode. It is not possible to build against the iOS 6 SDK (which is needed to access newer APIs) and support the 3G & below. I'm no expert on compilers, but I find it hard to see how that isn't deliberate, or what other benefits it provides. |
|