This repository has been archived by the owner on Nov 11, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Carthage checkouts for Swiftz and SwiftCheck
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule SwiftCheck
updated
21 files
+12 −14 | .travis.yml | |
+4 −1 | README.md | |
+2 −1 | SwiftCheck.podspec | |
+308 −1 | SwiftCheck.xcodeproj/project.pbxproj | |
+99 −0 | SwiftCheck.xcodeproj/xcshareddata/xcschemes/SwiftCheck-tvOS.xcscheme | |
+49 −504 | SwiftCheck/Arbitrary.swift | |
+176 −0 | SwiftCheck/CoArbitrary.swift | |
+2 −1 | SwiftCheck/Gen.swift | |
+1 −1 | SwiftCheck/Lattice.swift | |
+39 −38 | SwiftCheck/Property.swift | |
+2 −2 | SwiftCheck/Random.swift | |
+16 −17 | SwiftCheck/Test.swift | |
+341 −0 | SwiftCheck/WitnessedArbitrary.swift | |
+1 −1 | SwiftCheckTests/TestSpec.swift | |
+44 −32 | Tutorial.playground/Contents.swift | |
+18 −0 | script/LICENSE.md | |
+82 −0 | script/README.md | |
+47 −0 | script/bootstrap | |
+173 −0 | script/cibuild | |
+10 −0 | script/schemes.awk | |
+25 −0 | script/xctool.awk |
Submodule Swiftz
updated
29 files