Skip to content

Commit

Permalink
Release 3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenangst committed Oct 1, 2023
1 parent 44f25c3 commit 388904f
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": "240",
"CURRENT_PROJECT_VERSION": "243",
"DEVELOPMENT_TEAM": env["TEAM_ID"],
"ENABLE_HARDENED_RUNTIME": true,
"MARKETING_VERSION": "3.14.0",
"MARKETING_VERSION": "3.15.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.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>3.14.0</title>
<pubDate>Thu, 28 Sep 2023 21:42:30 +0200</pubDate>
Expand All @@ -18,14 +26,6 @@
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.13.2/Keyboard.Cowboy.3.13.2.dmg" length="6903978" type="application/octet-stream" sparkle:edSignature="a4idQBMmMHEJ3huk537JqSrnzmN1x+kb9PJt+KauCzoA3GC03PsUHcpuOblM9p5QOrk3XgUPWZ0HSCxHPrw1Bw=="/>
</item>
<item>
<title>3.13.1</title>
<pubDate>Sat, 23 Sep 2023 19:47:35 +0200</pubDate>
<sparkle:version>231</sparkle:version>
<sparkle:shortVersionString>3.13.1</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.13.1/Keyboard.Cowboy.3.13.1.dmg" length="6912504" type="application/octet-stream" sparkle:edSignature="DhXIlgjfz/yj55gmgW9LECWF8R6BNbVxuWFwmJdXl9NLNHbo70RYZj8SG29gjaHvSkd7o+Kp8btJL/vnO7RfAQ=="/>
</item>
<item>
<title>0.4.1</title>
<pubDate>Mon, 21 Dec 2020 19:46:13 +0100</pubDate>
Expand Down

0 comments on commit 388904f

Please sign in to comment.