Skip to content
Merged
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 Pro
Submodule Pro updated from 4f1a4e to 790fd5
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Copilot for Xcode is an Xcode Source Editor Extension that provides GitHub Copil

<a href="https://www.buymeacoffee.com/intitni" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>

[Get a Plus License Key to unlock more features and support this project](https://intii.lemonsqueezy.com/checkout/buy/298a8d4c-11fb-4ecd-b328-049589645449)
[Get a Plus License Key to unlock more features and support this project](https://intii.lemonsqueezy.com)

## Features

Expand Down Expand Up @@ -304,7 +304,7 @@ For Send Message, Single Round Dialog and Custom Chat commands, you can use the

## Plus Features

The pre-built binary contains a set of exclusive features that can only be accessed with a Plus license key. To obtain a license key, please visit [this link](https://intii.lemonsqueezy.com/checkout/buy/298a8d4c-11fb-4ecd-b328-049589645449).
The pre-built binary contains a set of exclusive features that can only be accessed with a Plus license key. To obtain a license key, please visit [this link](https://intii.lemonsqueezy.com).

These features are included in another repo, and are not open sourced.

Expand Down
4 changes: 2 additions & 2 deletions Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
APP_VERSION = 0.22.1
APP_BUILD = 231
APP_VERSION = 0.22.2
APP_BUILD = 232
12 changes: 12 additions & 0 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
<channel>
<title>Copilot for Xcode</title>

<item>
<title>0.22.2</title>
<pubDate>Sat, 19 Aug 2023 10:48:38 +0800</pubDate>
<sparkle:version>232</sparkle:version>
<sparkle:shortVersionString>0.22.2</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>12.0</sparkle:minimumSystemVersion>
<sparkle:releaseNotesLink>
https://github.com/intitni/CopilotForXcode/releases/tag/0.22.2
</sparkle:releaseNotesLink>
<enclosure url="https://github.com/intitni/CopilotForXcode/releases/download/0.22.2/Copilot.for.Xcode.app.zip" length="31147444" type="application/octet-stream" sparkle:edSignature="hIgytsvD4hyb1rAar5sRt6kvVAzfz1BhY/wMQpYVi2AMdL6p88K3DOrvxKMIiMgwHVoqEUv28T1dhjDaW3kQAg=="/>
</item>

<item>
<title>0.22.1</title>
<pubDate>Fri, 18 Aug 2023 21:14:04 +0800</pubDate>
Expand Down