This commit is contained in:
Maurice Parker 2019-11-01 06:34:37 -05:00
commit c9d5fefa49
3 changed files with 8 additions and 8 deletions

View File

@ -7,14 +7,14 @@
<language>en</language> <language>en</language>
<item> <item>
<title>NetNewsWire 5.0.3</title> <title>NetNewsWire 5.1d2</title>
<description><![CDATA[ <description><![CDATA[
<p>Same as 5.0.3b2 — just bumped the version number to 5.0.3.</p> <p>Testing Sparkle. Does it work?</p>
]]> ]]>
</description> </description>
<pubDate>Tue, 22 Oct 2019 13:00:00 -0700</pubDate> <pubDate>Tue, 29 Oct 2019 22:35:00 -0700</pubDate>
<enclosure url="https://github.com/brentsimmons/NetNewsWire/releases/download/mac-5.0.3/NetNewsWire5.0.3.zip" sparkle:version="2618" sparkle:shortVersionString="5.0.3" length="5152201" type="application/zip" /> <enclosure url="https://ranchero.com/downloads/NetNewsWire5.1d2.zip" sparkle:version="3002" sparkle:shortVersionString="5.1d2" length="5391151" type="application/zip" />
<sparkle:minimumSystemVersion>10.14.4</sparkle:minimumSystemVersion> <sparkle:minimumSystemVersion>10.15.0</sparkle:minimumSystemVersion>
</item> </item>
</channel> </channel>

View File

@ -1,7 +1,7 @@
// High Level Settings common to both the iOS application and any extensions we bundle with it // High Level Settings common to both the iOS application and any extensions we bundle with it
MARKETING_VERSION = 5.0 MARKETING_VERSION = 5.0
CURRENT_PROJECT_VERSION = 3 CURRENT_PROJECT_VERSION = 4
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon

View File

@ -1,6 +1,6 @@
// High Level Settings common to both the Mac application and any extensions we bundle with it // High Level Settings common to both the Mac application and any extensions we bundle with it
MARKETING_VERSION = 5.1d1 MARKETING_VERSION = 5.1d2
CURRENT_PROJECT_VERSION = 3000 CURRENT_PROJECT_VERSION = 3002
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon