Adds a link to the Emerge Tools badge to be taken to its related size analysis page when interacted with.
Diffs=
a065ebe046 Add link to emerge tools size analysis badge (#8835)
Co-authored-by: David Skuza <david@rive.app>
Adds the Emerge Tools dynamic badge for the rive-ios install size.
Additionally, the build status badge is broken, and points to a file that doesn't exist, so it's been removed.

Diffs=
357342c9bb Add Emerge Tools install size badge, remove build status badge (#8646)
Co-authored-by: David Skuza <david@rive.app>
Updated various old links pointing to `help.rive`
I added additional information and updates as I saw them
Diffs=
d63786fee docs: update links (#7998)
Co-authored-by: Gordon <pggordonhayes@gmail.com>
Mostly sentence case for headers and adding new info as needed + removing older things
Diffs=
e68c7b6de chore: update README (#6824)
Co-authored-by: Gordon <pggordonhayes@gmail.com>
This is similar to the Android PR that added build variants to make it easier to build the example apps, see: https://github.com/rive-app/rive/pull/6088
With this PR we're now making use of additional targets that shares code with the parent examples (iOS and macOS respectively). Then there are two new schemes that you can select when playing `preview` and `preview (macOS)`, which will use the above mentioned targets that uses the hosted Rive dependency instead of the local one.
This works well, but is not as smooth of an implementation as Android, where it was simply switching out a build flag. With this implementation we'll also need to semi-manually bump the hosted version - see the additional docs in `CONTRIBUTING`.
There might be a way that we could make this smoother. It'll only be a headache for examples that make use of new features. Where after we release, we'd then need to do another PR that updates the minimum version for the `preview` targets. We could likely look into automating this by scripting the change in the Xcode config.
Diffs=
d78a6561a feat: add preview target to ios and macos runtime example (#6096)
Co-authored-by: Gordon <pggordonhayes@gmail.com>
Redoing the PR from: https://github.com/rive-app/rive/pull/5683
Wasn't recognizing latest commits for some reason, Github was having some PR status issues yesterday so might've been from that
Diffs=
fe466871e Add text binding ios (#5687)
Co-authored-by: Zachary Plata <plata.zach@gmail.com>
Fixing some verbiage and links from copy/pasta from the README docs updates
Diffs=
b9f2a3491 docs: fix links and some verbiage in the iOS runtime README
Getting this format to match the other runtimes new README format.
Diffs=
671b8172f Docs: Update docs for the iOS runtime README and CONTRIBUTING md files to the simplified format