Skip to content

Commit 5db7f3d

Browse files
Preparing for release 0.5.0.
1 parent d0c61fe commit 5db7f3d

File tree

10 files changed

+137
-130
lines changed

10 files changed

+137
-130
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## Changelog
22

3-
### 0.5.0 (Next)
3+
### 0.5.0 (26.05.2017)
44

5-
* Your contribution here.
6-
* [#37](https://github.com/Antondomashnev/FBSnapshotsViewer/pull/37): Add AppCode snapshot testing support - [@antondomashnev](https://github.com/antondomashnev).
5+
* [#39](https://github.com/Antondomashnev/FBSnapshotsViewer/pull/39): Update RELEASING process with some new cool automation - [@antondomashnev](https://github.com/antondomashnev).
6+
* [#37](https://github.com/Antondomashnev/FBSnapshotsViewer/pull/37): Initial Sparkle setup for autoupdates - [@antondomashnev](https://github.com/antondomashnev).
77

88
### 0.4.0 (21.05.2017)
99

FBSnapshotsViewer/Info.plist

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
<key>NSPrincipalClass</key>
3232
<string>NSApplication</string>
3333
<key>SUFeedURL</key>
34-
<string>https://whispering-savannah-78358.herokuapp.com/FBSnapshotsViewer/appcast.xml</string>
35-
<key>SUPublicDSAKeyFile</key>
36-
<string>dsa_pub.pem</string>
34+
<string>https://raw.githubusercontent.com/Antondomashnev/FBSnapshotsViewerSparkle/master/appcast.xml</string>
3735
</dict>
3836
</plist>

FBSnapshotsViewer/Models/DerivedDataFolder.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ enum DerivedDataFolder: AutoEquatable {
1313
switch self {
1414
case .xcodeDefault:
1515
return DerivedDataFolderType.xcodeDefault
16-
case .xcodeCustom(_):
16+
case .xcodeCustom:
1717
return DerivedDataFolderType.xcodeCustom
18-
case .appcode(_):
18+
case .appcode:
1919
return DerivedDataFolderType.appcode
2020
}
2121
}

FBSnapshotsViewer/Preferences/Interactor/PreferencesInteractor.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ extension PreferencesInteractor: PreferencesInteractorInput {
4646
case .xcodeDefault:
4747
assertionFailure("Unexpected call to modify derived data folder path while the type of derived data is Xcode")
4848
break
49-
case .xcodeCustom(_):
49+
case .xcodeCustom:
5050
configuration = Configuration(derivedDataFolder: DerivedDataFolder.xcodeCustom(path: path))
51-
case .appcode(_):
51+
case .appcode:
5252
configuration = Configuration(derivedDataFolder: DerivedDataFolder.appcode(path: path))
5353
}
5454
}

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ GEM
6161
faraday_middleware (0.11.0.1)
6262
faraday (>= 0.7.4, < 1.0)
6363
fastimage (2.1.0)
64-
fastlane (2.32.1)
64+
fastlane (2.35.1)
6565
CFPropertyList (>= 2.3, < 3.0.0)
6666
addressable (>= 2.3, < 3.0.0)
6767
babosa (>= 1.0.2, < 2.0.0)

Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PODS:
55
- Sourcery (0.6.0)
66
- Sparkle (1.17.0)
77
- SwiftGen (4.2.1)
8-
- SwiftLint (0.18.1)
8+
- SwiftLint (0.19.0)
99

1010
DEPENDENCIES:
1111
- KZFileWatchers (~> 1.0)
@@ -23,7 +23,7 @@ SPEC CHECKSUMS:
2323
Sourcery: b3a93fcdf9c256feeb16e85f4d1bbf46baa42464
2424
Sparkle: ccfb47699feea7b40b51cf3176f69404e5b1da6c
2525
SwiftGen: 2ba2a88fc6130b96e38e2baa0029e4bd222ffd85
26-
SwiftLint: b467d08f5b25dc3b3cfed243d8e1b74b91714c67
26+
SwiftLint: 3537a05b34060e78e7510f04fb7537d738247803
2727

2828
PODFILE CHECKSUM: 034b6075c300cb474339b98158a1dd8b42b6b3c6
2929

Sparkle.xml

+11-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,15 @@
88
<sparkle:minimumSystemVersion>10.12</sparkle:minimumSystemVersion>
99
<enclosure url='FBSnapshotsViewer-0.4.0.app.zip' sparkle:version='1' sparkle:shortVersionString='0.4.0' length='3104757' type='application/octet-stream'/>
1010
</item>
11+
<item>
12+
<title>0.5.0</title>
13+
<sparkle:minimumSystemVersion>10.12</sparkle:minimumSystemVersion>
14+
<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;
17+
</description>
18+
<pubDate>Fri, 26 May 2017 12:14:05 +0200</pubDate>
19+
<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'/>
20+
</item>
1121
</channel>
12-
</rss>
22+
</rss>

fastlane/Fastfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ platform :mac do
5252
end
5353

5454
desc "Release a new version of the FBSnapshotsViewer. Uploading a new release to a GitHub and CocoaPods trunk"
55-
desc "Before doing so don't forget to move the next version of Changelog to released"
55+
desc "Before doing so don't forget to follow all steps in RELEASING.md"
5656
lane :release do
5757
ensure_git_status_clean
58-
test
5958
build_app
6059

6160
release_human_version = project_get_human_version
@@ -68,7 +67,7 @@ platform :mac do
6867
github_set_or_update_release(
6968
release_name: release_human_version,
7069
repository_name: GITHUB_REPOSITORY,
71-
description: project_version_changelog(version: human_version, convert_to_html: false),
70+
description: project_version_changelog(version: release_human_version, convert_to_html: false),
7271
tag_name: release_human_version,
7372
upload_assets: github_create_release_assets(release_version: release_human_version),
7473
api_token: ENV["FB_SNAPSHOTS_VIEWER_GITHUB_API_TOKEN"]

fastlane/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fastlane mac release
5656
```
5757
Release a new version of the FBSnapshotsViewer. Uploading a new release to a GitHub and CocoaPods trunk
5858

59-
Before doing so don't forget to move the next version of Changelog to released
59+
Before doing so don't forget to follow all steps in RELEASING.md
6060
### mac sparkle_add_version
6161
```
6262
fastlane mac sparkle_add_version

0 commit comments

Comments
 (0)