Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit 5eee784

Browse files
authored
Merge pull request #367 from WeTransfer/remove-non-swiftpm
Remove Carthage and manual installation instructions
2 parents 7f4662d + 5cc4ebd commit 5eee784

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

README.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -56,39 +56,10 @@ Once you have your Swift package set up, adding WeScan as a dependency is as eas
5656

5757
```swift
5858
dependencies: [
59-
.package(url: "https://github.com/WeTransfer/WeScan.git", .upToNextMajor(from: "1.7.0"))
59+
.package(url: "https://github.com/WeTransfer/WeScan.git", .upToNextMajor(from: "2.1.0"))
6060
]
6161
```
6262

63-
### Carthage
64-
65-
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
66-
67-
To integrate **WeScan** into your Xcode project using Carthage, specify it in your `Cartfile`:
68-
69-
```ogdl
70-
github "WeTransfer/WeScan" >= 0.9
71-
```
72-
73-
Run `carthage update` to build the framework and drag the built `WeScan.framework` into your Xcode project.
74-
75-
### Manually
76-
77-
Just download the project, and drag and drop the "WeScan" folder in your project.
78-
79-
80-
81-
<p align="center">
82-
<img width="900px" src="Assets/project.png">
83-
</p>
84-
85-
86-
Simply add the WeScan framework in the project's Embedded Binaries and Linked Frameworks and Libraries.
87-
88-
<p align="center">
89-
<img width="900px" src="Assets/LinkedFrameworks.png">
90-
</p>
91-
9263
## Usage
9364

9465
### Swift

0 commit comments

Comments
 (0)