Skip to content

Commit

Permalink
Release 3.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zenangst committed Dec 6, 2023
1 parent afc3c8d commit 110dd03
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ let project = Project(
"ASSETCATALOG_COMPILER_APPICON_NAME": "AppIcon",
"CODE_SIGN_IDENTITY": "Apple Development",
"CODE_SIGN_STYLE": "Automatic",
"CURRENT_PROJECT_VERSION": "360",
"CURRENT_PROJECT_VERSION": "371",
"DEVELOPMENT_TEAM": env["TEAM_ID"],
"ENABLE_HARDENED_RUNTIME": true,
"MARKETING_VERSION": "3.19.1",
"MARKETING_VERSION": "3.19.2",
"PRODUCT_NAME": "Keyboard Cowboy"
],
configurations: [
Expand Down
16 changes: 8 additions & 8 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>Keyboard Cowboy</title>
<item>
<title>3.19.2</title>
<pubDate>Wed, 06 Dec 2023 14:40:12 +0100</pubDate>
<sparkle:version>372</sparkle:version>
<sparkle:shortVersionString>3.19.2</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.19.2/Keyboard.Cowboy.3.19.2.dmg" length="7701770" type="application/octet-stream" sparkle:edSignature="5MrS4T5yi0TOakruhawyC9Qo/BoPejQl8BQtiekYe8R6J9eGQCgfS369zYvdpWpOW2sVZvgyjgfxvW6BKfAcDw=="/>
</item>
<item>
<title>3.19.1</title>
<pubDate>Tue, 05 Dec 2023 12:57:37 +0100</pubDate>
Expand All @@ -18,14 +26,6 @@
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.19.0/Keyboard.Cowboy.3.19.0.dmg" length="7712395" type="application/octet-stream" sparkle:edSignature="EnKUihao4eC1yx+pUY/jXN+z1QH5PP4KfUYNq5hSlbfe8q0NmWZ4hJ3K+uMoYA2itm/XUf9EXuyrV1yWkAvWCg=="/>
</item>
<item>
<title>3.18.0</title>
<pubDate>Wed, 22 Nov 2023 22:45:18 +0100</pubDate>
<sparkle:version>316</sparkle:version>
<sparkle:shortVersionString>3.18.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.18.0/Keyboard.Cowboy.3.18.0.dmg" length="7326571" type="application/octet-stream" sparkle:edSignature="UPje+YaKLarJu94szAqtNp7IP9/hAePzHQ5CVcD+8a+ycTv03+V3ycEt3h3sCDgyg5OMPWeP7yq6jczZvsk8Dg=="/>
</item>
<item>
<title>0.4.1</title>
<pubDate>Mon, 21 Dec 2020 19:46:13 +0100</pubDate>
Expand Down

0 comments on commit 110dd03

Please sign in to comment.