Skip to content

Commit

Permalink
Rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
reloni committed Jul 6, 2017
1 parent d164fd0 commit 2ef8100
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RxDataFlow.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/* Begin PBXBuildFile section */
6E111B8D1DCFA98B006C8FE2 /* FixedStack.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E111B8C1DCFA98B006C8FE2 /* FixedStack.swift */; };
6E111B8F1DCFAAD6006C8FE2 /* FixedStackTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E111B8E1DCFAAD6006C8FE2 /* FixedStackTests.swift */; };
6E11D4D31E9033E10032ACB9 /* TestsSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E11D4D21E9033E10032ACB9 /* TestsSupport.swift */; };
6E11D4D31E9033E10032ACB9 /* SupportTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E11D4D21E9033E10032ACB9 /* SupportTests.swift */; };
6E130F2C1DCA66A2006DC5ED /* RxDataFlow.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6E130F221DCA66A1006DC5ED /* RxDataFlow.framework */; };
6E2473131DCA6A1800408217 /* RxDataFlowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E2473121DCA6A1800408217 /* RxDataFlowController.swift */; };
6E2473161DCA6AB800408217 /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6E2473151DCA6AB800408217 /* RxSwift.framework */; };
Expand All @@ -36,7 +36,7 @@
6E0DE6231E633440001DEC9F /* CompositeActionsTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CompositeActionsTests.swift; sourceTree = "<group>"; };
6E111B8C1DCFA98B006C8FE2 /* FixedStack.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FixedStack.swift; sourceTree = "<group>"; };
6E111B8E1DCFAAD6006C8FE2 /* FixedStackTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FixedStackTests.swift; sourceTree = "<group>"; };
6E11D4D21E9033E10032ACB9 /* TestsSupport.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestsSupport.swift; sourceTree = "<group>"; };
6E11D4D21E9033E10032ACB9 /* SupportTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SupportTests.swift; sourceTree = "<group>"; };
6E130F221DCA66A1006DC5ED /* RxDataFlow.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RxDataFlow.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6E130F2B1DCA66A2006DC5ED /* RxDataFlowTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RxDataFlowTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
6E130F301DCA66A2006DC5ED /* RxDataFlowTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RxDataFlowTests.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -105,7 +105,7 @@
isa = PBXGroup;
children = (
6E97D66D1E5EDA4A00EC8305 /* Info.plist */,
6E11D4D21E9033E10032ACB9 /* TestsSupport.swift */,
6E11D4D21E9033E10032ACB9 /* SupportTests.swift */,
6E111B8E1DCFAAD6006C8FE2 /* FixedStackTests.swift */,
6E130F301DCA66A2006DC5ED /* RxDataFlowTests.swift */,
6E0DE6231E633440001DEC9F /* CompositeActionsTests.swift */,
Expand Down Expand Up @@ -266,7 +266,7 @@
buildActionMask = 2147483647;
files = (
6E111B8F1DCFAAD6006C8FE2 /* FixedStackTests.swift in Sources */,
6E11D4D31E9033E10032ACB9 /* TestsSupport.swift in Sources */,
6E11D4D31E9033E10032ACB9 /* SupportTests.swift in Sources */,
6EB05CC91E7C1A3000705C9A /* QueueTests.swift in Sources */,
6E4D970E1F0D71E200B1CC49 /* CompositeActionsTests.swift in Sources */,
6E4D97101F0D75B100B1CC49 /* ConcurrentCompositeActionTests.swift in Sources */,
Expand Down
File renamed without changes.

0 comments on commit 2ef8100

Please sign in to comment.