Skip to content

Commit

Permalink
rx-swift -> rxswift
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhertz committed Aug 4, 2020
1 parent 1ea945e commit 2399e9e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Examples/CaseStudies/CaseStudies.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand Down Expand Up @@ -82,7 +82,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
78BC6CA924D9BBCC0061AB2D /* ComposableArchitecture in Frameworks */,
78BC6CAC24D9BD200061AB2D /* ComposableArchitecture in Frameworks */,
78634FE924930375006E231F /* RxCocoa in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -188,7 +188,7 @@
name = UIKitCaseStudies;
packageProductDependencies = (
78634FE824930375006E231F /* RxCocoa */,
78BC6CA824D9BBCC0061AB2D /* ComposableArchitecture */,
78BC6CAB24D9BD200061AB2D /* ComposableArchitecture */,
);
productName = UIKitCaseStudies;
productReference = DC4C6EA72450DD380066A05D /* UIKitCaseStudies.app */;
Expand Down Expand Up @@ -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 = "";
Expand Down Expand Up @@ -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;
Expand All @@ -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 */
Expand Down

0 comments on commit 2399e9e

Please sign in to comment.