Skip to content

Commit

Permalink
fix: change Mapbox framework reference to MapLibre for target "Exampl…
Browse files Browse the repository at this point in the history
…e-Objective-C".
  • Loading branch information
Konrad Tuschy committed Feb 5, 2024
1 parent 6dc1308 commit 2b09514
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions MapboxNavigation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
3EA93DC5BA00B5DFCBE7BAC3 /* RouteControllerDelegateSpy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EA93EBD6E6BEC966BBE51D6 /* RouteControllerDelegateSpy.swift */; };
6441B16A1EFC64E50076499F /* WaypointConfirmationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6441B1691EFC64E50076499F /* WaypointConfirmationViewController.swift */; };
64847A041F04629D003F3A69 /* Feedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64847A031F04629D003F3A69 /* Feedback.swift */; };
7152FF182B71214100BF70D4 /* MapLibre in Frameworks */ = {isa = PBXBuildFile; productRef = 7152FF172B71214100BF70D4 /* MapLibre */; };
7170CCBA2B6D2AE00054DF8E /* MapLibre in Frameworks */ = {isa = PBXBuildFile; productRef = 7170CCB92B6D2AE00054DF8E /* MapLibre */; };
7170CCBC2B6D2AF10054DF8E /* MapLibre in Frameworks */ = {isa = PBXBuildFile; productRef = 7170CCBB2B6D2AF10054DF8E /* MapLibre */; };
7170CCBE2B6D2B570054DF8E /* MapLibre in Frameworks */ = {isa = PBXBuildFile; productRef = 7170CCBD2B6D2B570054DF8E /* MapLibre */; };
Expand Down Expand Up @@ -181,7 +182,6 @@
C52D09CE1DEF5E5100BE3C5C /* route.json in Resources */ = {isa = PBXBuildFile; fileRef = C52D09CD1DEF5E5100BE3C5C /* route.json */; };
C52D09D31DEF636C00BE3C5C /* Fixture.swift in Sources */ = {isa = PBXBuildFile; fileRef = C52D09D21DEF636C00BE3C5C /* Fixture.swift */; };
C53208AB1E81FFB900910266 /* NavigationMapView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C53208AA1E81FFB900910266 /* NavigationMapView.swift */; };
C533529F278DD90B003DEC63 /* Mapbox in Frameworks */ = {isa = PBXBuildFile; productRef = C533529E278DD90B003DEC63 /* Mapbox */; };
C5381F02204E03B600A5493E /* UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5381F01204E03B600A5493E /* UIDevice.swift */; };
C5381F03204E052A00A5493E /* UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5381F01204E03B600A5493E /* UIDevice.swift */; };
C5387A9D1F8FDB13000D2E93 /* routeWithInstructions.json in Resources */ = {isa = PBXBuildFile; fileRef = C5387A9C1F8FDB13000D2E93 /* routeWithInstructions.json */; };
Expand Down Expand Up @@ -896,7 +896,7 @@
354A01DD1E6626EA00D765C2 /* MapboxNavigation.framework in Frameworks */,
C538E505278DCD0E00200823 /* MapboxDirections.xcframework in Frameworks */,
C538E50D278DCD1C00200823 /* Polyline.xcframework in Frameworks */,
C533529F278DD90B003DEC63 /* Mapbox in Frameworks */,
7152FF182B71214100BF70D4 /* MapLibre in Frameworks */,
C538E507278DCD0F00200823 /* MapboxGeocoder.xcframework in Frameworks */,
C538E511278DCD1F00200823 /* Turf.xcframework in Frameworks */,
C538E50F278DCD1E00200823 /* Solar.xcframework in Frameworks */,
Expand Down Expand Up @@ -1593,7 +1593,7 @@
);
name = "Example-Objective-C";
packageProductDependencies = (
C533529E278DD90B003DEC63 /* Mapbox */,
7152FF172B71214100BF70D4 /* MapLibre */,
);
productName = "Example-Objective-C";
productReference = 358D14A61E5E3FDC00ADE590 /* Example-Objective-C.app */;
Expand Down Expand Up @@ -3264,25 +3264,25 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
7170CCB92B6D2AE00054DF8E /* MapLibre */ = {
7152FF172B71214100BF70D4 /* MapLibre */ = {
isa = XCSwiftPackageProductDependency;
package = C5335299278DD8ED003DEC63 /* XCRemoteSwiftPackageReference "maplibre-gl-native-distribution" */;
productName = MapLibre;
};
7170CCBB2B6D2AF10054DF8E /* MapLibre */ = {
7170CCB92B6D2AE00054DF8E /* MapLibre */ = {
isa = XCSwiftPackageProductDependency;
package = C5335299278DD8ED003DEC63 /* XCRemoteSwiftPackageReference "maplibre-gl-native-distribution" */;
productName = MapLibre;
};
7170CCBD2B6D2B570054DF8E /* MapLibre */ = {
7170CCBB2B6D2AF10054DF8E /* MapLibre */ = {
isa = XCSwiftPackageProductDependency;
package = C5335299278DD8ED003DEC63 /* XCRemoteSwiftPackageReference "maplibre-gl-native-distribution" */;
productName = MapLibre;
};
C533529E278DD90B003DEC63 /* Mapbox */ = {
7170CCBD2B6D2B570054DF8E /* MapLibre */ = {
isa = XCSwiftPackageProductDependency;
package = C5335299278DD8ED003DEC63 /* XCRemoteSwiftPackageReference "maplibre-gl-native-distribution" */;
productName = Mapbox;
productName = MapLibre;
};
/* End XCSwiftPackageProductDependency section */
};
Expand Down

0 comments on commit 2b09514

Please sign in to comment.