Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The best AI in Xcode, open source.
## Installation

<ul>
<li><code>brew install cmd</code> (or alternatievly <a href="https://github.com/getcmd-dev/cmd/releases/download/v0.1.23/cmd.dmg">download the latest release</a>)</li><!-- version automatically updated during release -->
<li><code>brew install cmd</code> (or alternatievly <a href="https://github.com/getcmd-dev/cmd/releases/download/v0.1.24/cmd.dmg">download the latest release</a>)</li><!-- version automatically updated during release -->
<li>Open the app, and follow the quick setup (Accessibility permission, Bring your own API key)</li>
<li>
<details>
Expand Down
2 changes: 1 addition & 1 deletion app/command.shared.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RELEASE_SHARED_USER_DEFAULTS_SUITE = $(TeamIdentifierPrefix)dev.getcmd.shared

INFOPLIST_KEY_ReleaseUserDefaultsSharedSuiteName = $(RELEASE_SHARED_USER_DEFAULTS_SUITE)
INFOPLIST_KEY_DebugUserDefaultsSharedSuiteName = $(DEBUG_SHARED_USER_DEFAULTS_SUITE)
APP_VERSION=0.1.23
APP_VERSION=0.1.24
MARKETING_VERSION=$(APP_VERSION)

// App type maps to Sparkle update channel (e.g., "stable" or "dev")
Expand Down
6 changes: 3 additions & 3 deletions app/fastlane/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>Version 0.1.23</title>
<title>Version 0.1.24</title>
<link>https://sparkle-project.org</link>
<sparkle:version>0.1.23</sparkle:version>
<sparkle:version>0.1.24</sparkle:version>
<sparkle:channel>stable</sparkle:channel>
<description>
<![CDATA[
Expand All @@ -17,7 +17,7 @@ new line
]]>
</description>
<pubDate>Tue, 29 Mar 2022 15:20:11 +0000</pubDate>
<enclosure url="https://github.com/getcmd-dev/cmd/releases/download/v0.1.23/cmd.app.zip" sparkle:edSignature="BD+ZOWU8S8q4MMZWNGGcypFn8XQLbAlghFtotkZkPeJ4NeK8gpepm3qrjU+pWQsJWJh0gNbCMNenu7E8J3dEAw==" length="40498069"
<enclosure url="https://github.com/getcmd-dev/cmd/releases/download/v0.1.24/cmd.app.zip" sparkle:edSignature="B7G5iDlUDqiu/f79OtC2YqO0tdZemnBgoEZF4vN0YPrRCVSFA7mJJe7WxhY3w6NBCw1qnoPfm2k6VI1gMohUAA==" length="40536656"
/>
</item>
</channel>
Expand Down
Loading