Closed Kyle-Ye closed 1 year ago
As commented in https://github.com/sindresorhus/Settings/pull/111, it should be a typealias to minimize the changes required.
As commented in #111, it should be a typealias to minimize the changes required.
Does it means adding a plain typealias AppSettings = Settings
fits you idea?
Does it means adding a plain typealias AppSettings = Settings fits you idea?
Yes
Add AppSettings typealias and corresponding doc for it.
Do you plan any more changes or should I release it?
Could you help give a look at #117? Besides that I do not have other changes to make now.
Fix conflict when using
import SwiftUI
andimport Settings
. Before the commit, downstream users can useimport enum Settings.Settings
to workaround.Fix #110 Closes #111