Skip to content

Commit

Permalink
Preparing for release 0.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Antondomashnev committed Aug 9, 2017
1 parent c07b34f commit afc9df0
Show file tree
Hide file tree
Showing 7 changed files with 195 additions and 159 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,10 +1,10 @@
## Changelog


### 0.6.2 (Next)
### 0.6.2 (09.08.2017)

* Your contribution here.
* [#56](https://github.com/Antondomashnev/FBSnapshotsViewer/pull/56): Fix swap snapshots recorded with Nimble-Snapshots - [@antondomashnev](https://github.com/antondomashnev).
* [#58](https://github.com/Antondomashnev/FBSnapshotsViewer/pull/58): Fix Sparkle updater - [@antondomashnev](https://github.com/antondomashnev).

### 0.6.1 (02.08.2017)

Expand Down
24 changes: 22 additions & 2 deletions FBSnapshotsViewer.xcodeproj/project.pbxproj
Expand Up @@ -915,9 +915,18 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-FBSnapshotsViewer/Pods-FBSnapshotsViewer-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/KZFileWatchers/KZFileWatchers.framework",
"${BUILT_PRODUCTS_DIR}/Nuke/Nuke.framework",
"${PODS_ROOT}/Sparkle/Sparkle.framework",
"${PODS_ROOT}/Sparkle/Sparkle.framework.dSYM",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KZFileWatchers.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Nuke.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Sparkle.framework",
"${DWARF_DSYM_FOLDER_PATH}/Sparkle.framework.dSYM",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down Expand Up @@ -988,13 +997,16 @@
files = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-FBSnapshotsViewerTests-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
BBCA672821526DC17B8B6AFA /* [CP] Check Pods Manifest.lock */ = {
Expand All @@ -1003,13 +1015,16 @@
files = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-FBSnapshotsViewer-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
CFE0A697EFC847B478C1A8E7 /* [CP] Embed Pods Frameworks */ = {
Expand All @@ -1018,9 +1033,14 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-FBSnapshotsViewerTests/Pods-FBSnapshotsViewerTests-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Nimble/Nimble.framework",
"${BUILT_PRODUCTS_DIR}/Quick/Quick.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Nimble.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Quick.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down
4 changes: 2 additions & 2 deletions FBSnapshotsViewer/Info.plist
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6.1</string>
<string>0.6.2</string>
<key>CFBundleVersion</key>
<string>7</string>
<string>8</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Expand Up @@ -11,10 +11,10 @@ GEM
public_suffix (~> 2.0, >= 2.0.2)
babosa (1.0.2)
claide (1.0.2)
cocoapods (1.2.1)
cocoapods (1.3.1)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.1, < 2.0)
cocoapods-core (= 1.2.1)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.3.1)
cocoapods-deintegrate (>= 1.0.1, < 2.0)
cocoapods-downloader (>= 1.1.3, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
Expand All @@ -29,9 +29,9 @@ GEM
molinillo (~> 0.5.7)
nap (~> 1.0)
ruby-macho (~> 1.1)
xcodeproj (>= 1.4.4, < 2.0)
cocoapods-core (1.2.1)
activesupport (>= 4.0.2, < 5)
xcodeproj (>= 1.5.1, < 2.0)
cocoapods-core (1.3.1)
activesupport (>= 4.0.2, < 6)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
cocoapods-deintegrate (1.0.1)
Expand Down Expand Up @@ -60,10 +60,10 @@ GEM
faraday-cookie_jar (0.0.6)
faraday (>= 0.7.4)
http-cookie (~> 1.0.0)
faraday_middleware (0.12.0)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
fastimage (2.1.0)
fastlane (2.50.0)
fastlane (2.52.0)
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 @@ -24,10 +24,10 @@ SPEC CHECKSUMS:
Nuke: 0a2ddb4bd13d75782964bf598a159ca2a836d826
Quick: dafc587e21eed9f4cab3249b9f9015b0b7a7f71d
Sourcery: abd498f5fd7dd74a85af911013bd521c1dfbb6ff
Sparkle: '086de4e7a2c9e50ac4cf13bace65f9cae73d4c0c'
Sparkle: 086de4e7a2c9e50ac4cf13bace65f9cae73d4c0c
SwiftGen: 2ba2a88fc6130b96e38e2baa0029e4bd222ffd85
SwiftLint: 6de8b2d15f43c482bdec2953b8cfd696faa876e8

PODFILE CHECKSUM: f2aa312bd89688aa16287520141fb963f25369df

COCOAPODS: 1.2.1
COCOAPODS: 1.3.1
12 changes: 11 additions & 1 deletion Sparkle.xml
Expand Up @@ -32,11 +32,21 @@
<title>0.6.1</title>
<sparkle:minimumSystemVersion>10.12</sparkle:minimumSystemVersion>
<description>
&lt;ul&gt; &lt;li&gt; &lt;p&gt;&lt;a
&lt;ul&gt; &lt;li&gt; &lt;p&gt;&lt;a
href=&quot;https://github.com/Antondomashnev/FBSnapshotsViewer/pull/52&quot;&gt;#52&lt;/a&gt;: Add Xcode 9 Beta 4 support - &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/53&quot;&gt;#53&lt;/a&gt;: Better test display name - &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>Wed, 02 Aug 2017 22:06:29 +0200</pubDate>
<enclosure type='application/octet-stream' sparkle:version='7' sparkle:shortVersionString='0.6.1' length='8026771' url='https://github.com/Antondomashnev/FBSnapshotsViewer/releases/download/0.6.1/FBSnapshotsViewer-0.6.1.app.zip'/>
</item>
<item>
<title>0.6.2</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/56&quot;&gt;#56&lt;/a&gt;: Fix swap snapshots recorded with Nimble-Snapshots - &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/58&quot;&gt;#58&lt;/a&gt;: Fix Sparkle updater - &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>Wed, 09 Aug 2017 23:17:11 +0200</pubDate>
<enclosure type='application/octet-stream' sparkle:version='8' sparkle:shortVersionString='0.6.2' length='8025840' url='https://github.com/Antondomashnev/FBSnapshotsViewer/releases/download/0.6.2/FBSnapshotsViewer-0.6.2.app.zip'/>
</item>
</channel>
</rss>

0 comments on commit afc9df0

Please sign in to comment.