Skip to content

Commit

Permalink
Use patched version of Quick with around_each
Browse files Browse the repository at this point in the history
  • Loading branch information
tmandry committed Jan 21, 2019
1 parent 908d459 commit 66be416
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use_frameworks!
project 'Swindler'

target 'SwindlerTests' do
pod 'Quick', '~> 1.2.0'
pod 'Quick', git: 'https://github.com/pcantrell/Quick.git', branch: 'around-each'
pod 'Nimble', '~> 7.3.1'
end

Expand Down
21 changes: 14 additions & 7 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,37 @@ PODS:
- AXSwift (0.2.3)
- Nimble (7.3.1)
- PromiseKit/CorePromise (6.7.1)
- Quick (1.2.0)
- Quick (1.3.1)

DEPENDENCIES:
- AXSwift (from `./AXSwift`)
- Nimble (~> 7.3.1)
- PromiseKit/CorePromise (~> 6.0)
- Quick (~> 1.2.0)
- Quick (from `https://github.com/pcantrell/Quick.git`, branch `around-each`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Nimble
- PromiseKit
- Quick

EXTERNAL SOURCES:
AXSwift:
:path: "./AXSwift"
Quick:
:branch: around-each
:git: https://github.com/pcantrell/Quick.git

CHECKOUT OPTIONS:
Quick:
:commit: eeaddb112fc486b1e3699a5985e6a68dd5bc56d8
:git: https://github.com/pcantrell/Quick.git

SPEC CHECKSUMS:
AXSwift: d49fe05ca04f983196c5caedfc88f617922ae671
AXSwift: b84e5e2de171f1bf42ad5458ea9c6f0a73342c56
Nimble: 04f732da099ea4d153122aec8c2a88fd0c7219ae
PromiseKit: ef376fb8b4e92edfeb66bd403b983eaa07fbde0c
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
Quick: 741ba045f19fd3c783014e64882f8a72525661c8

PODFILE CHECKSUM: 43bf31a341af28c11e1feb4fd05f8c9670b59b58
PODFILE CHECKSUM: d10ed734b5c31159872da800ca78ce1012c9e781

COCOAPODS: 1.6.0.beta.2
COCOAPODS: 1.5.3
8 changes: 4 additions & 4 deletions Swindler.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-SwindlerTests/Pods-SwindlerTests-frameworks.sh",
"${SRCROOT}/Pods/Target Support Files/Pods-SwindlerTests/Pods-SwindlerTests-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Nimble/Nimble.framework",
"${BUILT_PRODUCTS_DIR}/Quick/Quick.framework",
"${BUILT_PRODUCTS_DIR}/AXSwift/AXSwift.framework",
Expand All @@ -407,7 +407,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SwindlerTests/Pods-SwindlerTests-frameworks.sh\"\n";
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SwindlerTests/Pods-SwindlerTests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
2B2CE8EA59D79FDC978CCDE4 /* [CP] Check Pods Manifest.lock */ = {
Expand Down Expand Up @@ -480,7 +480,7 @@
inputFileListPaths = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-SwindlerExample/Pods-SwindlerExample-frameworks.sh",
"${SRCROOT}/Pods/Target Support Files/Pods-SwindlerExample/Pods-SwindlerExample-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/AXSwift/AXSwift.framework",
"${BUILT_PRODUCTS_DIR}/PromiseKit/PromiseKit.framework",
);
Expand All @@ -493,7 +493,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SwindlerExample/Pods-SwindlerExample-frameworks.sh\"\n";
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SwindlerExample/Pods-SwindlerExample-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down

0 comments on commit 66be416

Please sign in to comment.