Skip to content

Commit 2d1db0c

Browse files
author
Neel Mistry
committed
pointing all workspaces to common 14.0.1
1 parent 1d43d4b commit 2d1db0c

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Mapbox/MapboxMaps.xcodeproj/project.pbxproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@
163163
0CE8ED6125890F870066E56C /* ModelSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CE8ED6025890F870066E56C /* ModelSource.swift */; };
164164
0CECCCCD253491A80000FC64 /* LocationSupportableMapView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CECCCCC253491A80000FC64 /* LocationSupportableMapView.swift */; };
165165
0CF0C42924EB1779000DC118 /* Enums.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CF0C42824EB1779000DC118 /* Enums.swift */; };
166-
172C6FC8267A976E0016B301 /* MapboxInfoButtonOrnamentViewTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 172C6FC7267A976E0016B301 /* MapboxInfoButtonOrnamentViewTests.swift */; };
167166
174CD9A2266E8E9200EB588A /* ScaleBar in Resources */ = {isa = PBXBuildFile; fileRef = 174CD9A1266E8E9200EB588A /* ScaleBar */; };
168167
1FECC9E02474519D00B63910 /* Expression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FECC9DF2474519D00B63910 /* Expression.swift */; };
169168
2B8637D52461601100698135 /* MapboxScaleBarOrnamentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B8637D42461601100698135 /* MapboxScaleBarOrnamentView.swift */; };
@@ -2165,7 +2164,6 @@
21652164
CAC1960B25AE98F400F69FEA /* GlyphsRasterizationOptions.swift in Sources */,
21662165
0706C49225B1128A008733C0 /* Terrain.swift in Sources */,
21672166
CA03F1132626948300673961 /* StylePackLoadOptions+MapboxMaps.swift in Sources */,
2168-
172C6FC8267A976E0016B301 /* MapboxInfoButtonOrnamentViewTests.swift in Sources */,
21692167
CABCDF4B2620E0D800D61635 /* Bool.swift in Sources */,
21702168
CA5890D6264B00B50060987A /* MapEventHandler.swift in Sources */,
21712169
0C350D83263278090090FA74 /* FlyToCameraAnimator.swift in Sources */,
@@ -2717,7 +2715,7 @@
27172715
repositoryURL = "https://github.com/mapbox/mapbox-common-ios";
27182716
requirement = {
27192717
kind = exactVersion;
2720-
version = 14.2.0;
2718+
version = 14.0.1;
27212719
};
27222720
};
27232721
CAB77E3B2654AB310071D74C /* XCRemoteSwiftPackageReference "mapbox-core-maps-ios" */ = {

Mapbox/MapboxMaps.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
dependencies: [
1616
.package(name: "MapboxCoreMaps", url: "https://github.com/mapbox/mapbox-core-maps-ios.git", .exact("10.0.0-rc.2")),
1717
.package(name: "MapboxMobileEvents", url: "https://github.com/mapbox/mapbox-events-ios.git", .exact("1.0.2")),
18-
.package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", .exact("14.2.0")),
18+
.package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", .exact("14.0.1")),
1919
.package(name: "Turf", url: "https://github.com/mapbox/turf-swift.git", .exact("2.0.0-beta.1")),
2020
],
2121
targets: [

0 commit comments

Comments
 (0)