Skip to content

Commit 998b2e9

Browse files
adamsousafreak4pc
authored andcommitted
Added Observable+Alias.swift to project file with correct targets.
1 parent a8065d1 commit 998b2e9

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

RxSwiftExt.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@
207207
C4D2154420118FBA009804AE /* Observable+OfTypeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4D2154020118F8B009804AE /* Observable+OfTypeTests.swift */; };
208208
C4D2154520118FC1009804AE /* ofType.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4D2153E20118A81009804AE /* ofType.swift */; };
209209
C4D2154620118FC1009804AE /* ofType.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4D2153E20118A81009804AE /* ofType.swift */; };
210+
CE898D482AA8BE100044F0B7 /* Observable+Alias.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE898D472AA8BE100044F0B7 /* Observable+Alias.swift */; };
211+
CE898D492AA8BE100044F0B7 /* Observable+Alias.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE898D472AA8BE100044F0B7 /* Observable+Alias.swift */; };
212+
CE898D4A2AA8BE100044F0B7 /* Observable+Alias.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE898D472AA8BE100044F0B7 /* Observable+Alias.swift */; };
210213
D7C72A3E1FDC5C5D00EAAAAB /* NwiseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7C72A3D1FDC5C5D00EAAAAB /* NwiseTests.swift */; };
211214
D7C72A3F1FDC5C5D00EAAAAB /* NwiseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7C72A3D1FDC5C5D00EAAAAB /* NwiseTests.swift */; };
212215
D7C72A401FDC5C5D00EAAAAB /* NwiseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7C72A3D1FDC5C5D00EAAAAB /* NwiseTests.swift */; };
@@ -479,6 +482,7 @@
479482
BF515CE31F3F3AC900492640 /* FromAsyncTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FromAsyncTests.swift; sourceTree = "<group>"; };
480483
C4D2153E20118A81009804AE /* ofType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ofType.swift; sourceTree = "<group>"; };
481484
C4D2154020118F8B009804AE /* Observable+OfTypeTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+OfTypeTests.swift"; sourceTree = "<group>"; };
485+
CE898D472AA8BE100044F0B7 /* Observable+Alias.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "Observable+Alias.swift"; path = "Source/Tools/Observable+Alias.swift"; sourceTree = SOURCE_ROOT; };
482486
D7C72A3D1FDC5C5D00EAAAAB /* NwiseTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NwiseTests.swift; sourceTree = "<group>"; };
483487
D7C72A411FDC5D8F00EAAAAB /* nwise.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = nwise.swift; path = Source/RxSwift/nwise.swift; sourceTree = SOURCE_ROOT; };
484488
DC612871209E80810053CBB7 /* mapMany.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = mapMany.swift; sourceTree = "<group>"; };
@@ -768,6 +772,7 @@
768772
isa = PBXGroup;
769773
children = (
770774
BF515CDF1F3F370600492640 /* curry.swift */,
775+
CE898D472AA8BE100044F0B7 /* Observable+Alias.swift */,
771776
);
772777
path = Tools;
773778
sourceTree = "<group>";
@@ -1229,6 +1234,7 @@
12291234
4A73956C206D501300E2BE2D /* UIViewPropertyAnimator+Rx.swift in Sources */,
12301235
538607B11E6F334B000361DE /* mapTo.swift in Sources */,
12311236
538607AA1E6F334B000361DE /* apply.swift in Sources */,
1237+
CE898D482AA8BE100044F0B7 /* Observable+Alias.swift in Sources */,
12321238
78199613228449CA00340AF4 /* UIScrollView+reachedBottom.swift in Sources */,
12331239
C4D2153F20118A81009804AE /* ofType.swift in Sources */,
12341240
538607B41E6F334B000361DE /* ObservableType+Weak.swift in Sources */,
@@ -1311,6 +1317,7 @@
13111317
62512C7A1F0EAF950083A89F /* unwrap.swift in Sources */,
13121318
780CB21620A0ED1C00FD3F39 /* toSortedArray.swift in Sources */,
13131319
7824859B2298ADE2005CF8CC /* mergeWith.swift in Sources */,
1320+
CE898D492AA8BE100044F0B7 /* Observable+Alias.swift in Sources */,
13141321
62512C741F0EAF950083A89F /* ObservableType+Weak.swift in Sources */,
13151322
B69B454A2190C3AE00F30418 /* count.swift in Sources */,
13161323
62512C6F1F0EAF950083A89F /* ignoreErrors.swift in Sources */,
@@ -1396,6 +1403,7 @@
13961403
E39C41EB1F18B08A007F2ACD /* unwrap.swift in Sources */,
13971404
780CB21720A0ED1C00FD3F39 /* toSortedArray.swift in Sources */,
13981405
7824859C2298ADE2005CF8CC /* mergeWith.swift in Sources */,
1406+
CE898D4A2AA8BE100044F0B7 /* Observable+Alias.swift in Sources */,
13991407
E39C41E51F18B08A007F2ACD /* ObservableType+Weak.swift in Sources */,
14001408
B69B454B2190C3AF00F30418 /* count.swift in Sources */,
14011409
E39C41E01F18B08A007F2ACD /* ignoreErrors.swift in Sources */,

Source/Tools/Observable+Alias.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//
2-
// File.swift
3-
//
2+
// Observable+Alias.swift
3+
// RxSwiftExt
44
//
55
// Created by Shai Mishali on 23/08/2023.
6+
// Copyright © 2017 RxSwift Community. All rights reserved.
67
//
78

89
import RxSwift

0 commit comments

Comments
 (0)