tokudai0000 / tokumemo-ios

[iOS版]トクメモ+
https://apps.apple.com/jp/app/トクメモ/id1582738889
MIT License
6 stars 0 forks source link

環境設定 #170

Closed akidon0000 closed 8 months ago

akidon0000 commented 8 months ago

改善案

改善内容について

MakeFileの作成 GemFileの修正

メリット

共同開発者がリポジトリをクローンした後、所定のコマンドを一つ打つだけでセットアップを完了できる CocoaPodsのバージョンが異なる人がメンバーにいると、PodFileの更新が必要になる。それをGemFileで対応 GitHubActions等でも、MakeFileで作成したコマンドを反映できる。(MakeFile変更するだけで、他も自動で変わる)

作業内容

make setup make build make test

程度は実装したい

懸念点・その他

akidon0000 commented 8 months ago

作業開始

akidon0000 commented 8 months ago

共同開発を想定してSwiftLint入れます 未来に追加されるコードへの対策

https://github.com/realm/SwiftLint

akidon0000 commented 8 months ago

https://github.com/IBDecodable/IBLinter

こんなのもあるらしい Interface Builderの静的解析ツール

akidon0000 commented 8 months ago

これもいいね 素早くタイポに気付ける

https://techblog.timers-inc.com/entry/spell_checker_for_xcode

https://github.com/fromkk/SpellChecker