How to push an update to the App Store without building a new binary

from blog Get Info, | ↗ original
This post details how to easily deal with a request from Apple to update an old app that is still working perfectly — without having to setup a development environment to build it from source. TL;DR Bump the version in Info.plist Create a new .icns icon Do a fresh codesign on the app bundle Use Application Loader to get it into iTunes...