Skip to content

Commit

Permalink
Release 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenangst committed Sep 16, 2023
1 parent 491d607 commit 7becb2f
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": "216",
"CURRENT_PROJECT_VERSION": "225",
"DEVELOPMENT_TEAM": env["TEAM_ID"],
"ENABLE_HARDENED_RUNTIME": true,
"MARKETING_VERSION": "3.11.2",
"MARKETING_VERSION": "3.12.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.12.0</title>
<pubDate>Sat, 16 Sep 2023 12:04:17 +0200</pubDate>
<sparkle:version>226</sparkle:version>
<sparkle:shortVersionString>3.12.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.12.0/Keyboard.Cowboy.3.12.0.dmg" length="6864978" type="application/octet-stream" sparkle:edSignature="15ttCT4H+oemIMoPb2tJgb/ACK1j0ipssIQjMuWlY4+HXjgMgYiVWZ4dHHGuCPoVyOLNBCGT69XZ+oNaaDi6CA=="/>
</item>
<item>
<title>3.11.2</title>
<pubDate>Sat, 26 Aug 2023 13:30:41 +0200</pubDate>
Expand All @@ -18,14 +26,6 @@
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.11.1/Keyboard.Cowboy.3.11.1.dmg" length="6963751" type="application/octet-stream" sparkle:edSignature="oDxBbQqsXDSfnmkPbngmFIYsV68aAjIwA+RFxF8FcUnoszwL9UujfVd529P00X1P5/Qs4pVBxVRPe9NtS5CbAw=="/>
</item>
<item>
<title>3.11.0</title>
<pubDate>Thu, 24 Aug 2023 20:36:25 +0200</pubDate>
<sparkle:version>211</sparkle:version>
<sparkle:shortVersionString>3.11.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.11.0/Keyboard.Cowboy.3.11.0.dmg" length="6963434" type="application/octet-stream" sparkle:edSignature="rv3y8PL7mglamuKDdXF92c9hA/rHV76cKrLNdG77TV+jNA6zRWUxDZy7gM3kuXBu2P0lQ5GFQXcr6MyNPGTpCw=="/>
</item>
<item>
<title>0.4.1</title>
<pubDate>Mon, 21 Dec 2020 19:46:13 +0100</pubDate>
Expand Down

0 comments on commit 7becb2f

Please sign in to comment.