Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #171 from facebook/nscoding/2.1.2
Browse files Browse the repository at this point in the history
Bump version to 2.1.2
  • Loading branch information
nscoding committed Jul 6, 2016
2 parents 040817b + dd493c2 commit 9c9e491
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## 2.1.2

- Disabled Bitcode for tvOS target (#169)
- Added user target in podspec (#165)

## 2.1.1

- Added tvOS support for cocoapods (#163)
Expand Down
2 changes: 1 addition & 1 deletion FBSnapshotTestCase.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FBSnapshotTestCase"
s.version = "2.1.1"
s.version = "2.1.2"
s.summary = "Snapshot view unit tests for iOS"
s.description = <<-DESC
A "snapshot test case" takes a configured UIView or CALayer
Expand Down
12 changes: 6 additions & 6 deletions FBSnapshotTestCaseDemo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
PODS:
- FBSnapshotTestCase (2.1.1):
- FBSnapshotTestCase/SwiftSupport (= 2.1.1)
- FBSnapshotTestCase/Core (2.1.1)
- FBSnapshotTestCase/SwiftSupport (2.1.1):
- FBSnapshotTestCase (2.1.2):
- FBSnapshotTestCase/SwiftSupport (= 2.1.2)
- FBSnapshotTestCase/Core (2.1.2)
- FBSnapshotTestCase/SwiftSupport (2.1.2):
- FBSnapshotTestCase/Core

DEPENDENCIES:
- FBSnapshotTestCase (from `..`)

EXTERNAL SOURCES:
FBSnapshotTestCase:
:path: ..
:path: ".."

SPEC CHECKSUMS:
FBSnapshotTestCase: 432afd8d059ccef7f207225894840a03fbcf7474
FBSnapshotTestCase: 918c55861356ee83aee7843d759f55a18ff6982b

PODFILE CHECKSUM: f0c8c3073f8e31e4718d87d66744e7fa5953f5c4

Expand Down

0 comments on commit 9c9e491

Please sign in to comment.