Skip to content

Commit

Permalink
use latest DTModelStorage, fix unit tests target dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Sep 13, 2015
1 parent e9dac68 commit a571039
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Carthage/Checkouts/DTModelStorage
4 changes: 4 additions & 0 deletions Example/DTTableViewManager.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
9A9B17101B65771600D8ABD3 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9A9B170F1B65771600D8ABD3 /* Images.xcassets */; };
9A9B17131B65771600D8ABD3 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9A9B17111B65771600D8ABD3 /* LaunchScreen.xib */; };
9A9B17261B65772E00D8ABD3 /* DTTableViewManager.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9A2A38BC1AEE285E0021E97D /* DTTableViewManager.framework */; };
9AA660021BA5C94900581D46 /* DTModelStorage.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9A4EB0141B88E48F006C2B8D /* DTModelStorage.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
9AA660031BA5C94900581D46 /* DTTableViewManager.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9A2A38BC1AEE285E0021E97D /* DTTableViewManager.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
9ABE07401B85FC8400636D78 /* CoreDataSearchViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ABE073F1B85FC8400636D78 /* CoreDataSearchViewController.swift */; };
9ABE07421B85FCCC00636D78 /* CoreDataManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ABE07411B85FCCC00636D78 /* CoreDataManager.swift */; };
9ABE07451B85FE4E00636D78 /* Bank.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ABE07441B85FE4E00636D78 /* Bank.swift */; };
Expand Down Expand Up @@ -90,6 +92,8 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
9AA660021BA5C94900581D46 /* DTModelStorage.framework in CopyFiles */,
9AA660031BA5C94900581D46 /* DTTableViewManager.framework in CopyFiles */,
9A1C667A1B86619900B3DEE0 /* Nimble.framework in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down

0 comments on commit a571039

Please sign in to comment.