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.
- Host: GitHub
- URL: https://github.com/leancodepl/landmarks
- Owner: leancodepl
- License: mit
- Created: 2023-11-16T13:24:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T08:08:39.000Z (about 2 years ago)
- Last Synced: 2025-01-14T18:43:18.704Z (over 1 year ago)
- Language: Swift
- Size: 2.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```