Skip to content

Commit a3dd255

Browse files
AnkaAnka
authored andcommitted
Release v0.2.2
1 parent 375dbb9 commit a3dd255

File tree

5,234 files changed

+843216
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,234 files changed

+843216
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The best AI in Xcode, open source.
2626
## Installation
2727

2828
<ul>
29-
<li><code>brew install cmd</code> (or alternatively <a href="https://github.com/getcmd-dev/cmd/releases/download/v0.2.1/cmd.dmg">download the latest release</a>)</li><!-- version automatically updated during release -->
29+
<li><code>brew install cmd</code> (or alternatively <a href="https://github.com/getcmd-dev/cmd/releases/download/v0.2.2/cmd.dmg">download the latest release</a>)</li><!-- version automatically updated during release -->
3030
<li>Open the app, and follow the quick setup (Accessibility permission, Bring your own API key)</li>
3131
<li>
3232
<details>

app/command.shared.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RELEASE_SHARED_USER_DEFAULTS_SUITE = $(TeamIdentifierPrefix)dev.getcmd.shared
66

77
INFOPLIST_KEY_ReleaseUserDefaultsSharedSuiteName = $(RELEASE_SHARED_USER_DEFAULTS_SUITE)
88
INFOPLIST_KEY_DebugUserDefaultsSharedSuiteName = $(DEBUG_SHARED_USER_DEFAULTS_SUITE)
9-
APP_VERSION=0.2.1
9+
APP_VERSION=0.2.2
1010
MARKETING_VERSION=$(APP_VERSION)
1111

1212
// App type maps to Sparkle update channel (e.g., "stable" or "dev")

app/fastlane/.bundle/config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
BUNDLE_PATH: "/Users/runner/work/cmd/cmd/app/fastlane/vendor/bundle"
3+
BUNDLE_DEPLOYMENT: "true"

app/fastlane/appcast.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<description>Most recent changes with links to updates.</description>
77
<language>en</language>
88
<item>
9-
<title>Version 0.2.1</title>
9+
<title>Version 0.2.2</title>
1010
<link>https://sparkle-project.org</link>
11-
<sparkle:version>0.2.1</sparkle:version>
11+
<sparkle:version>0.2.2</sparkle:version>
1212
<sparkle:channel>stable</sparkle:channel>
1313
<description>
1414
<![CDATA[
@@ -17,7 +17,7 @@ new line
1717
]]>
1818
</description>
1919
<pubDate>Tue, 29 Mar 2022 15:20:11 +0000</pubDate>
20-
<enclosure url="https://github.com/getcmd-dev/cmd/releases/download/v0.2.1/cmd.app.zip" sparkle:edSignature="hxlA63N2nGZSJoaYlVIFDqTVu9axRtfF2/fkBe/Qt+SXbFZhA4WGOu8DBVfZvDv6i8xSMwpxrmKIqs9eiKe9DA==" length="54499566"
20+
<enclosure url="https://github.com/getcmd-dev/cmd/releases/download/v0.2.2/cmd.app.zip" sparkle:edSignature="cBYusJLFitnNp6MQPy82G5j8inr24BDtRgu6v2d68kkobUW7EF6hoA1fHcyNynLfOO5sFIc7pfUrUY++gctpAQ==" length="54502396"
2121
/>
2222
</item>
2323
</channel>
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'fastlane' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
Gem.use_gemdeps
12+
13+
version = ">= 0.a"
14+
15+
str = ARGV.first
16+
if str
17+
str = str.b[/\A_(.*)_\z/, 1]
18+
if str and Gem::Version.correct?(str)
19+
version = str
20+
ARGV.shift
21+
end
22+
end
23+
24+
if Gem.respond_to?(:activate_bin_path)
25+
load Gem.activate_bin_path('fastlane', 'bin-proxy', version)
26+
else
27+
gem "fastlane", version
28+
load Gem.bin_path("fastlane", "bin-proxy", version)
29+
end
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'commander' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
Gem.use_gemdeps
12+
13+
version = ">= 0.a"
14+
15+
str = ARGV.first
16+
if str
17+
str = str.b[/\A_(.*)_\z/, 1]
18+
if str and Gem::Version.correct?(str)
19+
version = str
20+
ARGV.shift
21+
end
22+
end
23+
24+
if Gem.respond_to?(:activate_bin_path)
25+
load Gem.activate_bin_path('commander', 'commander', version)
26+
else
27+
gem "commander", version
28+
load Gem.bin_path("commander", "commander", version)
29+
end
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'fastlane' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
Gem.use_gemdeps
12+
13+
version = ">= 0.a"
14+
15+
str = ARGV.first
16+
if str
17+
str = str.b[/\A_(.*)_\z/, 1]
18+
if str and Gem::Version.correct?(str)
19+
version = str
20+
ARGV.shift
21+
end
22+
end
23+
24+
if Gem.respond_to?(:activate_bin_path)
25+
load Gem.activate_bin_path('fastlane', 'console', version)
26+
else
27+
gem "fastlane", version
28+
load Gem.bin_path("fastlane", "console", version)
29+
end
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'dotenv' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
Gem.use_gemdeps
12+
13+
version = ">= 0.a"
14+
15+
str = ARGV.first
16+
if str
17+
str = str.b[/\A_(.*)_\z/, 1]
18+
if str and Gem::Version.correct?(str)
19+
version = str
20+
ARGV.shift
21+
end
22+
end
23+
24+
if Gem.respond_to?(:activate_bin_path)
25+
load Gem.activate_bin_path('dotenv', 'dotenv', version)
26+
else
27+
gem "dotenv", version
28+
load Gem.bin_path("dotenv", "dotenv", version)
29+
end
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'fastlane' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
Gem.use_gemdeps
12+
13+
version = ">= 0.a"
14+
15+
str = ARGV.first
16+
if str
17+
str = str.b[/\A_(.*)_\z/, 1]
18+
if str and Gem::Version.correct?(str)
19+
version = str
20+
ARGV.shift
21+
end
22+
end
23+
24+
if Gem.respond_to?(:activate_bin_path)
25+
load Gem.activate_bin_path('fastlane', 'fastlane', version)
26+
else
27+
gem "fastlane", version
28+
load Gem.bin_path("fastlane", "fastlane", version)
29+
end
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'httpclient' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
Gem.use_gemdeps
12+
13+
version = ">= 0.a"
14+
15+
str = ARGV.first
16+
if str
17+
str = str.b[/\A_(.*)_\z/, 1]
18+
if str and Gem::Version.correct?(str)
19+
version = str
20+
ARGV.shift
21+
end
22+
end
23+
24+
if Gem.respond_to?(:activate_bin_path)
25+
load Gem.activate_bin_path('httpclient', 'httpclient', version)
26+
else
27+
gem "httpclient", version
28+
load Gem.bin_path("httpclient", "httpclient", version)
29+
end

0 commit comments

Comments
 (0)