Skip to content

Commit a3763e4

Browse files
committed
Pin Quick and Nimble to commits on master
- Quick 0.9.1+ - Nimble 3.2.0+ These resolve many deprecation warnings with Swift 2.2 in Xcode 7.3
1 parent f06bbdd commit a3763e4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cartfile.private

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github "jspahrsummers/xcconfigs" >= 0.7.1
2-
github "Quick/Quick" ~> 0.9.1
3-
github "Quick/Nimble" ~> 3.1
2+
github "Quick/Quick" "3a1d88fb81476001c62f086dbd94bb0f5354f1a3"
3+
github "Quick/Nimble" "758cc9b80e0978d7b86b7729f90cd52ee270cb02"
44
github "ZipArchive/ZipArchive" ~> 1.1

Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github "Quick/Nimble" "v3.1.0"
2-
github "Quick/Quick" "v0.9.1"
1+
github "Quick/Nimble" "758cc9b80e0978d7b86b7729f90cd52ee270cb02"
2+
github "Quick/Quick" "3a1d88fb81476001c62f086dbd94bb0f5354f1a3"
33
github "ZipArchive/ZipArchive" "v1.1"
44
github "jspahrsummers/xcconfigs" "0.9"

Carthage/Checkouts/Nimble

Submodule Nimble updated 129 files

Carthage/Checkouts/Quick

Submodule Quick updated 56 files

0 commit comments

Comments
 (0)