iOS 1.0 (build 50)
Backdated release, created retroactively when the ios-v*/android-v* tagging convention was introduced. This tag points at the last commit shipping MARKETING_VERSION 1.0 / build 50 (DPoP nonce pre-warming fix for OAuth token exchange).
The attached IPA is fetched from the currently live AltStore download URL, which is shared between the build 49 and 50 entries in source.json — it may be either build, not verifiably build 50 specifically.
Fixes OAuth token exchange failures on PDS providers that don't expose DPoP nonces on GET requests. The token endpoint is now pre-flown via POST with a sanitized body to obtain the nonce before presenting the real authorization code, preventing invalid_grant errors on retry.