File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- ** Version 2.12.5 ** :
1+ ** Version 2.13.0 ** :
22
3- - fix adapt method is disposed before being completed
3+ - fix: use xcframeworks for RxFlow/RxFlowDemo deps to please Carthage
4+ - fix: adapt method is disposed before being completed
45
56** Version 2.12.4 ** :
67
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "RxFlow"
3- s . version = "2.12.5 "
3+ s . version = "2.13.0 "
44 s . swift_version = '5.4'
55 s . summary = "RxFlow is a navigation framework for iOS applications, based on a Reactive Coordinator pattern."
66
Original file line number Diff line number Diff line change 595595 "@executable_path/Frameworks",
596596 "@loader_path/Frameworks",
597597 );
598- MARKETING_VERSION = 2.12.5 ;
598+ MARKETING_VERSION = 2.13.0 ;
599599 PRODUCT_BUNDLE_IDENTIFIER = io.warpfactor.RxFlow;
600600 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
601601 PROVISIONING_PROFILE_SPECIFIER = "";
630630 "@executable_path/Frameworks",
631631 "@loader_path/Frameworks",
632632 );
633- MARKETING_VERSION = 2.12.5 ;
633+ MARKETING_VERSION = 2.13.0 ;
634634 PRODUCT_BUNDLE_IDENTIFIER = io.warpfactor.RxFlow;
635635 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
636636 PROVISIONING_PROFILE_SPECIFIER = "";
You can’t perform that action at this time.
0 commit comments