Skip to content

Commit

Permalink
patch pin version to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilveirah committed Apr 22, 2024
1 parent 28e93c0 commit fb5d5b4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Example/ConsentViewController.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2760,6 +2760,7 @@
mainGroup = 607FACC71AFB9204008FA782;
packageReferences = (
82CD6F832B59CC3600CAD663 /* XCRemoteSwiftPackageReference "Down" */,
827CB8062BD6B6A500792550 /* XCRemoteSwiftPackageReference "ios-cmp-app" */,
);
productRefGroup = 607FACD11AFB9204008FA782 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -5996,6 +5997,14 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
827CB8062BD6B6A500792550 /* XCRemoteSwiftPackageReference "ios-cmp-app" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SourcePointUSA/ios-cmp-app";
requirement = {
branch = develop;
kind = branch;
};
};
82CD6F832B59CC3600CAD663 /* XCRemoteSwiftPackageReference "Down" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/johnxnguyen/Down";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "3b8368769f82c03aa3d4f8dfa65fa26c3b577444e9310697e7f3b1e56ad62c00",
"originHash" : "6b6f482ad9f7ef01fcc98d61474c88e8b9b189eaa7aad5224ed076d04e36973d",
"pins" : [
{
"identity" : "down",
Expand All @@ -9,7 +9,16 @@
"revision" : "f34b166be1f1db4aa8f573067e901d72f2a6be57",
"version" : "0.11.0"
}
},
{
"identity" : "ios-cmp-app",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SourcePointUSA/ios-cmp-app",
"state" : {
"branch" : "develop",
"revision" : "fe1865d40269aec2898eec7e0672e75be9456474"
}
}
],
"version" : 3
"version" : 2
}

0 comments on commit fb5d5b4

Please sign in to comment.