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
Copy file name to clipboardExpand all lines: README.md
+11-16Lines changed: 11 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,41 +63,36 @@ The Cocoa* aliases resolve to NS* types on macOS and UI* types on iOS, tvOS, and
63
63
64
64
### Basic
65
65
66
-
You can add CocoaAliases to an Xcode project by adding it as a package dependency.
66
+
You can add `cocoa-aliases` to an Xcode project by adding it as a package dependency
67
67
68
68
1. From the **File** menu, select **Swift Packages › Add Package Dependency…**
69
-
2. Enter [`https://github.com/capturecontext/cocoa-aliases`](https://github.com/capturecontext/cocoa-aliases) into the package repository URL text field
70
-
3. Choose the products you need to link to your project.
69
+
2. Enter [`"https://github.com/capturecontext/cocoa-aliases"`](https://github.com/capturecontext/cocoa-aliases) into the package repository URL text field
70
+
3. Choose products you need to link to your project.
71
71
72
72
### Recommended
73
73
74
-
If you use SwiftPM for your project structure, add CocoaAliases to your package file.
74
+
If you use SwiftPM for your project structure, add `cocoa-aliases` dependency to your package file.
0 commit comments