Skip to content

Commit 236c736

Browse files
#This is a combination of 4 commits.
Preparing for release 0.6.0.
1 parent 4a1036c commit 236c736

File tree

6 files changed

+302
-190
lines changed

6 files changed

+302
-190
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode8.3
2+
osx_image: xcode9
33
xcode_workspace: FBSnapshotsViewer.xcworkspace
44
xcode_scheme: FBSnapshotsViewer
55
env:

CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
## Changelog
22

3-
### 0.6.0 (Next)
3+
### 0.6.0 (03.07.2017)
44

5-
* Your contribution here.
65
* [#41](https://github.com/Antondomashnev/FBSnapshotsViewer/pull/41): Add additional information for tests - [@antondomashnev](https://github.com/antondomashnev).
76
* [#44](https://github.com/Antondomashnev/FBSnapshotsViewer/pull/44): Compact view redesign - [@antondomashnev](https://github.com/antondomashnev).
87
* [#45](https://github.com/Antondomashnev/FBSnapshotsViewer/pull/45): Use Nuke for image loading - [@antondomashnev](https://github.com/antondomashnev).

FBSnapshotsViewer/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.5.1</string>
20+
<string>0.6.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>4</string>
22+
<string>6</string>
2323
<key>LSMinimumSystemVersion</key>
2424
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2525
<key>LSUIElement</key>

Gemfile.lock

+28-27
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
CFPropertyList (2.3.5)
5-
activesupport (4.2.8)
5+
activesupport (4.2.9)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
1010
addressable (2.5.1)
1111
public_suffix (~> 2.0, >= 2.0.2)
1212
babosa (1.0.2)
13-
claide (1.0.1)
13+
claide (1.0.2)
1414
cocoapods (1.2.1)
1515
activesupport (>= 4.0.2, < 5)
1616
claide (>= 1.0.1, < 2.0)
@@ -46,13 +46,15 @@ GEM
4646
cocoapods-try (1.1.0)
4747
colored (1.2)
4848
colored2 (3.1.2)
49-
commander-fastlane (4.4.4)
49+
commander-fastlane (4.4.5)
5050
highline (~> 1.7.2)
51+
declarative (0.0.9)
52+
declarative-option (0.1.0)
5153
domain_name (0.5.20170404)
5254
unf (>= 0.0.5, < 1.0.0)
5355
dotenv (2.2.1)
5456
escape (0.0.4)
55-
excon (0.55.0)
57+
excon (0.57.1)
5658
faraday (0.12.1)
5759
multipart-post (>= 1.2, < 3)
5860
faraday-cookie_jar (0.0.6)
@@ -61,21 +63,21 @@ GEM
6163
faraday_middleware (0.11.0.1)
6264
faraday (>= 0.7.4, < 1.0)
6365
fastimage (2.1.0)
64-
fastlane (2.35.1)
66+
fastlane (2.44.1)
6567
CFPropertyList (>= 2.3, < 3.0.0)
6668
addressable (>= 2.3, < 3.0.0)
6769
babosa (>= 1.0.2, < 2.0.0)
6870
bundler (>= 1.12.0, < 2.0.0)
6971
colored
70-
commander-fastlane (>= 4.4.0, < 5.0.0)
72+
commander-fastlane (>= 4.4.5, < 5.0.0)
7173
dotenv (>= 2.1.1, < 3.0.0)
7274
excon (>= 0.45.0, < 1.0.0)
7375
faraday (~> 0.9)
7476
faraday-cookie_jar (~> 0.0.6)
7577
faraday_middleware (~> 0.9)
76-
fastimage (>= 1.6)
78+
fastimage (>= 2.1.0, < 3.0.0)
7779
gh_inspector (>= 1.0.1, < 2.0.0)
78-
google-api-client (~> 0.9.2)
80+
google-api-client (>= 0.12.0, < 0.13.0)
7981
highline (>= 1.7.2, < 2.0.0)
8082
json (< 3.0.0)
8183
mini_magick (~> 4.5.1)
@@ -96,15 +98,13 @@ GEM
9698
fourflusher (2.0.1)
9799
fuzzy_match (2.0.4)
98100
gh_inspector (1.0.3)
99-
google-api-client (0.9.28)
100-
addressable (~> 2.3)
101+
google-api-client (0.12.0)
102+
addressable (~> 2.5, >= 2.5.1)
101103
googleauth (~> 0.5)
102-
httpclient (~> 2.7)
103-
hurley (~> 0.1)
104-
memoist (~> 0.11)
105-
mime-types (>= 1.6)
106-
representable (~> 2.3.0)
107-
retriable (~> 2.0)
104+
httpclient (>= 2.8.1, < 3.0)
105+
mime-types (~> 3.0)
106+
representable (~> 3.0)
107+
retriable (>= 2.0, < 4.0)
108108
googleauth (0.5.1)
109109
faraday (~> 0.9)
110110
jwt (~> 1.4)
@@ -117,16 +117,15 @@ GEM
117117
http-cookie (1.0.3)
118118
domain_name (~> 0.5)
119119
httpclient (2.8.3)
120-
hurley (0.2)
121-
i18n (0.8.1)
120+
i18n (0.8.4)
122121
json (2.1.0)
123122
jwt (1.5.6)
124-
kramdown (1.13.2)
123+
kramdown (1.14.0)
125124
little-plugger (1.1.4)
126125
logging (2.2.2)
127126
little-plugger (~> 1.1)
128127
multi_json (~> 1.10)
129-
memoist (0.15.0)
128+
memoist (0.16.0)
130129
mime-types (3.1)
131130
mime-types-data (~> 3.2015)
132131
mime-types-data (3.2016.0521)
@@ -142,9 +141,11 @@ GEM
142141
os (0.9.6)
143142
plist (3.3.0)
144143
public_suffix (2.0.5)
145-
representable (2.3.0)
146-
uber (~> 0.0.7)
147-
retriable (2.1.0)
144+
representable (3.0.4)
145+
declarative (< 0.1.0)
146+
declarative-option (< 0.2.0)
147+
uber (< 0.2.0)
148+
retriable (3.0.2)
148149
rouge (2.0.7)
149150
ruby-macho (1.1.0)
150151
rubyzip (1.2.1)
@@ -162,15 +163,15 @@ GEM
162163
tty-screen (0.5.0)
163164
tzinfo (1.2.3)
164165
thread_safe (~> 0.1)
165-
uber (0.0.15)
166+
uber (0.1.0)
166167
unf (0.1.4)
167168
unf_ext
168169
unf_ext (0.0.7.4)
169-
unicode-display_width (1.2.1)
170+
unicode-display_width (1.3.0)
170171
word_wrap (1.0.0)
171-
xcodeproj (1.4.4)
172+
xcodeproj (1.5.0)
172173
CFPropertyList (~> 2.3.3)
173-
claide (>= 1.0.1, < 2.0)
174+
claide (>= 1.0.2, < 2.0)
174175
colored2 (~> 3.1)
175176
nanaimo (~> 0.2.3)
176177
xcpretty (0.2.8)

Sparkle.xml

+14-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version='1.0' standalone='yes'?>
1+
<?xml version='1.0' standalone='yes'?>
22
<rss xmlns:sparkle='http://www.andymatuschak.org/xml-namespaces/sparkle' version='2.0'>
33
<channel>
44
<title>FBSnapshotsViewer</title>
@@ -12,11 +12,21 @@
1212
<title>0.5.0</title>
1313
<sparkle:minimumSystemVersion>10.12</sparkle:minimumSystemVersion>
1414
<description>
15-
&lt;ul&gt; &lt;li&gt; &lt;p&gt;&lt;a
16-
href=&quot;https://github.com/Antondomashnev/FBSnapshotsViewer/pull/39&quot;&gt;#39&lt;/a&gt;: Update RELEASING process with some new cool automation - &lt;a href=&quot;https://github.com/antondomashnev&quot;&gt;@antondomashnev&lt;/a&gt;.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://github.com/Antondomashnev/FBSnapshotsViewer/pull/37&quot;&gt;#37&lt;/a&gt;: Initial Sparkle setup for autoupdates - &lt;a href=&quot;https://github.com/antondomashnev&quot;&gt;@antondomashnev&lt;/a&gt;.&lt;/p&gt; &lt;/li&gt; &lt;/ul&gt;
15+
&lt;ul&gt; &lt;li&gt; &lt;p&gt;&lt;a
16+
href=&quot;https://github.com/Antondomashnev/FBSnapshotsViewer/pull/39&quot;&gt;#39&lt;/a&gt;: Update RELEASING process with some new cool automation - &lt;a href=&quot;https://github.com/antondomashnev&quot;&gt;@antondomashnev&lt;/a&gt;.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://github.com/Antondomashnev/FBSnapshotsViewer/pull/37&quot;&gt;#37&lt;/a&gt;: Initial Sparkle setup for autoupdates - &lt;a href=&quot;https://github.com/antondomashnev&quot;&gt;@antondomashnev&lt;/a&gt;.&lt;/p&gt; &lt;/li&gt; &lt;/ul&gt;
1717
</description>
1818
<pubDate>Fri, 26 May 2017 12:14:05 +0200</pubDate>
1919
<enclosure type='application/octet-stream' sparkle:version='3' sparkle:shortVersionString='0.5.0' length='6918844' url='https://github.com/Antondomashnev/FBSnapshotsViewer/releases/download/0.5.0/FBSnapshotsViewer-0.5.0.app.zip'/>
2020
</item>
21+
<item>
22+
<title>0.6.0</title>
23+
<sparkle:minimumSystemVersion>10.12</sparkle:minimumSystemVersion>
24+
<description>
25+
&lt;ul&gt; &lt;li&gt; &lt;p&gt;&lt;a
26+
href=&quot;https://github.com/Antondomashnev/FBSnapshotsViewer/pull/41&quot;&gt;#41&lt;/a&gt;: Add additional information for tests - &lt;a href=&quot;https://github.com/antondomashnev&quot;&gt;@antondomashnev&lt;/a&gt;.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://github.com/Antondomashnev/FBSnapshotsViewer/pull/44&quot;&gt;#44&lt;/a&gt;: Compact view redesign - &lt;a href=&quot;https://github.com/antondomashnev&quot;&gt;@antondomashnev&lt;/a&gt;.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://github.com/Antondomashnev/FBSnapshotsViewer/pull/45&quot;&gt;#45&lt;/a&gt;: Use Nuke for image loading - &lt;a href=&quot;https://github.com/antondomashnev&quot;&gt;@antondomashnev&lt;/a&gt;.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://github.com/Antondomashnev/FBSnapshotsViewer/pull/47&quot;&gt;47&lt;/a&gt;: Swap snapshots - &lt;a href=&quot;https://github.com/antondomashnev&quot;&gt;@antondomashnev&lt;/a&gt;.&lt;/p&gt; &lt;/li&gt; &lt;/ul&gt;
27+
</description>
28+
<pubDate>Mon, 03 Jul 2017 00:07:58 +0200</pubDate>
29+
<enclosure type='application/octet-stream' sparkle:version='6' sparkle:shortVersionString='0.6.0' length='8001635' url='https://github.com/Antondomashnev/FBSnapshotsViewer/releases/download/0.6.0/FBSnapshotsViewer-0.6.0.app.zip'/>
30+
</item>
2131
</channel>
22-
</rss>
32+
</rss>

0 commit comments

Comments
 (0)