We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38aac09 commit 96e5f67Copy full SHA for 96e5f67
README.md
@@ -4,13 +4,11 @@ SwiftUI Code39 is a Swift package that provides an easy way to generate Code 39
4
5
## Installation
6
7
-To use SwiftUI Code39 in your project, add the following line to your `Package.swift` file:
+To use SwiftUI Code39 in your project:
8
9
-```swift
10
-dependencies: [
11
- .package(url: "https://github.com/jiahan-wu/swiftui-code39.git", from: "1.0.0")
12
-]
13
-```
+1. Xcode > File > Add Package Dependencies
+2. Add `https://github.com/jiahan-wu/swiftui-code39.git`
+3. Select "Up to Next Major Version" with "1.0.0"
14
15
Then, import the package in your Swift code:
16
0 commit comments