tokopedia / RxComposableArchitecture

RxComposableArchitecture is a forked of Composable Architecture with adjustment to make it work with UIKit.
Apache License 2.0
31 stars 5 forks source link

Update Code base to 0.50.0 Version #85

Closed dikasetiadi closed 1 year ago

dikasetiadi commented 1 year ago

referencing from this https://github.com/tokopedia/RxComposableArchitecture/pull/81, we want to support xcode 14.3, so we will update until 0.50.0 version.

for version 0.48.0 - 0.49.2, we didn't have any needed related changes, so we can skip many changes and updates directly to 0.50.0 from 0.48.0

⚠️ Possibly Breaking changes:

reference changes: https://github.com/pointfreeco/swift-composable-architecture/compare/0.49.2...0.50.0

dikasetiadi commented 1 year ago

Build & Test passed on using Local Xcode 14.3:

image