Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/uhooi/versatileapi-ios-client


https://github.com/uhooi/versatileapi-ios-client

ios swift swiftui

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# versatileapi-ios-client

[![CI](https://github.com/uhooi/versatileapi-ios-client/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/uhooi/versatileapi-ios-client/actions/workflows/main.yml)
[![Release](https://img.shields.io/github/v/release/uhooi/versatileapi-ios-client)](https://github.com/uhooi/versatileapi-ios-client/releases/latest)
[![License](https://img.shields.io/github/license/uhooi/versatileapi-ios-client)](https://github.com/uhooi/versatileapi-ios-client/blob/main/LICENSE)
[![Platform](https://img.shields.io/badge/platform-iOS-lightgrey)](https://github.com/uhooi/versatileapi-ios-client)

## Development

You can develop this project.

### Configuration

- UI implementation: SwiftUI
- Architecture: MVVM
- Branching model: GitHub-flow

### Setup

1. Install Xcode 12.5.

2. Clone the project.

```shell
$ git clone https://github.com/uhooi/versatileapi-ios-client.git
$ cd versatileapi-ios-client
```

3. Open the project in Xcode.

```shell
$ open *.xcodeproj
```

## References

- [エンジニア・プログラマにしか使えないSNSを作ってみた話 - Qiita](https://qiita.com/HawkClaws/items/599d7666f55e79ef7f56)