Skip to content

Commit

Permalink
Release 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenangst committed Aug 22, 2023
1 parent 31529cf commit 034df60
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 @@ -53,10 +53,10 @@ let project = Project(
"ASSETCATALOG_COMPILER_APPICON_NAME": "AppIcon",
"CODE_SIGN_IDENTITY": "Apple Development",
"CODE_SIGN_STYLE": "Automatic",
"CURRENT_PROJECT_VERSION": "198",
"CURRENT_PROJECT_VERSION": "199",
"DEVELOPMENT_TEAM": env["TEAM_ID"],
"ENABLE_HARDENED_RUNTIME": true,
"MARKETING_VERSION": "3.9.1",
"MARKETING_VERSION": "3.10.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.10.0</title>
<pubDate>Tue, 22 Aug 2023 21:34:00 +0200</pubDate>
<sparkle:version>200</sparkle:version>
<sparkle:shortVersionString>3.10.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.10.0/Keyboard.Cowboy.3.10.0.dmg" length="6871999" type="application/octet-stream" sparkle:edSignature="xuRygepSPz3nac+2Qq1Ii+RRvw/jL8LEA5JRr43eay1H6181WkqMQLnkgMxLIbwl+dFnC9ZGSAS46g2CFjaPAw=="/>
</item>
<item>
<title>3.9.1</title>
<pubDate>Fri, 18 Aug 2023 16:39:03 +0200</pubDate>
Expand All @@ -18,14 +26,6 @@
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.9.0/Keyboard.Cowboy.3.9.0.dmg" length="6856702" type="application/octet-stream" sparkle:edSignature="JZ0TOq83U18r/w5QVAg9ZiJblYzFEe2VjFNqGdP9bqeWjHYVWBsM677Zt2sbKcMx8j2nwoFi+yAAgbv5J1rdCQ=="/>
</item>
<item>
<title>3.8.1</title>
<pubDate>Thu, 29 Jun 2023 19:12:48 +0200</pubDate>
<sparkle:version>191</sparkle:version>
<sparkle:shortVersionString>3.8.1</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.8.1/Keyboard.Cowboy.3.8.1.dmg" length="6805069" type="application/octet-stream" sparkle:edSignature="cKWvp9IHCo7ZeGteW1bgwfZ3d7On2GhQTeIyAEJpX734YVBa4quBhfZGU+Edgxc0FMLgnjIGXu+37TvoZ8QtBg=="/>
</item>
<item>
<title>0.4.1</title>
<pubDate>Mon, 21 Dec 2020 19:46:13 +0100</pubDate>
Expand Down

0 comments on commit 034df60

Please sign in to comment.