Appstore Ios 9.3.5
iOS 9.3.5 patched three specific security flaws (collectively known as Trident) that allowed an attacker to:
In the lifecycle of Apple’s mobile operating systems, some updates are about features, and others are about survival. iOS 9.3.5 falls firmly into the latter category. Released unexpectedly in August 2016, it served as the final chapter for millions of 32-bit devices, including the iPad 2, iPad 3, iPhone 4s, and the original iPad mini. appstore ios 9.3.5
Locate the app you want to install. If it was previously downloaded on your Apple ID (even on a newer device), a will appear. Tap the cloud icon. A prompt will appear: "" Tap Download . The "Newer Device" Trick : some updates are about features
On macOS Mojave, the “sudo make install” part was failing for me, with the error “variable ‘PREFIX’ must be set”. Typing “env” seemed to show PREFIX set to /usr/local as per instructions so this was confusing. Then I tried “sudo env” and spotted that the sudo command didn’t have PREFIX set to anything. My solution was to invoke “sudo -i” then “export PREFIX=/usr/local” and finally “make install”
Good to know. What I documented worked at the time, at least for me. Its been some time so maybe a few things changed. Reply approved in case I need this info in the future or someone else does. Thanks!