Skip to content

Commit 74af15d

Browse files
authored
Update with instructions for Xcode 11
1 parent fd0b50e commit 74af15d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44

55
## Getting Started
66

7-
Add as a dependency in your `Package.swift`:
7+
If you're adding through Xcode's Swift Package Manager integration (Xcode 11 and higher), you can simply use:
8+
9+
```
10+
https://github.com/chrisaljoudi/swift-log-oslog.git
11+
```
12+
13+
And use `0.1.0` as the version. If adding as a dependency in your `Package.swift`:
814

915
```swift
1016
.package(url: "https://github.com/chrisaljoudi/swift-log-oslog.git", .from("0.1.0"))

0 commit comments

Comments
 (0)