Skip to content

Commit

Permalink
Release 3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenangst committed Oct 23, 2023
1 parent 0336062 commit e0a17a0
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 @@ -54,10 +54,10 @@ let project = Project(
"ASSETCATALOG_COMPILER_APPICON_NAME": "AppIcon",
"CODE_SIGN_IDENTITY": "Apple Development",
"CODE_SIGN_STYLE": "Automatic",
"CURRENT_PROJECT_VERSION": "256",
"CURRENT_PROJECT_VERSION": "275",
"DEVELOPMENT_TEAM": env["TEAM_ID"],
"ENABLE_HARDENED_RUNTIME": true,
"MARKETING_VERSION": "3.16.2",
"MARKETING_VERSION": "3.17.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.17.0</title>
<pubDate>Mon, 23 Oct 2023 09:01:18 +0200</pubDate>
<sparkle:version>276</sparkle:version>
<sparkle:shortVersionString>3.17.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.17.0/Keyboard.Cowboy.3.17.0.dmg" length="7265086" type="application/octet-stream" sparkle:edSignature="rZkL+3H4sbf//pn29PBnmVpbEYC9sRQq5fg0mBYdbCxmMc9ydJjReP+uu4Jm7Y/RLy+k0P1YyBg7U/5rmLkhBw=="/>
</item>
<item>
<title>3.16.2</title>
<pubDate>Mon, 09 Oct 2023 21:32:57 +0200</pubDate>
Expand All @@ -18,14 +26,6 @@
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.16.1/Keyboard.Cowboy.3.16.1.dmg" length="6998273" type="application/octet-stream" sparkle:edSignature="5t0VyBLGWqO7YUYG2zxP0IWIb3j4REwuIHzMVAYJW7rg+wI/j9bY6X15Kmn8xqsCtyuujnExyIHe9ofGAlU2CQ=="/>
</item>
<item>
<title>3.15.0</title>
<pubDate>Sun, 01 Oct 2023 16:43:20 +0200</pubDate>
<sparkle:version>244</sparkle:version>
<sparkle:shortVersionString>3.15.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.15.0/Keyboard.Cowboy.3.15.0.dmg" length="6957580" type="application/octet-stream" sparkle:edSignature="2NUiSFL9woa07HtOAkzRqLKgqZ2xduguhcBNZGDvv3qKNu8OSoxGTC+zLKEoCPAHrGubJuZYqfHI66r8zik1AQ=="/>
</item>
<item>
<title>0.4.1</title>
<pubDate>Mon, 21 Dec 2020 19:46:13 +0100</pubDate>
Expand Down

0 comments on commit e0a17a0

Please sign in to comment.