1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 11:35:35 +03:00

Merge branch 'develop' into 383-html-preview-tool

This commit is contained in:
Tae Won Ha 2017-04-10 23:08:23 +02:00
commit 8084482102
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
8 changed files with 27 additions and 25 deletions

View File

@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>SNAPSHOT-174</string>
<string>SNAPSHOT-175</string>
<key>CFBundleVersion</key>
<string>174</string>
<string>175</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>

View File

@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>SNAPSHOT-174</string>
<string>SNAPSHOT-175</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>174</string>
<string>175</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 Tae Won Ha. All rights reserved.</string>
<key>NSPrincipalClass</key>

View File

@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>SNAPSHOT-174</string>
<string>SNAPSHOT-175</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>174</string>
<string>175</string>
</dict>
</plist>

View File

@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>SNAPSHOT-174</string>
<string>SNAPSHOT-175</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>174</string>
<string>175</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>

View File

@ -1505,7 +1505,7 @@
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 174;
DYLIB_CURRENT_VERSION = 175;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
@ -1529,7 +1529,7 @@
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 174;
DYLIB_CURRENT_VERSION = 175;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
@ -1721,7 +1721,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 174;
CURRENT_PROJECT_VERSION = 175;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
@ -1771,7 +1771,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 174;
CURRENT_PROJECT_VERSION = 175;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;

View File

@ -36,7 +36,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>SNAPSHOT-174</string>
<string>SNAPSHOT-175</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@ -53,7 +53,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>174</string>
<string>175</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>

View File

@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>SNAPSHOT-174</string>
<string>SNAPSHOT-175</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>174</string>
<string>175</string>
</dict>
</plist>

View File

@ -7,26 +7,28 @@
<description>Most recent changes with links to updates for VimR.</description>
<language>en</language>
<item>
<title>SNAPSHOT-174</title>
<title>SNAPSHOT-175</title>
<description><![CDATA[
<ul>
<li><em>WARNING</em>: This snapshot may be very unstable due to (almost complete) redesign; use at your own risk. If you have issues with this build, please report them under GH-405.</li>
<li>GH-405: Redesign<ul>
<li>Quit more cleanly</li>
<li>Fix a bug regarding the dirty dot in the main window's close button</li>
<li>Store the order and locations of the tools correctly</li>
<li>neovim/neovim@30e1cda8acb7bd8120348d1812cfd9ecd8be8528</li>
</ul>
</li>
</ul>
]]></description>
<releaseNotesLink>
https://github.com/qvacua/vimr/releases/tag/snapshot/174
https://github.com/qvacua/vimr/releases/tag/snapshot/175
</releaseNotesLink>
<pubDate>2017-04-01T22:44:22.917177</pubDate>
<pubDate>2017-04-10T22:58:50.409634</pubDate>
<minimumSystemVersion>10.10.0</minimumSystemVersion>
<enclosure url="https://github.com/qvacua/vimr/releases/download/snapshot/174/VimR-SNAPSHOT-174.tar.bz2"
sparkle:version="174"
sparkle:shortVersionString="SNAPSHOT-174"
sparkle:dsaSignature="MC4CFQDScDxcWRZwqpSiNY3UQgi1NNgvvwIVAJ/2NyamTZkuUl0RDGjIgMyDROwO"
length="12082620"
<enclosure url="https://github.com/qvacua/vimr/releases/download/snapshot/175/VimR-SNAPSHOT-175.tar.bz2"
sparkle:version="175"
sparkle:shortVersionString="SNAPSHOT-175"
sparkle:dsaSignature="MC0CFQCG8rzXdgQWiLeRoQUkIYdZruX0RgIUB7FRLDcDpgOgj6K32VO0QTXAL4Y="
length="12080989"
type="application/octet-stream"/>
</item>
</channel>