diff --git a/ExampleProject/ExampleProject.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ExampleProject/ExampleProject.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved deleted file mode 100644 index 168d134..0000000 --- a/ExampleProject/ExampleProject.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ /dev/null @@ -1,16 +0,0 @@ -{ - "object": { - "pins": [ - { - "package": "CarBode", - "repositoryURL": "https://github.com/heart/CarBode-Barcode-Scanner-For-SwiftUI", - "state": { - "branch": "master", - "revision": "40b6872b9c2478b1b43df0ccaaef78ce09b5afa5", - "version": null - } - } - ] - }, - "version": 1 -} diff --git a/README.md b/README.md index 1f84e55..fbe73d4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The preferred way of installing SwiftUIX is via the [Swift Package Manager](http 1. In Xcode, open your project and navigate to **File** → **Swift Packages** → **Add Package Dependency...** 2. Paste the repository URL (`https://github.com/heart/CarBode-Barcode-Scanner-For-SwiftUI`) and click **Next**. -3. For **Rules**, select **Branch** (with branch set to `1.4.3` ). +3. For **Rules**, select **Branch** (with branch set to `1.5.0` ). 4. Click **Finish**. # Example project