Skip to content

Commit

Permalink
Release 3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenangst committed Dec 11, 2023
1 parent b1040e8 commit 08a6648
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": "371",
"CURRENT_PROJECT_VERSION": "383",
"DEVELOPMENT_TEAM": env["TEAM_ID"],
"ENABLE_HARDENED_RUNTIME": true,
"MARKETING_VERSION": "3.19.2",
"MARKETING_VERSION": "3.20.0",
"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.20.0</title>
<pubDate>Mon, 11 Dec 2023 18:47:11 +0100</pubDate>
<sparkle:version>384</sparkle:version>
<sparkle:shortVersionString>3.20.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.20.0/Keyboard.Cowboy.3.20.0.dmg" length="7699667" type="application/octet-stream" sparkle:edSignature="A0f7lMJVaHaXTIDRxW0xF/1bhgUOLIGF3bFwmeYm+GrgaokGyymJxnIXNaZL7b3aybfLPKFL5T9MtnDBE1ThCw=="/>
</item>
<item>
<title>3.19.2</title>
<pubDate>Wed, 06 Dec 2023 14:40:12 +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.1/Keyboard.Cowboy.3.19.1.dmg" length="7700660" type="application/octet-stream" sparkle:edSignature="4nC4ayBkm9huH/SItSQ8H+wCUCYpjgEogVWW9fSbOcRXuLiFpikUNyJfIY+BGCmEaxtPIg4ZWmtjci0ADy4PDA=="/>
</item>
<item>
<title>3.19.0</title>
<pubDate>Sat, 02 Dec 2023 12:50:22 +0100</pubDate>
<sparkle:version>356</sparkle:version>
<sparkle:shortVersionString>3.19.0</sparkle:shortVersionString>
<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>0.4.1</title>
<pubDate>Mon, 21 Dec 2020 19:46:13 +0100</pubDate>
Expand Down

0 comments on commit 08a6648

Please sign in to comment.