Davide
2790a2aac2
Merge AppLibrary into CommonLibrary ( #806 )
...
CommonLibrary barely used as standalone, almost always together with
AppLibrary.
2024-11-03 13:16:13 +01:00
Davide
070b661c43
Refactor library targets ( #799 )
...
Renames:
- AppUI → UILibrary
- AppUIPlatform → AppUI (conditional umbrella) + AppUI[Main|TV]
- APILibrary/CommonLibrary/UtilsLibrary → Common[API|Library|Utils]
Dependencies:
- AppUI → UILibrary
- UILibrary → AppLibrary, CommonAPI
- AppLibrary → CommonLibrary, CommonUtils
2024-11-02 10:11:59 +01:00
Davide
00bd826096
Fix error unwrapping (previous commit)
2024-10-30 10:16:05 +01:00
Davide
944d6f8c28
Refactor AppUI for TV target ( #775 )
...
Split AppUI into AppUI and AppUIMain to allow for a new, simplified
AppUITV target tailored for the Apple TV.
As a PoC, present a view with a list of the shared profiles.
2024-10-29 14:30:41 +01:00