Skip to content

Commit

Permalink
Release 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenangst committed Aug 24, 2023
1 parent 5e189b5 commit 45b891d
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": "199",
"CURRENT_PROJECT_VERSION": "210",
"DEVELOPMENT_TEAM": env["TEAM_ID"],
"ENABLE_HARDENED_RUNTIME": true,
"MARKETING_VERSION": "3.10.0",
"MARKETING_VERSION": "3.11.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.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>3.10.0</title>
<pubDate>Tue, 22 Aug 2023 21:34:00 +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.1/Keyboard.Cowboy.3.9.1.dmg" length="6856992" type="application/octet-stream" sparkle:edSignature="25INloQek7JY2mWVMU5zadyb3d/LHO08iuoa5OAdoDdirrAZq3KzbRBlGgFkpMBCC78VwW7moaouK7hLqko/AA=="/>
</item>
<item>
<title>3.9.0</title>
<pubDate>Thu, 17 Aug 2023 20:13:59 +0200</pubDate>
<sparkle:version>196</sparkle:version>
<sparkle:shortVersionString>3.9.0</sparkle:shortVersionString>
<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>0.4.1</title>
<pubDate>Mon, 21 Dec 2020 19:46:13 +0100</pubDate>
Expand Down

0 comments on commit 45b891d

Please sign in to comment.