Skip to content

Commit

Permalink
Merge pull request sergdort#29 from Arcovv/master
Browse files Browse the repository at this point in the history
Remove the `Persistence` folder reference
  • Loading branch information
sergdort authored Oct 21, 2017
2 parents dd925b5 + 7c821cf commit c1f8f0c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions CleanArchitectureRxSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
515F9BD6155258BD0C04DF36 /* RMLocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 515F96DF719A053AEF410368 /* RMLocation.swift */; };
515F9CD8F2B13D0328B77B6C /* Realm+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 515F977CB3763872350F7874 /* Realm+Ext.swift */; };
515F9DBB950E2ABDB8D7895B /* RMPost.swift in Sources */ = {isa = PBXBuildFile; fileRef = 515F988220373D06226F4EDE /* RMPost.swift */; };
515F9EA01C8D63D03B41FF8F /* PostsUseCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 515F9DAA48376FC95A9D91B5 /* PostsUseCase.swift */; };
7752FCB51F716D650079522C /* PostsViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7752FCB41F716D650079522C /* PostsViewModelTests.swift */; };
7752FCB71F716D7A0079522C /* AllPostsUseCaseMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7752FCB61F716D7A0079522C /* AllPostsUseCaseMock.swift */; };
7752FCB91F716D940079522C /* PostsNavigatorMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7752FCB81F716D940079522C /* PostsNavigatorMock.swift */; };
515F9EA01C8D63D03B41FF8F /* PostsUseCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 515F9DAA48376FC95A9D91B5 /* PostsUseCase.swift */; };
7BA4DC961F3AEA380043DAB6 /* PostItemViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BA4DC951F3AEA380043DAB6 /* PostItemViewModel.swift */; };
7DFB155E3444551C4DB34AAC /* Pods_CleanArchitectureRxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09A6B74019E724CAD9CA96DC /* Pods_CleanArchitectureRxSwift.framework */; };
8B0507E0C0AB1064B7372844 /* Pods_RealmPlatform.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 006BDFA0A26FDD0EBA50E777 /* Pods_RealmPlatform.framework */; };
Expand Down Expand Up @@ -551,13 +551,6 @@
name = Frameworks;
sourceTree = "<group>";
};
25707C6E1F23745700F852F7 /* Persistence */ = {
isa = PBXGroup;
children = (
);
path = Persistence;
sourceTree = "<group>";
};
25707C6F1F237F7700F852F7 /* Encodable */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -1027,7 +1020,6 @@
children = (
25707C731F2380E500F852F7 /* Cache */,
25707C721F23807C00F852F7 /* Repository */,
25707C6E1F23745700F852F7 /* Persistence */,
BD107F671E72A0DC0043D900 /* API */,
BD107F731E72B1790043D900 /* Entries */,
BD50EEF31E7AD99400CBEBD4 /* Network */,
Expand Down

0 comments on commit c1f8f0c

Please sign in to comment.