https://github.com/uhooi/vimconf-2024-ios
VimConf 2024の非公式iOSアプリです。
https://github.com/uhooi/vimconf-2024-ios
ios ios-app vim vim-conf vimconf
Last synced: about 1 year ago
JSON representation
VimConf 2024の非公式iOSアプリです。
- Host: GitHub
- URL: https://github.com/uhooi/vimconf-2024-ios
- Owner: uhooi
- License: mit
- Created: 2024-11-02T00:32:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T02:06:39.000Z (over 1 year ago)
- Last Synced: 2025-03-16T08:11:32.836Z (about 1 year ago)
- Topics: ios, ios-app, vim, vim-conf, vimconf
- Language: Swift
- Homepage:
- Size: 69.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VimConf-2024-iOS
[](https://github.com/uhooi/VimConf-2024-iOS/releases/latest)
[](https://github.com/uhooi/VimConf-2024-iOS)
[](https://x.com/the_uhooi)
VimConf 2024の非公式iOSアプリです。
## 目次
- [スクリーンショット](#スクリーンショット)
- [開発](#開発)
- [貢献](#貢献)
## スクリーンショット
スクリーンショット
### ライト
TBD
### ダーク
TBD
## 開発
誰でもこのプロジェクトを開発できます。
### 必要条件
- macOS 14.5+
- Xcode 16.0 (Swift 6.0)
- Make
### 構成
- UIの実装: SwiftUI
- アーキテクチャ: MVVM
- ブランチモデル: GitHub flow
### セットアップ
1. このプロジェクトをクローンします。
```shell
$ git clone https://github.com/uhooi/VimConf-2024-iOS.git
$ cd VimConf-2024-iOS
```
2. Swiftプロジェクトの高速ビルドを有効にします。(任意)
```shell
$ defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
```
3. `make setup` を実行します。
セットアップが完了すると、自動的にXcodeでワークスペースが開きます。
### モジュール分割
[Loki](https://github.com/uhooi/Loki?tab=readme-ov-file#モジュール分割) に準じます。
### コーディングルール
[Loki](https://github.com/uhooi/Loki?tab=readme-ov-file#コーディングルール) に準じます。
### パッケージ管理
[Loki](https://github.com/uhooi/Loki?tab=readme-ov-file#パッケージ管理) に準じます。
## 貢献
貢献をお待ちしています :relaxed:
- [新しいイシュー](https://github.com/uhooi/VimConf-2024-iOS/issues/new)
- [新しいプルリクエスト](https://github.com/uhooi/VimConf-2024-iOS/compare)