Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6641c8b

Browse files
authoredOct 29, 2021
Merge pull request #18 from SmartDeviceLink-Examples/feature/sdl-7.3.0
Update to SDL iOS 7.3.0
2 parents bc9e338 + 8500ed6 commit 6641c8b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

‎Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ target 'MobileNav' do
77

88
# Pods for MobileNav
99
# pod 'SmartDeviceLink/Swift', :git => 'https://github.com/smartdevicelink/sdl_ios.git', :branch => 'bugfix/issue-2011-fix-sdlvideostreamingrange'
10-
pod 'SmartDeviceLink/Swift', '~> 7.2'
10+
pod 'SmartDeviceLink/Swift', '~> 7.3'
1111
pod 'Mapbox-iOS-SDK', '~> 5.7'
1212
end

‎Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ PODS:
33
- Mapbox-iOS-SDK (5.9.0):
44
- MapboxMobileEvents (= 0.10.2)
55
- MapboxMobileEvents (0.10.2)
6-
- SmartDeviceLink/Default (7.2.0):
6+
- SmartDeviceLink/Default (7.3.0):
77
- BiSON (~> 1.2)
8-
- SmartDeviceLink/Swift (7.2.0):
8+
- SmartDeviceLink/Swift (7.3.0):
99
- BiSON (~> 1.2)
1010
- SmartDeviceLink/Default
1111

1212
DEPENDENCIES:
1313
- Mapbox-iOS-SDK (~> 5.7)
14-
- SmartDeviceLink/Swift (~> 7.2)
14+
- SmartDeviceLink/Swift (~> 7.3)
1515

1616
SPEC REPOS:
1717
trunk:
@@ -24,8 +24,8 @@ SPEC CHECKSUMS:
2424
BiSON: 232dc4fdbe825301742963f27a78f10f13bca68b
2525
Mapbox-iOS-SDK: a5915700ec84bc1a7f8b3e746d474789e35b7956
2626
MapboxMobileEvents: 2bc0ca2eedb627b73cf403258dce2b2fa98074a6
27-
SmartDeviceLink: 9fa89b2d7eff9f7abe7e40fe609f57b06f8b73da
27+
SmartDeviceLink: 70c68c8042ae4b14ea93d5912cb8d4712a9b9ae2
2828

29-
PODFILE CHECKSUM: dd5bf4fa223a0265e32e7e5713739a81f75a062b
29+
PODFILE CHECKSUM: b64edc435fe0c951b39888a904334408edd15125
3030

31-
COCOAPODS: 1.11.2
31+
COCOAPODS: 1.10.1

0 commit comments

Comments
 (0)
Please sign in to comment.