Skip to content

Commit

Permalink
Release 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenangst committed Sep 16, 2023
1 parent 1d069de commit db45eaa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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": "225",
"CURRENT_PROJECT_VERSION": "227",
"DEVELOPMENT_TEAM": env["TEAM_ID"],
"ENABLE_HARDENED_RUNTIME": true,
"MARKETING_VERSION": "3.12.0",
"MARKETING_VERSION": "3.13.0",
"PRODUCT_NAME": "Keyboard Cowboy"
],
configurations: [
Expand Down
20 changes: 10 additions & 10 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>Keyboard Cowboy</title>
<item>
<title>3.13.0</title>
<pubDate>Sat, 16 Sep 2023 18:14:51 +0200</pubDate>
<sparkle:version>228</sparkle:version>
<sparkle:shortVersionString>3.13.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.13.0/Keyboard.Cowboy.3.13.0.dmg" length="6895484" type="application/octet-stream" sparkle:edSignature="7SjOe4fYA1VjoF1CA4iwOkh34LTF+pQoAFC1HXHeCdWGNfMlOa6ZaXroD+Ns2uqdVasT9+MqL5m1NjbMEmI9AA=="/>
</item>
<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>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersionemVersion>
<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>
Expand All @@ -18,19 +26,11 @@
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.11.2/Keyboard.Cowboy.3.11.2.dmg" length="6962980" type="application/octet-stream" sparkle:edSignature="EXvTfCzfAcNnDxjuaVAYj24Hg1wxJiVAdkwxmvyEjfU4GOHrmtj8Di8kezxWYIH1mGMYgIB/cNfZva9yLRzADA=="/>
</item>
<item>
<title>3.11.1</title>
<pubDate>Sat, 26 Aug 2023 11:18:05 +0200</pubDate>
<sparkle:version>215</sparkle:version>
<sparkle:shortVersionString>3.11.1</sparkle:shortVersionString>
<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>0.4.1</title>
<pubDate>Mon, 21 Dec 2020 19:46:13 +0100</pubDate>
<sparkle:minimumSystemVersion>11.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/0.4.1/Keyboard.Cowboy.zip" sparkle:version="18" sparkle:shortVersionString="0.4.1" length="4916039" type="application/octet-stream"/>
</item>
</channel>
</rss>
</rss>

0 comments on commit db45eaa

Please sign in to comment.