From 2399e9e3200facf9561bef6cf21ee27720e2672a Mon Sep 17 00:00:00 2001 From: Danny Hertz Date: Tue, 4 Aug 2020 11:58:57 -0400 Subject: [PATCH] rx-swift -> rxswift --- .../CaseStudies.xcodeproj/project.pbxproj | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Examples/CaseStudies/CaseStudies.xcodeproj/project.pbxproj b/Examples/CaseStudies/CaseStudies.xcodeproj/project.pbxproj index 218cf55..d48f609 100644 --- a/Examples/CaseStudies/CaseStudies.xcodeproj/project.pbxproj +++ b/Examples/CaseStudies/CaseStudies.xcodeproj/project.pbxproj @@ -9,7 +9,7 @@ /* Begin PBXBuildFile section */ 7854FF92249318910094D8A8 /* UIKitCaseStudiesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7854FF91249318910094D8A8 /* UIKitCaseStudiesTests.swift */; }; 78634FE924930375006E231F /* RxCocoa in Frameworks */ = {isa = PBXBuildFile; productRef = 78634FE824930375006E231F /* RxCocoa */; }; - 78BC6CA924D9BBCC0061AB2D /* ComposableArchitecture in Frameworks */ = {isa = PBXBuildFile; productRef = 78BC6CA824D9BBCC0061AB2D /* ComposableArchitecture */; }; + 78BC6CAC24D9BD200061AB2D /* ComposableArchitecture in Frameworks */ = {isa = PBXBuildFile; productRef = 78BC6CAB24D9BD200061AB2D /* ComposableArchitecture */; }; DC25DC5F2450F13200082E81 /* IfLetStoreController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC25DC5E2450F13200082E81 /* IfLetStoreController.swift */; }; DC25DC612450F2B000082E81 /* LoadThenNavigate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC25DC602450F2B000082E81 /* LoadThenNavigate.swift */; }; DC25DC642450F2DF00082E81 /* ActivityIndicatorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC25DC632450F2DF00082E81 /* ActivityIndicatorViewController.swift */; }; @@ -82,7 +82,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 78BC6CA924D9BBCC0061AB2D /* ComposableArchitecture in Frameworks */, + 78BC6CAC24D9BD200061AB2D /* ComposableArchitecture in Frameworks */, 78634FE924930375006E231F /* RxCocoa in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; @@ -188,7 +188,7 @@ name = UIKitCaseStudies; packageProductDependencies = ( 78634FE824930375006E231F /* RxCocoa */, - 78BC6CA824D9BBCC0061AB2D /* ComposableArchitecture */, + 78BC6CAB24D9BD200061AB2D /* ComposableArchitecture */, ); productName = UIKitCaseStudies; productReference = DC4C6EA72450DD380066A05D /* UIKitCaseStudies.app */; @@ -246,7 +246,7 @@ mainGroup = DC89C40A24460F95006900B9; packageReferences = ( 78634FE724930375006E231F /* XCRemoteSwiftPackageReference "RxSwift" */, - 78BC6CA724D9BBCC0061AB2D /* XCRemoteSwiftPackageReference "rx-swift-composable-architecture" */, + 78BC6CAA24D9BD200061AB2D /* XCRemoteSwiftPackageReference "rxswift-composable-architecture" */, ); productRefGroup = DC89C41424460F95006900B9 /* Products */; projectDirPath = ""; @@ -560,9 +560,9 @@ minimumVersion = 5.1.1; }; }; - 78BC6CA724D9BBCC0061AB2D /* XCRemoteSwiftPackageReference "rx-swift-composable-architecture" */ = { + 78BC6CAA24D9BD200061AB2D /* XCRemoteSwiftPackageReference "rxswift-composable-architecture" */ = { isa = XCRemoteSwiftPackageReference; - repositoryURL = "https://github.com/dannyhertz/rx-swift-composable-architecture.git"; + repositoryURL = "https://github.com/dannyhertz/rxswift-composable-architecture.git"; requirement = { kind = upToNextMajorVersion; minimumVersion = 0.6.0; @@ -576,9 +576,9 @@ package = 78634FE724930375006E231F /* XCRemoteSwiftPackageReference "RxSwift" */; productName = RxCocoa; }; - 78BC6CA824D9BBCC0061AB2D /* ComposableArchitecture */ = { + 78BC6CAB24D9BD200061AB2D /* ComposableArchitecture */ = { isa = XCSwiftPackageProductDependency; - package = 78BC6CA724D9BBCC0061AB2D /* XCRemoteSwiftPackageReference "rx-swift-composable-architecture" */; + package = 78BC6CAA24D9BD200061AB2D /* XCRemoteSwiftPackageReference "rxswift-composable-architecture" */; productName = ComposableArchitecture; }; /* End XCSwiftPackageProductDependency section */