Skip to content

Commit

Permalink
Update Nimble to 12.2.0 (was 10.0.0)
Browse files Browse the repository at this point in the history
Update Quick to 7.2.0 (was 5.0.1)
Update Nimble_Snapshots to branch master (was 9.4.0)
  • Loading branch information
dogo committed Aug 28, 2023
1 parent 494238f commit daf575d
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import UIKit

final class CardDetailViewControllerTests: QuickSpec {

override func spec() {
override class func spec() {

describe("CardDetail view controller") {
var controller: CardDetailViewController!
Expand Down
2 changes: 1 addition & 1 deletion SWDestinyTradesTests/Rest/HttpClientTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Quick

final class HttpClientTests: QuickSpec {

override func spec() {
override class func spec() {

describe("HttpClient") {
var sut: HttpClient!
Expand Down
2 changes: 1 addition & 1 deletion SWDestinyTradesTests/Rest/SWDestinyServiceTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Quick

final class SWDestinyServiceTests: QuickSpec {

override func spec() {
override class func spec() {
describe("SWDestinyService") {
var sut: SWDestinyService!
var client: HttpClientMock!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import UIKit

final class AboutViewControllerTests: QuickSpec {

override func spec() {
override class func spec() {

let window = UIWindow.framed()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import UIKit

final class AboutViewTests: QuickSpec {

override func spec() {
override class func spec() {

var sut: AboutView!

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import UIKit

final class AddCardViewControllerTests: QuickSpec {

override func spec() {
override class func spec() {

describe("AddCard view controller") {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import UIKit

final class AddCardNavigatorTests: QuickSpec {

override func spec() {
override class func spec() {

var sut: AddCardNavigator!
var navigationController: UINavigationControllerMock!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import UIKit

final class DeckListNavigatorTests: QuickSpec {

override func spec() {
override class func spec() {

describe("Deck List Navigator") {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import UIKit

final class LoanDetailNavigatorTests: QuickSpec {

override func spec() {
override class func spec() {

describe("Loan Detail Navigator") {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import UIKit

final class AboutViewControllerSnapshotTests: QuickSpec {

override func spec() {
override class func spec() {

var sut: AboutViewController!
let window = UIWindow.framed()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import UIKit

final class AddCardViewControllerSnapshotTests: QuickSpec {

override func spec() {
override class func spec() {

var sut: AddCardViewController!
var service: SWDestinyService!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import UIKit

final class DeckGraphViewControllerTests: QuickSpec {

override func spec() {
override class func spec() {

var sut: DeckGraphViewController!
var navigationController: UINavigationController!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import UIKit

final class PeopleListViewControllerTests: QuickSpec {

override func spec() {
override class func spec() {

var sut: PeopleListViewController!
var database: DatabaseProtocol!
Expand All @@ -31,7 +31,7 @@ final class PeopleListViewControllerTests: QuickSpec {
context("when it's initialized from the tabbar") {

beforeEach {
try! database = RealmDatabase(configuration: .inMemory(identifier: self.name))
try! database = RealmDatabase(configuration: .inMemory(identifier: "PeopleListViewControllerTests"))
}

afterEach {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import UIKit

final class SetsListViewControllerTests: QuickSpec {

override func spec() {
override class func spec() {

var sut: SetsListViewController!
var service: SWDestinyService!
Expand Down
6 changes: 3 additions & 3 deletions Tuist/Dependencies.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ let swiftPackageManagerDependencies = SwiftPackageManagerDependencies(
.remote(url: "https://github.com/dogo/PKHUD", requirement: .branch("fix/spm-resource")),
.remote(url: "https://github.com/liufengting/FTPopOverMenu_Swift", requirement: .upToNextMajor(from: "0.4.4")),
.remote(url: "https://github.com/zvonicek/ImageSlideshow", requirement: .upToNextMajor(from: "1.9.1")),
.remote(url: "https://github.com/Quick/Nimble", requirement: .upToNextMajor(from: "10.0.0")),
.remote(url: "https://github.com/Quick/Quick", requirement: .upToNextMajor(from: "5.0.1")),
.remote(url: "https://github.com/ashfurrow/Nimble-Snapshots", requirement: .upToNextMajor(from: "9.4.0")),
.remote(url: "https://github.com/Quick/Nimble", requirement: .upToNextMajor(from: "12.2.0")),
.remote(url: "https://github.com/Quick/Quick", requirement: .upToNextMajor(from: "7.2.0")),
.remote(url: "https://github.com/ashfurrow/Nimble-Snapshots", requirement: .branch("master")),
.remote(url: "https://github.com/firebase/firebase-ios-sdk", requirement: .upToNextMajor(from: "10.1.0")),
.remote(url: "https://github.com/SwiftKickMobile/SwiftMessages", requirement: .upToNextMajor(from: "9.0.6"))
],
Expand Down
12 changes: 6 additions & 6 deletions Tuist/Dependencies/Lockfiles/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -176,17 +176,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Quick/Nimble",
"state" : {
"revision" : "1f3bde57bde12f5e7b07909848c071e9b73d6edc",
"version" : "10.0.0"
"revision" : "f552a16f434eef1f18b62985172489f41d37a18e",
"version" : "12.2.0"
}
},
{
"identity" : "nimble-snapshots",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ashfurrow/Nimble-Snapshots",
"state" : {
"revision" : "315171874edd18935e050fc97a7e6287d0a9c14f",
"version" : "9.4.0"
"branch" : "master",
"revision" : "9e4ab0a00b3d0f1d6d2d358e5886532f87503d10"
}
},
{
Expand All @@ -212,8 +212,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Quick/Quick",
"state" : {
"revision" : "f9d519828bb03dfc8125467d8f7b93131951124c",
"version" : "5.0.1"
"revision" : "494eff9ad74a37047782b0d5d8d84c7ff49a60e4",
"version" : "7.2.0"
}
},
{
Expand Down

0 comments on commit daf575d

Please sign in to comment.