Set up 5.1d1 testing things: new appcast URL, build # 3000.
This commit is contained in:
parent
4cb602f24a
commit
14fbf612c1
21
Appcasts/netnewswire-5.1-beta.xml
Executable file
21
Appcasts/netnewswire-5.1-beta.xml
Executable file
@ -0,0 +1,21 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<channel>
|
||||||
|
<title>NetNewsWire Betas</title>
|
||||||
|
<link>https://ranchero.com/downloads/netnewswire-beta.xml</link>
|
||||||
|
<description>Most recent NetNewsWire changes with links to updates.</description>
|
||||||
|
<language>en</language>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>NetNewsWire 5.0.3</title>
|
||||||
|
<description><![CDATA[
|
||||||
|
<p>Same as 5.0.3b2 — just bumped the version number to 5.0.3.</p>
|
||||||
|
]]>
|
||||||
|
</description>
|
||||||
|
<pubDate>Tue, 22 Oct 2019 13:00: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" />
|
||||||
|
<sparkle:minimumSystemVersion>10.14.4</sparkle:minimumSystemVersion>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
@ -60,9 +60,9 @@
|
|||||||
<key>OSAScriptingDefinition</key>
|
<key>OSAScriptingDefinition</key>
|
||||||
<string>NetNewsWire.sdef</string>
|
<string>NetNewsWire.sdef</string>
|
||||||
<key>SUFeedURL</key>
|
<key>SUFeedURL</key>
|
||||||
<string>https://ranchero.com/downloads/netnewswire-release.xml</string>
|
<string>https://ranchero.com/downloads/netnewswire-5.1-beta.xml</string>
|
||||||
<key>FeedURLForTestBuilds</key>
|
<key>FeedURLForTestBuilds</key>
|
||||||
<string>https://ranchero.com/downloads/netnewswire-beta.xml</string>
|
<string>https://ranchero.com/downloads/netnewswire-5.1-beta.xml</string>
|
||||||
<key>UserAgent</key>
|
<key>UserAgent</key>
|
||||||
<string>NetNewsWire (RSS Reader; https://ranchero.com/netnewswire/)</string>
|
<string>NetNewsWire (RSS Reader; https://ranchero.com/netnewswire/)</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
@ -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.1d1
|
||||||
CURRENT_PROJECT_VERSION = 2612
|
CURRENT_PROJECT_VERSION = 3000
|
||||||
|
|
||||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user