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 #124 from facebook/nscoding/2.0.5
Browse files Browse the repository at this point in the history
Bump version to 2.0.5
  • Loading branch information
Patrick Chamelo committed Oct 14, 2015
2 parents 50bfa76 + 63a3088 commit 8fdb3a5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## 2.0.5

- Swift 2.0 (#111, #120) (Thanks to @pietbrauer and @grantjk)
- Fix pod spec by disabling bitcode (#115) (Thanks to @soleares)
- Fix for incorrect errors with multiple suffixes (#119) (Thanks to @Grubas7)
- Support for Model and OS in image names (#121 thanks to @esttorhe)

## 2.0.4

- Support loading reference images from the test bundle (#104) (Thanks to @yiding)
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.0.4"
s.version = "2.0.5"
s.summary = "Snapshot view unit tests for iOS"
s.description = <<-DESC
A "snapshot test case" takes a configured UIView or CALayer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
A52928F81BF86210D3AACDD2 /* Pods_FBSnapshotTestCaseDemoTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F2F94786ED7FC097D31026B6 /* Pods_FBSnapshotTestCaseDemoTests.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
A52928F81BF86210D3AACDD2 /* Pods_FBSnapshotTestCaseDemoTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F2F94786ED7FC097D31026B6 /* Pods_FBSnapshotTestCaseDemoTests.framework */; };
B30449081AB794320067C75D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B30449071AB794320067C75D /* main.m */; };
B30449221AB794320067C75D /* FBSnapshotTestCaseDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B30449211AB794320067C75D /* FBSnapshotTestCaseDemoTests.m */; };
B30449351AB795230067C75D /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = B304492C1AB795230067C75D /* InfoPlist.strings */; };
Expand Down
14 changes: 7 additions & 7 deletions FBSnapshotTestCaseDemo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
PODS:
- FBSnapshotTestCase (2.0.4):
- FBSnapshotTestCase/SwiftSupport (= 2.0.4)
- FBSnapshotTestCase/Core (2.0.4)
- FBSnapshotTestCase/SwiftSupport (2.0.4):
- FBSnapshotTestCase (2.0.5):
- FBSnapshotTestCase/SwiftSupport (= 2.0.5)
- FBSnapshotTestCase/Core (2.0.5)
- FBSnapshotTestCase/SwiftSupport (2.0.5):
- FBSnapshotTestCase/Core

DEPENDENCIES:
- FBSnapshotTestCase (from `..`)

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

SPEC CHECKSUMS:
FBSnapshotTestCase: d94cf34841c9e77390e29009e8e2713479d48753
FBSnapshotTestCase: 6917deb01d0556dd544536f9eb34e0cf26f904d5

COCOAPODS: 0.38.2
COCOAPODS: 0.39.0

0 comments on commit 8fdb3a5

Please sign in to comment.