-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Description
Merge in to a single package
- Author: @JosephDuffy
- Status: Proposal (2.0)
Introduction
Move code from ComposedUI and ComposedLayouts in to this repo (Composed)
Motivation
2 main reasons:
- Development
- If a change is made across multiple projects multiple releases are required, minimum versions updated etc.
- Keeping changes like CI in-sync (such as updating the Xcode version) means updating multiple repos
- Consumers
- Discovering the available modules is not immediately obvious
- This is especially true if more modules are added in the future
- Keeping multiple dependencies up-to-date adds overhead
- Discovering the available modules is not immediately obvious
The change would be fairly easy (copy/paste, small update to Package.swift).
Source compatibility
I think this is a breaking change; import ComposedUI would be ambiguous (?)
Alternatives considered
None
shaps80