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
Add the iOS wrapper either as a local Swift Package by adding it as a dependency to your app or add the repository, the Package.swift file is automatically picked.
3
+
## Usage
4
+
5
+
For general usage, please compare the source code provided in the demo project.
6
+
7
+
### Swift PM
8
+
9
+
As this repository provides a `Package.swift` on root level, you can add `zxing-cpp` including wrapper code by adding a Package Dependency in Xcode.
10
+
11
+
An alternative way is to check this repository out and add it as a local Swift Package by adding it as dependency to your app.
12
+
13
+
### CocoaPods
14
+
15
+
As an alternative way, you can also rely on [CocoaPods](https://cocoapods.org/pods/zxing-cpp). Just add the Pod as dependency, for instance:
16
+
17
+
```
18
+
pod 'zxing-cpp'
19
+
```
20
+
21
+
If you just need the core without the wrapper code, you can also rely on:
0 commit comments