6 Commits

Author SHA1 Message Date
3ed1cc92f7 Implemented the list layout for the repositories for the MenuBarView view in the app target. 2024-10-06 13:44:15 +02:00
62b5696378 Implemented the Repository model in the app target. 2024-10-06 00:21:37 +02:00
e00c7f810f Implemented the "init(_: schema: url: )" initialiser function for the ModelConfiguration+Inits extension in the app target. 2024-10-06 00:04:33 +02:00
5bbd8dedbc Implemented the "entities" static constant for the Scheme+Constants extension in the app target. 2024-10-06 00:03:22 +02:00
f090784973 [App] Run terminal processes (#3)
This PR contains the work done to run terminal processes within the context of the app, conforming to Swift concurrency.

Reviewed-on: #3
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
2024-10-05 08:34:34 +00:00
f8a9667ee0 [App] Project setup (#1)
This PR contains the work done to setup the Xcode project that contains the app target, plus two additional test targets.

Reviewed-on: #1
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
2024-10-04 20:02:48 +00:00