loopandlearn / LoopFollow

A general Follow app for parents of T1D Loop Users
GNU Affero General Public License v3.0
106 stars 569 forks source link

Testflight build expiration #269

Closed bjorkert closed 6 months ago

bjorkert commented 6 months ago

Enhance Build Information Management

Overview

This PR introduces enhancements to how the app manages and utilizes build information, with a particular focus on distinguishing between Xcode and TestFlight builds. A key part of this enhancement is the inclusion of a manually added BuildDetails.plist file in the project, which stores essential build details. The PR also includes updates to the app's logic to read from this plist and calculate build expiration dates, especially for TestFlight builds, where a specific validity period is important for managing updates and functionality.

Changes

Testing

Notes