Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

リリース用ビルドとデバッグ用ビルドをモジュール単位で分割する #33

Open
private-yusuke opened this issue May 1, 2023 · 0 comments

Comments

@private-yusuke
Copy link
Member

private-yusuke commented May 1, 2023

概要

この issue は #32 に依存する。

現在、アプリはシングルモジュール構成になっている。これらをリリース用ビルドとデバッグ用ビルドに分割することで、以下のようなことが実現できる。

  • ServerSettings のような interface を定義し、リリース用ビルドとデバッグ用ビルドでそれぞれ異なる実装を利用する仕組みを作成すれば、リリース版ではいつでも production 用バックエンドサーバーに接続し、デバッグ版では接続先を任意のホストに変えるようなことが実現できる。

  • デバッグ用ビルドだけでは HTTPS で送受信されるデータを見たり画面レイアウトを簡単に知るためのデバッグ用のツールが動くようにする
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant