Skip to content

Commit 2c9f327

Browse files
committed
Merge branch 'add-license' into develop
2 parents dad1a3e + 392e702 commit 2c9f327

2 files changed

Lines changed: 28 additions & 4 deletions

File tree

LICENSE

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) 2021 Shangxin Guo <int123c@gmail.com>
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19+
THE SOFTWARE.

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ You can install it via [Homebrew](http://brew.sh/):
2828
brew install --cask copilot-for-xcode
2929
```
3030

31-
Or install it manually,
31+
Or install it manually, by downloading the `Copilot for Xcode.app` from the latest [release](https://github.com/intitni/CopilotForXcode/releases), and extract it to the Applications folder.
3232

33-
1. Download the `Copilot for Xcode.app` from the latest [release](https://github.com/intitni/CopilotForXcode/releases), and extract it to the Applications folder.
34-
2. Open the app, and click "Set Up Launch Agents" to set up a background running XPC Service that does the real job.
35-
3. Enable the extension in `System Settings.app`.
33+
Then set it up with the following steps:
34+
35+
1. Open the app, and click "Set Up Launch Agents" to set up a background running XPC Service that does the real job.
36+
2. Enable the extension in `System Settings.app`.
3637

3738
From the Apple menu located in the top-left corner of your screen click `System Settings`. Navigate to `Privacy & Security` then toward the bottom click `Extensions`. Click `Xcode Source Editor` and tick `Copilot`.
3839

@@ -160,3 +161,7 @@ fi
160161
**Q: Will it work in future Xcode updates?**
161162

162163
> A: I don't know. This extension uses many tricks to do its job, and these tricks can break in the future.
164+
165+
## License
166+
167+
MIT.

0 commit comments

Comments
 (0)