Skip to content

Commit bfd8bb9

Browse files
committed
Update Quick to 2.0.0 and Nimble to 8.0.1
1 parent e03900e commit bfd8bb9

6 files changed

Lines changed: 127 additions & 103 deletions

File tree

Example-iOSUITests/ExampleUITests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// ExampleUITests.swift
3-
// ExampleUITests
3+
// Example-iOSUITests
44
//
55
// Created by Ben on 14/08/2017.
66
// Copyright © 2017 bcylin.

Example-tvOSUITests/ExampleUITests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
//
2-
// Example_tvOSUITests.swift
2+
// ExampleUITests.swift
33
// Example-tvOSUITests
44
//
55
// Created by Francesco Deliro on 07/10/2018.
6-
// Copyright © 2018 bcylin. All rights reserved.
6+
// Copyright © 2018 bcylin.
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

Podfile

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@ use_frameworks!
33
workspace "QuickTableViewController"
44
project "QuickTableViewController"
55

6+
def testing_frameworks
7+
pod "Nimble", git: "https://github.com/Quick/Nimble.git", tag: "v8.0.1", inhibit_warnings: true
8+
pod "Quick", git: "https://github.com/Quick/Quick.git", tag: "v2.0.0", inhibit_warnings: true
9+
end
10+
611
target "QuickTableViewController-iOSTests" do
712
platform :ios, "8.0"
8-
pod "Nimble", git: "https://github.com/Quick/Nimble.git", tag: "v7.1.3"
9-
pod "Quick", git: "https://github.com/Quick/Quick.git", tag: "v1.3.1", inhibit_warnings: true
13+
testing_frameworks
1014
end
1115

1216
target "QuickTableViewController-tvOSTests" do
1317
platform :tvos, "9.0"
14-
pod "Nimble", git: "https://github.com/Quick/Nimble.git", tag: "v7.1.3"
15-
pod "Quick", git: "https://github.com/Quick/Quick.git", tag: "v1.3.1", inhibit_warnings: true
18+
testing_frameworks
1619
end
1720

1821
target "Example-iOS" do

Podfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
PODS:
2-
- Nimble (7.1.3)
3-
- Quick (1.3.1)
2+
- Nimble (8.0.1)
3+
- Quick (2.0.0)
44
- SwiftLint (0.27.0)
55

66
DEPENDENCIES:
7-
- Nimble (from `https://github.com/Quick/Nimble.git`, tag `v7.1.3`)
8-
- Quick (from `https://github.com/Quick/Quick.git`, tag `v1.3.1`)
7+
- Nimble (from `https://github.com/Quick/Nimble.git`, tag `v8.0.1`)
8+
- Quick (from `https://github.com/Quick/Quick.git`, tag `v2.0.0`)
99
- SwiftLint (from `https://raw.githubusercontent.com/CocoaPods/Specs/master/Specs/4/0/1/SwiftLint/0.27.0/SwiftLint.podspec.json`)
1010

1111
EXTERNAL SOURCES:
1212
Nimble:
1313
:git: https://github.com/Quick/Nimble.git
14-
:tag: v7.1.3
14+
:tag: v8.0.1
1515
Quick:
1616
:git: https://github.com/Quick/Quick.git
17-
:tag: v1.3.1
17+
:tag: v2.0.0
1818
SwiftLint:
1919
:podspec: https://raw.githubusercontent.com/CocoaPods/Specs/master/Specs/4/0/1/SwiftLint/0.27.0/SwiftLint.podspec.json
2020

2121
CHECKOUT OPTIONS:
2222
Nimble:
2323
:git: https://github.com/Quick/Nimble.git
24-
:tag: v7.1.3
24+
:tag: v8.0.1
2525
Quick:
2626
:git: https://github.com/Quick/Quick.git
27-
:tag: v1.3.1
27+
:tag: v2.0.0
2828

2929
SPEC CHECKSUMS:
30-
Nimble: 2839b01d1b31f6a6a7777a221f0d91cf52e8e27b
31-
Quick: d17304d58d0d169dd0bd1c6e5c28e3318de32a1a
30+
Nimble: 45f786ae66faa9a709624227fae502db55a8bdd0
31+
Quick: 7143820c017e20f5b67967d60741f3b9ba0652d7
3232
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073
3333

34-
PODFILE CHECKSUM: e7ef9cc37da1ecd814713ea6beccac0b452a5ae4
34+
PODFILE CHECKSUM: efdcb8f949ea8eca6bb4091cfe2ddbeb63328c00
3535

36-
COCOAPODS: 1.5.3
36+
COCOAPODS: 1.6.1

0 commit comments

Comments
 (0)