Skip to content

Commit 46d4550

Browse files
committed
Update README.md and LICENSE
1 parent e51fa8a commit 46d4550

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This license is a combination of the GPLv3 and some additional agreements.
44

5+
Features that requires a Plus license key are not included in this project, and are not open source.
6+
57
As a contributor, you agree that your contributed code:
68
a. may be subject to a more permissive open-source license in the future.
79
b. can be used for commercial purposes.

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Copilot for Xcode is an Xcode Source Editor Extension that provides GitHub Copil
66

77
<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>
88

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

1113
- Code Suggestions (powered by GitHub Copilot and Codeium).
@@ -28,13 +30,16 @@ Copilot for Xcode is an Xcode Source Editor Extension that provides GitHub Copil
2830
- [Update](#update)
2931
- [Feature](#feature)
3032
- [Key Bindings](#key-bindings)
33+
- [Plus Features](#plus-features)
3134
- [Limitations](#limitations)
3235
- [License](#license)
3336

34-
For frequently asked questions, check [FAQ](https://github.com/intitni/CopilotForXcode/issues/65).
37+
For frequently asked questions, check [FAQ](https://github.com/intitni/CopilotForXcode/wiki/Frequently-Asked-Questions).
3538

3639
For development instruction, check [Development.md](DEVELOPMENT.md).
3740

41+
For more information, check the [wiki](https://github.com/intitni/CopilotForXcode/wiki)
42+
3843
## Prerequisites
3944

4045
- Public network connection.
@@ -296,6 +301,25 @@ Essentially using `⌥⇧` as the "access" key combination for all bindings.
296301

297302
Another convenient method to access commands is by using the `⇧⌘/` shortcut to search for a command in the menu bar.
298303

304+
## Plus Features
305+
306+
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).
307+
308+
These features are included in another repo, and are not open sourced.
309+
310+
The currently available Plus features include:
311+
312+
- Browser tap in chat panel.
313+
- Unlimited custom commands.
314+
315+
Since the app needs to manage license keys, it will send network request to `https://copilotforxcode-license.intii.com`,
316+
- when you activate the license key
317+
- when you deactivate the license key
318+
- when you opened the host app or the service app if a license key is available
319+
- every 24 hours if a license key is available
320+
321+
The request contains only the license key, the email address (only on activation), and an instance id. You are free to MITM the request to see what data is sent.
322+
299323
## Limitations
300324

301325
- The extension uses some dirty tricks to get the file and project/workspace paths. It may fail, it may be incorrect, especially when you have multiple Xcode windows running, and maybe even worse when they are in different displays. I am not sure about that though.

0 commit comments

Comments
 (0)