This repository was archived by the owner on Jun 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-15
lines changed
Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 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",
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 */ = {
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 );
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 */ = {
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ platform :ios, '9.0'
22use_frameworks!
33
44def 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'
88end
99
Original file line number Diff line number Diff line change 11PODS:
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
2121DEPENDENCIES:
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
2626SPEC 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-
4239SPEC 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
You can’t perform that action at this time.
0 commit comments