beeminder / BeeSwift

Official Beeminder for iOS app
Other
29 stars 6 forks source link

Remove unused beeminder API fields #296

Closed theospears closed 1 year ago

theospears commented 1 year ago

Fixes #292

The iOS app was recently broken by removal of the panic field from the beeminder API. This wasn't used for anything, but the deserialization code assumed it existed, and thus crashed.

Here we remove panic, along with other properties which are easy to prove the app does not use.

Test Plan: Checked the app loads in the simulator. Did not exhaustively check with all goal types.