arcgis-maps-sdk-swift-samples
arcgis-maps-sdk-swift-samples copied to clipboard
Restructure the project - use folder, folder structure, latest Xcode style
Xcode 14 has changed the multiplatform app template to put everything in the same folder, instead of separating them into Shared, iOS, macOS, etc. as in Xcode 12 and 13. We shall decide which structure suits the project the best.
Follow the Apple WWDC22 example: https://github.com/apple/sample-food-truck
Consider moving the whole project to folder instead of group reference as Xcode 16 support is added.