Skip to content

Commit 0732a22

Browse files
committed
update example project
1 parent ec65f4a commit 0732a22

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ExampleProject/ExampleProject.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@
372372
isa = XCRemoteSwiftPackageReference;
373373
repositoryURL = "https://github.com/heart/CarBode-Barcode-Scanner-For-SwiftUI/";
374374
requirement = {
375-
kind = upToNextMajorVersion;
376-
minimumVersion = 2.0.1;
375+
branch = master;
376+
kind = branch;
377377
};
378378
};
379379
/* End XCRemoteSwiftPackageReference section */

ExampleProject/ExampleProject.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"package": "CarBode",
66
"repositoryURL": "https://github.com/heart/CarBode-Barcode-Scanner-For-SwiftUI/",
77
"state": {
8-
"branch": null,
9-
"revision": "4c1c711ed29f1d7f7cda558c2dc90bfcb4a0f916",
10-
"version": "2.0.1"
8+
"branch": "master",
9+
"revision": "ec65f4ac61e7a929eb86b3590b4e4c25c254e927",
10+
"version": null
1111
}
1212
}
1313
]

0 commit comments

Comments
 (0)