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 Dec 5, 2024
1 parent 4086621 commit 350debf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 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.65.0;
version = 0.67.0;
};
};
9D0D47332AF93514009E9B53 /* XCRemoteSwiftPackageReference "tomtom-sdk-spm-core" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/tomtom-international/tomtom-sdk-spm-core";
requirement = {
kind = exactVersion;
version = 0.65.0;
version = 0.67.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
{
"originHash" : "fccc9a5f943aa38015e5e623ae4692aa24c06ef676d970247cc099b373c90de4",
"pins" : [
{
"identity" : "tomtom-sdk-spm-core",
"kind" : "remoteSourceControl",
"location" : "https://github.com/tomtom-international/tomtom-sdk-spm-core",
"state" : {
"revision" : "e47137926a7cde8cc839927ec3f8a9060fcc949e",
"version" : "0.65.0"
"revision" : "365480751ae98ec1c18125c3aa6cfcde5d41c90c",
"version" : "0.67.0"
}
},
{
"identity" : "tomtom-sdk-spm-navigation",
"kind" : "remoteSourceControl",
"location" : "https://github.com/tomtom-international/tomtom-sdk-spm-navigation",
"state" : {
"revision" : "9f522063c195bd925e176154c97ed3c8e464c8c7",
"version" : "0.65.0"
"revision" : "9183d5793ebb0b3ef0be5ba5e0a11941ce5ed978",
"version" : "0.67.0"
}
}
],
"version" : 2
"version" : 3
}

0 comments on commit 350debf

Please sign in to comment.