Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit abf2b2a

Browse files
committed
Bump to maps SDK 4.5.0
1 parent 52de655 commit abf2b2a

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

Examples.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@
12391239
files = (
12401240
);
12411241
inputPaths = (
1242-
"${SRCROOT}/Pods/Target Support Files/Pods-DocsCode/Pods-DocsCode-frameworks.sh",
1242+
"${PODS_ROOT}/Target Support Files/Pods-DocsCode/Pods-DocsCode-frameworks.sh",
12431243
"${PODS_ROOT}/Mapbox-iOS-SDK/dynamic/Mapbox.framework",
12441244
"${PODS_ROOT}/Mapbox-iOS-SDK/dynamic/Mapbox.framework.dSYM",
12451245
"${BUILT_PRODUCTS_DIR}/MapboxCoreNavigation/MapboxCoreNavigation.framework",
@@ -1266,7 +1266,7 @@
12661266
);
12671267
runOnlyForDeploymentPostprocessing = 0;
12681268
shellPath = /bin/sh;
1269-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DocsCode/Pods-DocsCode-frameworks.sh\"\n";
1269+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DocsCode/Pods-DocsCode-frameworks.sh\"\n";
12701270
showEnvVarsInLog = 0;
12711271
};
12721272
B8CEDEEE83C3362F5C012330 /* [CP] Embed Pods Frameworks */ = {
@@ -1275,7 +1275,7 @@
12751275
files = (
12761276
);
12771277
inputPaths = (
1278-
"${SRCROOT}/Pods/Target Support Files/Pods-Examples/Pods-Examples-frameworks.sh",
1278+
"${PODS_ROOT}/Target Support Files/Pods-Examples/Pods-Examples-frameworks.sh",
12791279
"${PODS_ROOT}/Mapbox-iOS-SDK/dynamic/Mapbox.framework",
12801280
"${PODS_ROOT}/Mapbox-iOS-SDK/dynamic/Mapbox.framework.dSYM",
12811281
);
@@ -1286,7 +1286,7 @@
12861286
);
12871287
runOnlyForDeploymentPostprocessing = 0;
12881288
shellPath = /bin/sh;
1289-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Examples/Pods-Examples-frameworks.sh\"\n";
1289+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Examples/Pods-Examples-frameworks.sh\"\n";
12901290
showEnvVarsInLog = 0;
12911291
};
12921292
D8896F91CDF96A2DF29EF047 /* [CP] Check Pods Manifest.lock */ = {

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ platform :ios, '9.0'
22
use_frameworks!
33

44
def shared_pods
5-
# pod 'Mapbox-iOS-SDK', '~> 4.4.0'
6-
pod 'Mapbox-iOS-SDK', :podspec => 'https://raw.githubusercontent.com/mapbox/mapbox-gl-native/ios-v4.5.0-beta.1/platform/ios/Mapbox-iOS-SDK.podspec'
5+
pod 'Mapbox-iOS-SDK', '~> 4.5.0'
6+
# pod 'Mapbox-iOS-SDK', :podspec => 'https://raw.githubusercontent.com/mapbox/mapbox-gl-native/ios-v4.5.0/platform/ios/Mapbox-iOS-SDK.podspec'
77
pod 'SwiftLint', '~> 0.27'
88
end
99

Podfile.lock

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- Mapbox-iOS-SDK (4.5.0-beta.1)
2+
- Mapbox-iOS-SDK (4.5.0)
33
- MapboxCoreNavigation (0.21.0):
44
- MapboxDirections.swift (~> 0.23.0)
55
- MapboxMobileEvents (~> 0.5)
@@ -19,12 +19,13 @@ PODS:
1919
- Turf (0.2.1)
2020

2121
DEPENDENCIES:
22-
- Mapbox-iOS-SDK (from `https://raw.githubusercontent.com/mapbox/mapbox-gl-native/ios-v4.5.0-beta.1/platform/ios/Mapbox-iOS-SDK.podspec`)
22+
- Mapbox-iOS-SDK (~> 4.5.0)
2323
- MapboxNavigation (~> 0.21.0)
2424
- SwiftLint (~> 0.27)
2525

2626
SPEC REPOS:
2727
https://github.com/cocoapods/specs.git:
28+
- Mapbox-iOS-SDK
2829
- MapboxCoreNavigation
2930
- MapboxDirections.swift
3031
- MapboxMobileEvents
@@ -35,12 +36,8 @@ SPEC REPOS:
3536
- SwiftLint
3637
- Turf
3738

38-
EXTERNAL SOURCES:
39-
Mapbox-iOS-SDK:
40-
:podspec: https://raw.githubusercontent.com/mapbox/mapbox-gl-native/ios-v4.5.0-beta.1/platform/ios/Mapbox-iOS-SDK.podspec
41-
4239
SPEC CHECKSUMS:
43-
Mapbox-iOS-SDK: 998f393c63b2781bde89da758a262f5d80756a46
40+
Mapbox-iOS-SDK: fb9dde66106a8f10d351f9697ac198049c8e5511
4441
MapboxCoreNavigation: 7ebea41962bb400346c98ac3b239bf970cbb86a5
4542
MapboxDirections.swift: 1c8eb3fd29b7548d9ce53edc99e2e2aabfa767fa
4643
MapboxMobileEvents: bacf6e176d65b4f3cc5280677183856a81216117
@@ -51,6 +48,6 @@ SPEC CHECKSUMS:
5148
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073
5249
Turf: 9763a5a2d7da05dfdd5ed56aeb0414b291b0fee1
5350

54-
PODFILE CHECKSUM: e98b2e33430c9019847e094c27bd78634f267f5c
51+
PODFILE CHECKSUM: d7f13c38c14f3595d1289272a6b68d0d6486d1f8
5552

56-
COCOAPODS: 1.5.3
53+
COCOAPODS: 1.6.0.beta.1

0 commit comments

Comments
 (0)