Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uhooi/versatileapi-ios-client
https://github.com/uhooi/versatileapi-ios-client
ios swift swiftui
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/uhooi/versatileapi-ios-client
- Owner: uhooi
- License: mit
- Created: 2021-07-21T01:44:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T15:11:51.000Z (over 3 years ago)
- Last Synced: 2024-11-10T02:44:00.466Z (2 months ago)
- Topics: ios, swift, swiftui
- Language: Swift
- Homepage:
- Size: 106 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)