An open API service indexing awesome lists of open source software.

https://github.com/leancodepl/landmarks

A simple, native iOS app built in SwiftUI. We use it mostly for playing around with native iOS test tooling.
https://github.com/leancodepl/landmarks

Last synced: 8 months ago
JSON representation

A simple, native iOS app built in SwiftUI. We use it mostly for playing around with native iOS test tooling.

Awesome Lists containing this project

README

          

# Landmarks

A simple app from [Apple's SwiftUI tutorial](https://developer.apple.com/tutorials/swiftui/creating-and-combining-views).

## Running tests

This app uses XCTestPlans.

### Running locally

```
xcodebuild test \
-scheme Landmarks \
-destination 'platform=iOS Simulator,name=iPhone 15'
```