Skip to content

Commit 5800638

Browse files
committed
Update for v7.0
1 parent 00eb72f commit 5800638

File tree

3 files changed

+14
-22
lines changed

3 files changed

+14
-22
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Podfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ platform :ios, '10.0'
22
use_frameworks!
33

44
target 'MobileWeather' do
5-
pod 'SmartDeviceLink', :git => 'https://github.com/smartdevicelink/sdl_ios.git', :branch => 'develop'
5+
# pod 'SmartDeviceLink', :git => 'https://github.com/smartdevicelink/sdl_ios.git', :branch => 'develop'
6+
pod 'SmartDeviceLink', '~> 7.0'
67
end

Podfile.lock

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,23 @@
11
PODS:
2-
- BiSON (1.2.0)
3-
- SmartDeviceLink (7.0.0-rc.1):
4-
- BiSON (~> 1.2.0)
5-
- SmartDeviceLink/Default (= 7.0.0-rc.1)
6-
- SmartDeviceLink/Default (7.0.0-rc.1):
7-
- BiSON (~> 1.2.0)
2+
- BiSON (1.2.2)
3+
- SmartDeviceLink (7.0.0):
4+
- BiSON (~> 1.2.2)
5+
- SmartDeviceLink/Default (= 7.0.0)
6+
- SmartDeviceLink/Default (7.0.0):
7+
- BiSON (~> 1.2.2)
88

99
DEPENDENCIES:
10-
- SmartDeviceLink (from `https://github.com/smartdevicelink/sdl_ios.git`, branch `develop`)
10+
- SmartDeviceLink (~> 7.0)
1111

1212
SPEC REPOS:
1313
trunk:
1414
- BiSON
15-
16-
EXTERNAL SOURCES:
17-
SmartDeviceLink:
18-
:branch: develop
19-
:git: https://github.com/smartdevicelink/sdl_ios.git
20-
21-
CHECKOUT OPTIONS:
22-
SmartDeviceLink:
23-
:commit: 924c510363f406ba3527458e9e13581a4890b6f7
24-
:git: https://github.com/smartdevicelink/sdl_ios.git
15+
- SmartDeviceLink
2516

2617
SPEC CHECKSUMS:
27-
BiSON: 1165a5486ee9755400b096cf374e1f03cb73a980
28-
SmartDeviceLink: 5cb83937ad4b39da4ee67a5aee8e698c201270a1
18+
BiSON: efb26805ec99f4ad516b77e9a32ced05f1c0985d
19+
SmartDeviceLink: f073aae27d529a70637e76a651f0353d636cf0c5
2920

30-
PODFILE CHECKSUM: 00b30227d0e4947505e4e6a3100b07f2b0548595
21+
PODFILE CHECKSUM: ffa2cab4e67f3181335663dcba8c06324ca5068e
3122

32-
COCOAPODS: 1.9.3
23+
COCOAPODS: 1.10.0

0 commit comments

Comments
 (0)