Skip to content

Commit ac38771

Browse files
build: update sdk version in spm project
1 parent 7f8cdd3 commit ac38771

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

SPM/TomTomSDKExamples.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -538,15 +538,15 @@
538538
repositoryURL = "https://github.com/tomtom-international/tomtom-sdk-spm-navigation";
539539
requirement = {
540540
kind = exactVersion;
541-
version = 0.68.1;
541+
version = 0.69.0;
542542
};
543543
};
544544
9D0D47332AF93514009E9B53 /* XCRemoteSwiftPackageReference "tomtom-sdk-spm-core" */ = {
545545
isa = XCRemoteSwiftPackageReference;
546546
repositoryURL = "https://github.com/tomtom-international/tomtom-sdk-spm-core";
547547
requirement = {
548548
kind = exactVersion;
549-
version = 0.68.1;
549+
version = 0.69.0;
550550
};
551551
};
552552
/* End XCRemoteSwiftPackageReference section */

SPM/TomTomSDKExamples.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/tomtom-international/tomtom-sdk-spm-core",
77
"state" : {
8-
"revision" : "ea7200f55534d7679115cc72770cefbbeb666888",
9-
"version" : "0.68.1"
8+
"revision" : "11a189b3eab8886280deae740cfbd26e209ed6d2",
9+
"version" : "0.69.0"
1010
}
1111
},
1212
{
1313
"identity" : "tomtom-sdk-spm-navigation",
1414
"kind" : "remoteSourceControl",
1515
"location" : "https://github.com/tomtom-international/tomtom-sdk-spm-navigation",
1616
"state" : {
17-
"revision" : "47145abd67a0929506a6f0895d3b7a268fc25936",
18-
"version" : "0.68.1"
17+
"revision" : "d32283779bab659b126086c68ab5e13e08f79777",
18+
"version" : "0.69.0"
1919
}
2020
}
2121
],

0 commit comments

Comments
 (0)