Skip to content

Commit

Permalink
Use HTTPS for FBSnapshotTestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
neonichu committed May 25, 2016
1 parent ae6c9e2 commit 4fc54f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ target 'ConcordeTests' do
pod 'Nimble'
pod 'Nimble-Snapshots'
pod 'Quick'
pod 'FBSnapshotTestCase', :git => 'git@github.com:facebook/ios-snapshot-test-case.git'
pod 'FBSnapshotTestCase', :git => 'https://github.com/facebook/ios-snapshot-test-case.git'

end
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@ PODS:
- Quick (0.9.2)

DEPENDENCIES:
- FBSnapshotTestCase (from `git@github.com:facebook/ios-snapshot-test-case.git`)
- FBSnapshotTestCase (from `https://github.com/facebook/ios-snapshot-test-case.git`)
- Nimble
- Nimble-Snapshots
- Quick

EXTERNAL SOURCES:
FBSnapshotTestCase:
:git: git@github.com:facebook/ios-snapshot-test-case.git
:git: https://github.com/facebook/ios-snapshot-test-case.git

CHECKOUT OPTIONS:
FBSnapshotTestCase:
:commit: 5a4ee79ed96dd0d2f3766ffd22ecb04ef73c2c82
:git: git@github.com:facebook/ios-snapshot-test-case.git
:git: https://github.com/facebook/ios-snapshot-test-case.git

SPEC CHECKSUMS:
FBSnapshotTestCase: ec0ed7378d617e4b787e6cf9899d22cb86010b94
Nimble: 0f3c8b8b084cda391209c3c5efbb48bedeeb920a
Nimble-Snapshots: 2da4d2ec829b458d6886c06812c52493fce284c9
Quick: 18d057bc66451eedd5d1c8dc99ba2a5db6e60226

PODFILE CHECKSUM: 141b58f4f8592a6fea4f5fee49d19c090fcdd2d0
PODFILE CHECKSUM: 1bfa59bbc12229919c558b91242e4b0cee8af428

COCOAPODS: 1.0.0

0 comments on commit 4fc54f0

Please sign in to comment.