Correct app store link.

This commit is contained in:
Russell Keith-Magee 2023-09-30 08:05:24 +08:00
parent 72007017f6
commit 8444e4800b
No known key found for this signature in database
GPG key ID: 3D2DAB6A37BB5BC3

View file

@ -9,7 +9,7 @@ September has been a month of slow, but significant progress.
What we've done
----------------
* We've resolved the issues around the iOS App Store rejecting BeeWare apps - and, by way of proof, we've updated our demo app, `Travel Tips <https://apps.apple.com/au/app/travel-tips/id1336372310#?platform=iphone>`__. We've also updated the `Android version of the app <https://anaconda.zoom.us/j/97929175176?pwd=bDlycWoyNTROU2dyWVRwYkxXU3drZz09>`__.
* We've resolved the issues around the iOS App Store rejecting BeeWare apps - and, by way of proof, we've updated our demo app, `Travel Tips <https://apps.apple.com/au/app/travel-tips/id1336372310#?platform=iphone>`__. We've also updated the `Android version of the app <https://play.google.com/store/apps/details?id=com.keith_magee.traveltips>`__.
* We've completely reworked the tooling for building binary packages for iOS. `Mobile Forge <https://github.com/beeware/mobile-forge>`__ is our new project for maintaining iOS binary builds. It provides a much more robust environment for performing cross-compilation, making use of `crossenv <https://github.com/benfogle/crossenv>`__, rather than bespoke site package overrides. Getting crossenv working has also required us to do a deep audit of the various ways that Python reflects describes the platform it is running on, from the obvious ones like the ``platform`` and ``sys`` modules, down to ``sysconfig`` and the tags that are used by ``pip`` to determine wheel compatibility.