|
47 | 47 | 5B8F922124732C4600C1C90E /* SwiftUIBasicBindingHomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B8F922024732C4600C1C90E /* SwiftUIBasicBindingHomeView.swift */; };
|
48 | 48 | 5B8F922324732C9500C1C90E /* LoopBindingExampleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B8F922224732C9500C1C90E /* LoopBindingExampleView.swift */; };
|
49 | 49 | 5B8F922724732E1700C1C90E /* SimpleCounterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B8F922624732E1700C1C90E /* SimpleCounterView.swift */; };
|
| 50 | + 5BAB9750247FFBC10079B532 /* SwiftUIHotSwappableSubscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BAB974F247FFBC10079B532 /* SwiftUIHotSwappableSubscription.swift */; }; |
| 51 | + 5BAB9751247FFBC10079B532 /* SwiftUIHotSwappableSubscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BAB974F247FFBC10079B532 /* SwiftUIHotSwappableSubscription.swift */; }; |
| 52 | + 5BAB9752247FFBC10079B532 /* SwiftUIHotSwappableSubscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BAB974F247FFBC10079B532 /* SwiftUIHotSwappableSubscription.swift */; }; |
50 | 53 | 5BC88F842469CBA300394C63 /* Nimble.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BC88F832469CBA300394C63 /* Nimble.framework */; };
|
51 | 54 | 5BC88F862469CBAB00394C63 /* Nimble.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BC88F852469CBAB00394C63 /* Nimble.framework */; };
|
52 | 55 | 5BC88F88246AFC5900394C63 /* ReactiveSwift+EnqueueTo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BC88F87246AFC5900394C63 /* ReactiveSwift+EnqueueTo.swift */; };
|
|
228 | 231 | 5B8F922224732C9500C1C90E /* LoopBindingExampleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoopBindingExampleView.swift; sourceTree = "<group>"; };
|
229 | 232 | 5B8F922424732CA000C1C90E /* EnvironmentLoopExampleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EnvironmentLoopExampleView.swift; sourceTree = "<group>"; };
|
230 | 233 | 5B8F922624732E1700C1C90E /* SimpleCounterView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimpleCounterView.swift; sourceTree = "<group>"; };
|
| 234 | + 5BAB974F247FFBC10079B532 /* SwiftUIHotSwappableSubscription.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUIHotSwappableSubscription.swift; sourceTree = "<group>"; }; |
231 | 235 | 5BC88F832469CBA300394C63 /* Nimble.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Nimble.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
232 | 236 | 5BC88F852469CBAB00394C63 /* Nimble.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Nimble.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
233 | 237 | 5BC88F87246AFC5900394C63 /* ReactiveSwift+EnqueueTo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ReactiveSwift+EnqueueTo.swift"; sourceTree = "<group>"; };
|
|
468 | 472 | 5B8F92132473250E00C1C90E /* EnvironmentLoop.swift */,
|
469 | 473 | 5B8F921B247325C300C1C90E /* EnvironmentValues.swift */,
|
470 | 474 | 5B8F920F2473242900C1C90E /* SwiftUISubscription.swift */,
|
| 475 | + 5BAB974F247FFBC10079B532 /* SwiftUIHotSwappableSubscription.swift */, |
471 | 476 | );
|
472 | 477 | path = SwiftUI;
|
473 | 478 | sourceTree = "<group>";
|
|
815 | 820 | 65761B2E23CF4CA2004D5506 /* NSLock+Extensions.swift in Sources */,
|
816 | 821 | 5BC88F9C246B1CDE00394C63 /* SignalProducer+Loop.swift in Sources */,
|
817 | 822 | 5BC88F92246B17B200394C63 /* Context.swift in Sources */,
|
| 823 | + 5BAB9750247FFBC10079B532 /* SwiftUIHotSwappableSubscription.swift in Sources */, |
818 | 824 | 585CD87B239E6A39004BE9CC /* Reducer.swift in Sources */,
|
819 | 825 | 9AD5D42D1F97375E00E6AE5A /* Property+System.swift in Sources */,
|
820 | 826 | 5BC88F88246AFC5900394C63 /* ReactiveSwift+EnqueueTo.swift in Sources */,
|
|
869 | 875 | 65761B2F23CF4CA2004D5506 /* NSLock+Extensions.swift in Sources */,
|
870 | 876 | 5BC88F9D246B1CDE00394C63 /* SignalProducer+Loop.swift in Sources */,
|
871 | 877 | 5BC88F93246B17B200394C63 /* Context.swift in Sources */,
|
| 878 | + 5BAB9751247FFBC10079B532 /* SwiftUIHotSwappableSubscription.swift in Sources */, |
872 | 879 | 585CD87C239E6A3E004BE9CC /* Reducer.swift in Sources */,
|
873 | 880 | 65F8C262218371A800924657 /* Property+System.swift in Sources */,
|
874 | 881 | 5BC88F89246AFC5900394C63 /* ReactiveSwift+EnqueueTo.swift in Sources */,
|
|
893 | 900 | 65761B3023CF4CA2004D5506 /* NSLock+Extensions.swift in Sources */,
|
894 | 901 | 5BC88F9E246B1CDE00394C63 /* SignalProducer+Loop.swift in Sources */,
|
895 | 902 | 5BC88F94246B17B200394C63 /* Context.swift in Sources */,
|
| 903 | + 5BAB9752247FFBC10079B532 /* SwiftUIHotSwappableSubscription.swift in Sources */, |
896 | 904 | 585CD87D239E6A3E004BE9CC /* Reducer.swift in Sources */,
|
897 | 905 | 65F8C271218371AC00924657 /* Property+System.swift in Sources */,
|
898 | 906 | 5BC88F8A246AFC5900394C63 /* ReactiveSwift+EnqueueTo.swift in Sources */,
|
|
0 commit comments