|
15 | 15 | 03EEEE961F5B7D71006068BC /* Randomizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03EEEE851F5B7D5C006068BC /* Randomizer.swift */; }; |
16 | 16 | 03EEEE971F5B7D71006068BC /* s.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03EEEE861F5B7D5C006068BC /* s.swift */; }; |
17 | 17 | 03EEEE981F5B7D71006068BC /* XCTest+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03EEEE871F5B7D5C006068BC /* XCTest+Extensions.swift */; }; |
18 | | - A2B2B506259938BD00B45031 /* RxRelay in Frameworks */ = {isa = PBXBuildFile; productRef = A2B2B505259938BD00B45031 /* RxRelay */; }; |
19 | | - A2B2B508259938BD00B45031 /* RxSwift in Frameworks */ = {isa = PBXBuildFile; productRef = A2B2B507259938BD00B45031 /* RxSwift */; }; |
20 | | - A2B2B50A259938BD00B45031 /* RxCocoa in Frameworks */ = {isa = PBXBuildFile; productRef = A2B2B509259938BD00B45031 /* RxCocoa */; }; |
| 18 | + 70C0622425A8FE3D002A57ED /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 80FB1F48228489EC009D6516 /* RxSwift.framework */; platformFilter = ios; }; |
| 19 | + 70C0623425A8FE54002A57ED /* RxCocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 80FB1F4A228489EC009D6516 /* RxCocoa.framework */; platformFilter = ios; }; |
21 | 20 | C81FBF461F3B9CED0094061E /* Differentiator.podspec in Resources */ = {isa = PBXBuildFile; fileRef = C81FBF451F3B9CED0094061E /* Differentiator.podspec */; }; |
22 | 21 | C81FBF5E1F3B9D660094061E /* Array+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81FBF5B1F3B9D4C0094061E /* Array+Extensions.swift */; }; |
23 | 22 | C81FBF601F3B9D8B0094061E /* FloatingPointType+IdentifiableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81FBF5F1F3B9D8B0094061E /* FloatingPointType+IdentifiableType.swift */; }; |
|
207 | 206 | isa = PBXFrameworksBuildPhase; |
208 | 207 | buildActionMask = 2147483647; |
209 | 208 | files = ( |
210 | | - A2B2B506259938BD00B45031 /* RxRelay in Frameworks */, |
211 | | - A2B2B50A259938BD00B45031 /* RxCocoa in Frameworks */, |
212 | | - A2B2B508259938BD00B45031 /* RxSwift in Frameworks */, |
| 209 | + 70C0623425A8FE54002A57ED /* RxCocoa.framework in Frameworks */, |
| 210 | + 70C0622425A8FE3D002A57ED /* RxSwift.framework in Frameworks */, |
213 | 211 | ); |
214 | 212 | runOnlyForDeploymentPostprocessing = 0; |
215 | 213 | }; |
|
427 | 425 | ); |
428 | 426 | name = RxDataSources; |
429 | 427 | packageProductDependencies = ( |
430 | | - A2B2B505259938BD00B45031 /* RxRelay */, |
431 | | - A2B2B507259938BD00B45031 /* RxSwift */, |
432 | | - A2B2B509259938BD00B45031 /* RxCocoa */, |
433 | 428 | ); |
434 | 429 | productName = RxDataSources; |
435 | 430 | productReference = C8984C5A1C36AF35001E4272 /* RxDataSources.framework */; |
|
469 | 464 | ); |
470 | 465 | mainGroup = C8984C501C36AF35001E4272; |
471 | 466 | packageReferences = ( |
472 | | - A2B2B504259938BD00B45031 /* XCRemoteSwiftPackageReference "RxSwift" */, |
473 | 467 | ); |
474 | 468 | productRefGroup = C8984C5B1C36AF35001E4272 /* Products */; |
475 | 469 | projectDirPath = ""; |
|
1004 | 998 | defaultConfigurationName = Release; |
1005 | 999 | }; |
1006 | 1000 | /* End XCConfigurationList section */ |
1007 | | - |
1008 | | -/* Begin XCRemoteSwiftPackageReference section */ |
1009 | | - A2B2B504259938BD00B45031 /* XCRemoteSwiftPackageReference "RxSwift" */ = { |
1010 | | - isa = XCRemoteSwiftPackageReference; |
1011 | | - repositoryURL = "https://github.com/ReactiveX/RxSwift"; |
1012 | | - requirement = { |
1013 | | - kind = upToNextMajorVersion; |
1014 | | - minimumVersion = 6.0.0; |
1015 | | - }; |
1016 | | - }; |
1017 | | -/* End XCRemoteSwiftPackageReference section */ |
1018 | | - |
1019 | | -/* Begin XCSwiftPackageProductDependency section */ |
1020 | | - A2B2B505259938BD00B45031 /* RxRelay */ = { |
1021 | | - isa = XCSwiftPackageProductDependency; |
1022 | | - package = A2B2B504259938BD00B45031 /* XCRemoteSwiftPackageReference "RxSwift" */; |
1023 | | - productName = RxRelay; |
1024 | | - }; |
1025 | | - A2B2B507259938BD00B45031 /* RxSwift */ = { |
1026 | | - isa = XCSwiftPackageProductDependency; |
1027 | | - package = A2B2B504259938BD00B45031 /* XCRemoteSwiftPackageReference "RxSwift" */; |
1028 | | - productName = RxSwift; |
1029 | | - }; |
1030 | | - A2B2B509259938BD00B45031 /* RxCocoa */ = { |
1031 | | - isa = XCSwiftPackageProductDependency; |
1032 | | - package = A2B2B504259938BD00B45031 /* XCRemoteSwiftPackageReference "RxSwift" */; |
1033 | | - productName = RxCocoa; |
1034 | | - }; |
1035 | | -/* End XCSwiftPackageProductDependency section */ |
1036 | 1001 | }; |
1037 | 1002 | rootObject = C8984C511C36AF35001E4272 /* Project object */; |
1038 | 1003 | } |
0 commit comments