Skip to content

Commit

Permalink
Preparing for release 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Antondomashnev committed May 26, 2017
1 parent d0c61fe commit 5db7f3d
Show file tree
Hide file tree
Showing 10 changed files with 137 additions and 130 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
@@ -1,9 +1,9 @@
## Changelog

### 0.5.0 (Next)
### 0.5.0 (26.05.2017)

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

### 0.4.0 (21.05.2017)

Expand Down
4 changes: 1 addition & 3 deletions FBSnapshotsViewer/Info.plist
Expand Up @@ -31,8 +31,6 @@
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>SUFeedURL</key>
<string>https://whispering-savannah-78358.herokuapp.com/FBSnapshotsViewer/appcast.xml</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
<string>https://raw.githubusercontent.com/Antondomashnev/FBSnapshotsViewerSparkle/master/appcast.xml</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions FBSnapshotsViewer/Models/DerivedDataFolder.swift
Expand Up @@ -13,9 +13,9 @@ enum DerivedDataFolder: AutoEquatable {
switch self {
case .xcodeDefault:
return DerivedDataFolderType.xcodeDefault
case .xcodeCustom(_):
case .xcodeCustom:
return DerivedDataFolderType.xcodeCustom
case .appcode(_):
case .appcode:
return DerivedDataFolderType.appcode
}
}
Expand Down
Expand Up @@ -46,9 +46,9 @@ extension PreferencesInteractor: PreferencesInteractorInput {
case .xcodeDefault:
assertionFailure("Unexpected call to modify derived data folder path while the type of derived data is Xcode")
break
case .xcodeCustom(_):
case .xcodeCustom:
configuration = Configuration(derivedDataFolder: DerivedDataFolder.xcodeCustom(path: path))
case .appcode(_):
case .appcode:
configuration = Configuration(derivedDataFolder: DerivedDataFolder.appcode(path: path))
}
}
Expand Down
2 changes: 1 addition & 1 deletion 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.32.1)
fastlane (2.35.1)
CFPropertyList (>= 2.3, < 3.0.0)
addressable (>= 2.3, < 3.0.0)
babosa (>= 1.0.2, < 2.0.0)
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Expand Up @@ -5,7 +5,7 @@ PODS:
- Sourcery (0.6.0)
- Sparkle (1.17.0)
- SwiftGen (4.2.1)
- SwiftLint (0.18.1)
- SwiftLint (0.19.0)

DEPENDENCIES:
- KZFileWatchers (~> 1.0)
Expand All @@ -23,7 +23,7 @@ SPEC CHECKSUMS:
Sourcery: b3a93fcdf9c256feeb16e85f4d1bbf46baa42464
Sparkle: ccfb47699feea7b40b51cf3176f69404e5b1da6c
SwiftGen: 2ba2a88fc6130b96e38e2baa0029e4bd222ffd85
SwiftLint: b467d08f5b25dc3b3cfed243d8e1b74b91714c67
SwiftLint: 3537a05b34060e78e7510f04fb7537d738247803

PODFILE CHECKSUM: 034b6075c300cb474339b98158a1dd8b42b6b3c6

Expand Down
12 changes: 11 additions & 1 deletion Sparkle.xml
Expand Up @@ -8,5 +8,15 @@
<sparkle:minimumSystemVersion>10.12</sparkle:minimumSystemVersion>
<enclosure url='FBSnapshotsViewer-0.4.0.app.zip' sparkle:version='1' sparkle:shortVersionString='0.4.0' length='3104757' type='application/octet-stream'/>
</item>
<item>
<title>0.5.0</title>
<sparkle:minimumSystemVersion>10.12</sparkle:minimumSystemVersion>
<description>
&lt;ul&gt; &lt;li&gt; &lt;p&gt;&lt;a
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;
</description>
<pubDate>Fri, 26 May 2017 12:14:05 +0200</pubDate>
<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'/>
</item>
</channel>
</rss>
</rss>
5 changes: 2 additions & 3 deletions fastlane/Fastfile
Expand Up @@ -52,10 +52,9 @@ platform :mac do
end

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

release_human_version = project_get_human_version
Expand All @@ -68,7 +67,7 @@ platform :mac do
github_set_or_update_release(
release_name: release_human_version,
repository_name: GITHUB_REPOSITORY,
description: project_version_changelog(version: human_version, convert_to_html: false),
description: project_version_changelog(version: release_human_version, convert_to_html: false),
tag_name: release_human_version,
upload_assets: github_create_release_assets(release_version: release_human_version),
api_token: ENV["FB_SNAPSHOTS_VIEWER_GITHUB_API_TOKEN"]
Expand Down
2 changes: 1 addition & 1 deletion fastlane/README.md
Expand Up @@ -56,7 +56,7 @@ fastlane mac release
```
Release a new version of the FBSnapshotsViewer. Uploading a new release to a GitHub and CocoaPods trunk

Before doing so don't forget to move the next version of Changelog to released
Before doing so don't forget to follow all steps in RELEASING.md
### mac sparkle_add_version
```
fastlane mac sparkle_add_version
Expand Down

0 comments on commit 5db7f3d

Please sign in to comment.