Skip to content

Commit

Permalink
Evaluate SSDK-736 fix for Xcode Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
aokj4ck committed Apr 17, 2024
1 parent 3e3c015 commit 7dc5502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion xcode_cloud/Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/mapbox/mapbox-search-ios/";
requirement = {
branch = main;
branch = "SSDK-736-address-autofill-fixes";
kind = branch;
};
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-search-ios/",
"state" : {
"branch" : "main",
"revision" : "284487ba5f5dc2c1b8bb694114742613e475e57f"
"branch" : "SSDK-736-address-autofill-fixes",
"revision" : "ac5e0254f4edfda9ada56f40048a74bd7c0143a4"
}
}
],
Expand Down

0 comments on commit 7dc5502

Please sign in to comment.