You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Choose a version or branch, and select the project where you want to add the package.
28
+
4. Click **Add Package** to complete the installation.
21
29
22
-
### through Xcode
23
30
In the Xcode `File` menu, click `Add Packages`. You'll see a dialog where you can search for Swift packages. In the search field, enter the URL to this repository.
You'll then have the option to pin to a version, or specific branch, as well as which project in your workspace to add it to. Once you've made your selections, click the `Add Package` button.
28
35
29
-
###through Package.swift
36
+
#### Through Package.swift
30
37
31
-
Open your Package.swift file and add the following do your the `dependencies` section:
38
+
Open your `Package.swift` file and add the dependency to the `dependencies` section:
0 commit comments