Skip to content

Commit

Permalink
build: update sdk version in spm project
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammedtanriverdi-tomtom committed Jan 18, 2024
1 parent 5065518 commit 370ff9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions SPM/TomTomSDKExamples.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -538,15 +538,15 @@
repositoryURL = "https://github.com/tomtom-international/tomtom-sdk-spm-navigation";
requirement = {
kind = exactVersion;
version = 0.37.0;
version = 0.38.0;
};
};
9D0D47332AF93514009E9B53 /* XCRemoteSwiftPackageReference "tomtom-sdk-spm-core" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/tomtom-international/tomtom-sdk-spm-core";
requirement = {
kind = exactVersion;
version = 0.37.0;
version = 0.38.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/tomtom-international/tomtom-sdk-spm-core",
"state" : {
"revision" : "f4614b54428c8f3aaec864c89da336f739dd09ae",
"version" : "0.37.0"
"revision" : "05cb28c83e85639917f7835c52a0fe1f94daec11",
"version" : "0.38.0"
}
},
{
"identity" : "tomtom-sdk-spm-navigation",
"kind" : "remoteSourceControl",
"location" : "https://github.com/tomtom-international/tomtom-sdk-spm-navigation",
"state" : {
"revision" : "53c31bac7221fe67c06d998955683a5189fa8bb4",
"version" : "0.37.0"
"revision" : "41d23f85eadd11205979774c912221fe8785fbf5",
"version" : "0.38.0"
}
}
],
Expand Down

0 comments on commit 370ff9b

Please sign in to comment.