Skip to content

Commit

Permalink
Merge pull request #17 from facile-it/add-cartfile-private
Browse files Browse the repository at this point in the history
Move `SwiftCheck` dependency to Cartfile.private
  • Loading branch information
ChrisMyrants authored Feb 6, 2018
2 parents c519090 + d72ff25 commit 7f6ad64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
github "typelift/Abstract"
github "typelift/SwiftCheck"
1 change: 1 addition & 0 deletions Cartfile.private
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "typelift/SwiftCheck"
2 changes: 2 additions & 0 deletions FunctionalKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@
9609892F1FD43F180062ACDC /* WriterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WriterTests.swift; sourceTree = "<group>"; };
960989311FD443EA0062ACDC /* ReaderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReaderTests.swift; sourceTree = "<group>"; };
960989331FD449010062ACDC /* StateTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StateTests.swift; sourceTree = "<group>"; };
AA51F0AF2029B3AE00B7B76E /* Cartfile.private */ = {isa = PBXFileReference; lastKnownFileType = text; path = Cartfile.private; sourceTree = "<group>"; };
AAAE2E0C1FCC4B6000D0D861 /* SwiftCheck.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftCheck.framework; path = Carthage/Build/iOS/SwiftCheck.framework; sourceTree = "<group>"; };
AAAE2E0E1FCC4BA100D0D861 /* SwiftCheck.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftCheck.framework; path = Carthage/Build/Mac/SwiftCheck.framework; sourceTree = "<group>"; };
"FunctionalKit::FunctionalKit::Product" /* FunctionalKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = FunctionalKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -363,6 +364,7 @@
38F179A51FBDA6A000243994 /* Docs */ = {
isa = PBXGroup;
children = (
AA51F0AF2029B3AE00B7B76E /* Cartfile.private */,
38F179AB1FBDA77900243994 /* Cartfile */,
38F179AA1FBDA6D900243994 /* LICENSE */,
38F179D51FBDAB1C00243994 /* README.md */,
Expand Down

0 comments on commit 7f6ad64

Please sign in to comment.