Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kosyloa committed Mar 7, 2024
1 parent 875f722 commit 02e9bfb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,13 @@ Is supported in the Rosetta 2 x64 emulator.
[iOS]: https://support.apple.com/ios

## Installation
In Xcode, go to File → Add Package Dependencies... OR select your project in the Project Editor, go to the Package Dependencies tab, and press the + (plus).

Enter a Package URL https://github.com/dxFeed/dxfeed-graal-swift-api
Select the package you want to add.
Select a Dependency Rule.
Click Add Package.
Adding a Dependency
1. Open your project in Xcode.
2. Select File > Swift Packages > Add Package Dependency…
3. Enter the URL https://github.com/dxFeed/dxfeed-graal-swift-api of the package repository and click Next.
4. Choose the version or branch you want and click Next.
5. Select the target to which you want to add the package and click Finish.

## Usage
### How to connect to QD endpoint
Expand Down

0 comments on commit 02e9bfb

Please sign in to comment.