Skip to content

Commit c16ba61

Browse files
committed
Starting update for v6.7
1 parent 3ef1430 commit c16ba61

File tree

784 files changed

+36818
-14761
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

784 files changed

+36818
-14761
lines changed

.DS_Store

0 Bytes
Binary file not shown.

MobileWeather.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@
468468
files = (
469469
);
470470
inputPaths = (
471-
"${SRCROOT}/Pods/Target Support Files/Pods-MobileWeather/Pods-MobileWeather-frameworks.sh",
471+
"${PODS_ROOT}/Target Support Files/Pods-MobileWeather/Pods-MobileWeather-frameworks.sh",
472472
"${BUILT_PRODUCTS_DIR}/BiSON/BiSON.framework",
473473
"${BUILT_PRODUCTS_DIR}/SmartDeviceLink/SmartDeviceLink.framework",
474474
);
@@ -479,7 +479,7 @@
479479
);
480480
runOnlyForDeploymentPostprocessing = 0;
481481
shellPath = /bin/sh;
482-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MobileWeather/Pods-MobileWeather-frameworks.sh\"\n";
482+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MobileWeather/Pods-MobileWeather-frameworks.sh\"\n";
483483
showEnvVarsInLog = 0;
484484
};
485485
/* End PBXShellScriptBuildPhase section */

Podfile

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

44
target 'MobileWeather' do
5-
pod 'SmartDeviceLink', '~> 6.1'
5+
pod 'SmartDeviceLink/Swift', :git => 'https://github.com/smartdevicelink/sdl_ios.git', :branch => 'develop'
66
end

Podfile.lock

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,32 @@
11
PODS:
2-
- BiSON (1.1.1)
3-
- SmartDeviceLink (6.1.0):
4-
- BiSON (~> 1.1.1)
5-
- SmartDeviceLink/Default (= 6.1.0)
6-
- SmartDeviceLink/Default (6.1.0):
7-
- BiSON (~> 1.1.1)
2+
- BiSON (1.2.0)
3+
- SmartDeviceLink/Default (6.6.0):
4+
- BiSON (~> 1.2.0)
5+
- SmartDeviceLink/Swift (6.6.0):
6+
- BiSON (~> 1.2.0)
7+
- SmartDeviceLink/Default
88

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

1212
SPEC REPOS:
13-
https://github.com/cocoapods/specs.git:
13+
trunk:
1414
- BiSON
15-
- SmartDeviceLink
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: 905175db124c1c80a7ae9611b98c48d7f9b2a2bd
24+
:git: https://github.com/smartdevicelink/sdl_ios.git
1625

1726
SPEC CHECKSUMS:
18-
BiSON: 2663348e6c64bfbf9cc82e4b0b3f7eed2cb3eb6b
19-
SmartDeviceLink: 3d9f40953ade1d49e4bd5a8c0df9e6beae47e561
27+
BiSON: 1165a5486ee9755400b096cf374e1f03cb73a980
28+
SmartDeviceLink: 7971e530adc02d0540c8dba7a049a0edbebf97a1
2029

21-
PODFILE CHECKSUM: 7331e3b77616651e6b674a09cf10167005ce3d11
30+
PODFILE CHECKSUM: d9878e8cf4f7224a831c7962f7b83b4dd3b8a7bb
2231

23-
COCOAPODS: 1.5.3
32+
COCOAPODS: 1.9.3

Pods/BiSON/README.md

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/BiSON/src/bson_array.c

Lines changed: 131 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/BiSON/src/bson_array.h

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)