Skip to content

Commit

Permalink
Preparing for release 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Antondomashnev committed May 21, 2017
1 parent fdf3578 commit 24a5796
Show file tree
Hide file tree
Showing 10 changed files with 122 additions and 111 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
@@ -1,8 +1,7 @@
## Changelog

### 0.4.0 (Next)
### 0.4.0 (21.05.2017)

* Your contribution here.
* [#36](https://github.com/Antondomashnev/FBSnapshotsViewer/pull/36): Add AppCode snapshot testing support - [@antondomashnev](https://github.com/antondomashnev).

### 0.3.0 (14.05.2017)
Expand Down
2 changes: 1 addition & 1 deletion FBSnapshotsViewer.xcodeproj/project.pbxproj
Expand Up @@ -1151,7 +1151,7 @@
DEVELOPMENT_TEAM = XZ2J8VAMV6;
INFOPLIST_FILE = FBSnapshotsViewer/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
OTHER_CODE_SIGN_FLAGS = "";
OTHER_CODE_SIGN_FLAGS = "--deep";
PRODUCT_BUNDLE_IDENTIFIER = com.antondomashnev.FBSnapshotsViewer;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "e6e7289b-4d86-4caf-af96-05a893733f65";
Expand Down
4 changes: 2 additions & 2 deletions FBSnapshotsViewer/Info.plist
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.3.0</string>
<string>0.4.0</string>
<key>CFBundleVersion</key>
<string>2</string>
<string>1</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Expand Up @@ -61,7 +61,7 @@ GEM
faraday_middleware (0.11.0.1)
faraday (>= 0.7.4, < 1.0)
fastimage (2.1.0)
fastlane (2.30.2)
fastlane (2.32.1)
CFPropertyList (>= 2.3, < 3.0.0)
addressable (>= 2.3, < 3.0.0)
babosa (>= 1.0.2, < 2.0.0)
Expand Down Expand Up @@ -155,8 +155,8 @@ GEM
multi_json (~> 1.10)
slack-notifier (1.5.1)
terminal-notifier (1.8.0)
terminal-table (1.7.3)
unicode-display_width (~> 1.1.1)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
tty-screen (0.5.0)
tzinfo (1.2.3)
Expand All @@ -165,14 +165,14 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.4)
unicode-display_width (1.1.3)
unicode-display_width (1.2.1)
word_wrap (1.0.0)
xcodeproj (1.4.4)
CFPropertyList (~> 2.3.3)
claide (>= 1.0.1, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.2.3)
xcpretty (0.2.7)
xcpretty (0.2.8)
rouge (~> 2.0.7)
xcpretty-travis-formatter (0.0.4)
xcpretty (~> 0.2, >= 0.0.7)
Expand Down
20 changes: 10 additions & 10 deletions Podfile.lock
@@ -1,10 +1,10 @@
PODS:
- KZFileWatchers (1.0.1)
- Nimble (6.0.1)
- KZFileWatchers (1.0.3)
- Nimble (6.1.0)
- Quick (1.1.0)
- Sourcery (0.5.9)
- SwiftGen (4.2.0)
- SwiftLint (0.16.1)
- Sourcery (0.6.0)
- SwiftGen (4.2.1)
- SwiftLint (0.18.1)

DEPENDENCIES:
- KZFileWatchers (~> 1.0)
Expand All @@ -15,12 +15,12 @@ DEPENDENCIES:
- SwiftLint (~> 0.16)

SPEC CHECKSUMS:
KZFileWatchers: 0215a3745b1822c5efb56562b5870153dee582d0
Nimble: 1527fd1bd2b4cf0636251a36bc8ab37e81da8347
KZFileWatchers: f09964686a0713834020a0eb328725cad58da0ea
Nimble: c53e6903fee94041b90ded74f135820437d8bf59
Quick: dafc587e21eed9f4cab3249b9f9015b0b7a7f71d
Sourcery: 45e4b8ab587861e67de267957b16d91902f3a26f
SwiftGen: b6bfed151243348e4603b91bf5bc4eb2486c9d5b
SwiftLint: b8b683208cc09640898f16318a7a452274e91f61
Sourcery: b3a93fcdf9c256feeb16e85f4d1bbf46baa42464
SwiftGen: 2ba2a88fc6130b96e38e2baa0029e4bd222ffd85
SwiftLint: b467d08f5b25dc3b3cfed243d8e1b74b91714c67

PODFILE CHECKSUM: 5d4b37143080129c1708e4b2f45da77b74d4d90e

Expand Down
2 changes: 1 addition & 1 deletion Vendor/Sourcery/CodeGenerated/AutoCases.generated.swift
@@ -1,4 +1,4 @@
// Generated using Sourcery 0.5.9 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 0.6.0 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT


Expand Down
@@ -1,4 +1,4 @@
// Generated using Sourcery 0.5.9 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 0.6.0 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT

// swiftlint:disable file_length
Expand Down
2 changes: 1 addition & 1 deletion Vendor/Sourcery/CodeGenerated/AutoHashable.generated.swift
@@ -1,4 +1,4 @@
// Generated using Sourcery 0.5.9 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 0.6.0 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT

// swiftlint:disable file_length
Expand Down
2 changes: 1 addition & 1 deletion Vendor/Sourcery/CodeGenerated/AutoMockable.generated.swift
@@ -1,4 +1,4 @@
// Generated using Sourcery 0.5.9 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 0.6.0 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT

import Foundation
Expand Down
186 changes: 99 additions & 87 deletions fastlane/test_output/report.junit

Large diffs are not rendered by default.

0 comments on commit 24a5796

Please sign in to comment.