Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Swift 3 #2

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 29 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,35 @@ DerivedData
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts
Carthage/Checkouts

Carthage/Build
Rational.framework.zip


*.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
2 changes: 1 addition & 1 deletion Cartfile.private
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "typelift/SwiftCheck" ~> 0.6
github "typelift/SwiftCheck" ~> 0.7
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "typelift/SwiftCheck" "v0.6.0"
github "typelift/SwiftCheck" "0.7.3"
25 changes: 0 additions & 25 deletions Carthage/Checkouts/SwiftCheck/.github/CONTRIBUTING.md

This file was deleted.

35 changes: 0 additions & 35 deletions Carthage/Checkouts/SwiftCheck/.github/ISSUE_TEMPLATE.md

This file was deleted.

24 changes: 0 additions & 24 deletions Carthage/Checkouts/SwiftCheck/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

24 changes: 0 additions & 24 deletions Carthage/Checkouts/SwiftCheck/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions Carthage/Checkouts/SwiftCheck/.gitmodules

This file was deleted.

46 changes: 0 additions & 46 deletions Carthage/Checkouts/SwiftCheck/.travis.yml

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion Carthage/Checkouts/SwiftCheck/Cartfile.private

This file was deleted.

1 change: 0 additions & 1 deletion Carthage/Checkouts/SwiftCheck/Cartfile.resolved

This file was deleted.

21 changes: 0 additions & 21 deletions Carthage/Checkouts/SwiftCheck/LICENSE

This file was deleted.

11 changes: 0 additions & 11 deletions Carthage/Checkouts/SwiftCheck/Package.swift

This file was deleted.

Loading