arcgis-maps-sdk-swift-toolkit
arcgis-maps-sdk-swift-toolkit copied to clipboard
Mapping components that will simplify your Swift app development with the ArcGIS Maps SDK for Swift.
Related Apollo 684
The initializer is currently `public`, but it isn't a component nor something vital for a consumer of the toolkit to use a component, so it should be made `internal`. If...
Related to `swift/5309`
Adds missing import and variable declarations to the `WorldScaleSceneView` tutorial.
This test has proven to be flaky. I've noticed in some instances `typeText("2.1")` doesn't always successfully hit the decimal. With these changes, I can run 10x on device without failure.
As of June '24 personal API keys are needed in order to use ArcGIS Location Services. Provide further documentation/instruction. cc @maryharvey Related: native-apis-doc/5776
As of [694](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/pull/694), the Floor Filter is broken when used within a `NavigationStack`. This problem was revealed when the test runner switched from a `NavigationView` to a `NavigationStack` in [695](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/pull/695)....
The v100.x Toolkit had a SwiftLint build phase. We should add SwiftLint to the Toolkit, Example, ~and AuthenticatorExample projects~ (the Authenticator Example is essentially static and unchanging, so we're not...
`CertificatePickerViewModelTests.testViewModel()` uses `fulfillment(of:timeout:enforceOrder:)` in two spots. Both lines fail when the test is ran with Xcode 15.0 / Swift 5.9. This is resolved as of (at least) Xcode 15.3 /...
As of Xcode 15 [User Script Sandboxing](https://developer.apple.com/documentation/xcode/build-settings-reference#User-Script-Sandboxing) is enabled in new projects by default. This can be set in Xcode via $PROJECT/$TARGET -> Build Settings -> Build Options -> User...