Esri / arcgis-maps-sdk-swift-toolkit

Mapping components that will simplify your Swift app development with the ArcGIS Maps SDK for Swift.
https://developers.arcgis.com/swift
Apache License 2.0
29 stars 9 forks source link

Add internal `MarkdownView` component #844

Closed dfeinzimer closed 2 months ago

dfeinzimer commented 3 months ago

Related Apollo 810

In preparation for the coming TextFormElement as apart of the FeatureFormView component.

dfeinzimer commented 3 months ago

~I'm looking into a build compatibility issue with swift-markdown, ArcGIS, and Previews in Xcode. In the meantime you'll likely need to write a small view for testing this.~

With the scheme set to the Toolkit's library, the included Preview should run okay.

Screenshot 2024-08-22 at 3 05 48 PM
dfeinzimer commented 2 months ago

By also adding swift-markdown as a package dependency to the Test Runner project and as a library to the UITests target, the tests will run again.

While not optimal, and the versions will need to be kept in sync, this is the only fix I've found so far.