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

https://github.com/cable8mm/landmarks

SwiftUI tutorial
https://github.com/cable8mm/landmarks

Last synced: 11 months ago
JSON representation

SwiftUI tutorial

Awesome Lists containing this project

README

          

## About Landmarks

[![Swift Format Lint](https://github.com/cable8mm/Landmarks/actions/workflows/swift-format-lint.yml/badge.svg)](https://github.com/cable8mm/Landmarks/actions/workflows/swift-format-lint.yml)
[![Swift 5.9](https://img.shields.io/badge/Swift-5.9-F05138?logo=swift&logoColor=white)](https://swift.org)
[![Latest release](https://img.shields.io/github/v/release/cable8mm/Landmarks?sort=semver)](https://github.com/cable8mm/Landmarks/releases/latest)

Landmarks is the SwiftUI Tutorial.

## Coding style

```sh
swift-format format -i -r ./
swift-format lint -i -r ./
```

If you want to do formatting in XCode, install XCFormat extension for XCode.

## Tracking

Sentry:

```sh
brew install getsentry/tools/sentry-wizard && sentry-wizard -i ios
```

## Check list

- [x] Build iOS, watchOS and MacOS
- [x] Integrated github PR in XCode
- [x] Lint
- [ ] Test
- [x] Integrated github actions
- [ ] CI/CD