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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,12 @@ The template repository contains a template Swift Package, including a continuou
24
24
25
25
26
26
## Installation
27
-
TemplatePackage can be installed into your Xcode project using [Swift Package Manager](https://github.com/apple/swift-package-manager).
28
27
29
-
1. In Xcode 14 and newer (requires Swift 5.7), go to “File” » “Add Packages...”
30
-
2. Enter the URL to this GitHub repository, then select the `TemplatePackage` package to install.
28
+
The project can be added to your Xcode project or Swift Package using the [Swift Package Manager](https://github.com/apple/swift-package-manager).
29
+
30
+
**Xcode:** For an Xcode project, follow the instructions on [adding package dependencies to your app](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app).
31
+
32
+
**Swift Package:** You can follow the [Swift Package Manager documentation about defining dependencies](https://github.com/apple/swift-package-manager/blob/main/Documentation/Usage.md#defining-dependencies) to add this project as a dependency to your Swift Package.
0 commit comments