Skip to content

Commit 9f17b6d

Browse files
authored
Merge pull request #6 from smartdevicelink/feature/6.1
Update for SDL v6.1
2 parents 0e79984 + 08f5ff5 commit 9f17b6d

File tree

538 files changed

+23787
-7396
lines changed

Some content is hidden

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

538 files changed

+23787
-7396
lines changed

MobileWeather.xcodeproj/project.pbxproj

100755100644
Lines changed: 12 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
E491A70219F7C60500F82A4D /* UI */,
203203
E48C4DAC19FE918F00A90448 /* Location */,
204204
E48C4D8E19FE706F00A90448 /* Weather */,
205-
E441104E19F555B800CF3A8F /* Supporting Files */,
205+
5DC0B72B2182466A00E1B317 /* Supporting Files */,
206206
);
207207
path = MobileWeather;
208208
sourceTree = "<group>";
@@ -220,6 +220,17 @@
220220
name = Utilities;
221221
sourceTree = "<group>";
222222
};
223+
5DC0B72B2182466A00E1B317 /* Supporting Files */ = {
224+
isa = PBXGroup;
225+
children = (
226+
5DB7EDCA1D89CC3800B62BB7 /* Images.xcassets */,
227+
5DB7EDC81D89CC2C00B62BB7 /* Settings.bundle */,
228+
E427582D1A0B75C000AA42B1 /* main.m */,
229+
E427582E1A0B75C000AA42B1 /* Info.plist */,
230+
);
231+
name = "Supporting Files";
232+
sourceTree = "<group>";
233+
};
223234
ACA98BA4794368CA002C5DC3 /* Pods */ = {
224235
isa = PBXGroup;
225236
children = (
@@ -270,17 +281,6 @@
270281
name = Unit;
271282
sourceTree = "<group>";
272283
};
273-
E441104E19F555B800CF3A8F /* Supporting Files */ = {
274-
isa = PBXGroup;
275-
children = (
276-
5DB7EDCA1D89CC3800B62BB7 /* Images.xcassets */,
277-
5DB7EDC81D89CC2C00B62BB7 /* Settings.bundle */,
278-
E427582D1A0B75C000AA42B1 /* main.m */,
279-
E427582E1A0B75C000AA42B1 /* Info.plist */,
280-
);
281-
path = "Supporting Files";
282-
sourceTree = "<group>";
283-
};
284284
E45EADF41AE92D9B0046D883 /* Localization */ = {
285285
isa = PBXGroup;
286286
children = (
@@ -373,7 +373,6 @@
373373
1E555E2F18466B6500B143B4 /* Resources */,
374374
E410DDBF1B441709008F1F0E /* Embed Frameworks */,
375375
F5F9E58BB96BD000574644DE /* [CP] Embed Pods Frameworks */,
376-
A98C8C615BCAA52AEE18061C /* [CP] Copy Pods Resources */,
377376
);
378377
buildRules = (
379378
);
@@ -463,21 +462,6 @@
463462
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
464463
showEnvVarsInLog = 0;
465464
};
466-
A98C8C615BCAA52AEE18061C /* [CP] Copy Pods Resources */ = {
467-
isa = PBXShellScriptBuildPhase;
468-
buildActionMask = 2147483647;
469-
files = (
470-
);
471-
inputPaths = (
472-
);
473-
name = "[CP] Copy Pods Resources";
474-
outputPaths = (
475-
);
476-
runOnlyForDeploymentPostprocessing = 0;
477-
shellPath = /bin/sh;
478-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MobileWeather/Pods-MobileWeather-resources.sh\"\n";
479-
showEnvVarsInLog = 0;
480-
};
481465
F5F9E58BB96BD000574644DE /* [CP] Embed Pods Frameworks */ = {
482466
isa = PBXShellScriptBuildPhase;
483467
buildActionMask = 2147483647;
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

MobileWeather.xcworkspace/xcuserdata/joel.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,16 @@
22
<Bucket
33
type = "0"
44
version = "2.0">
5+
<Breakpoints>
6+
<BreakpointProxy
7+
BreakpointExtensionID = "Xcode.Breakpoint.ExceptionBreakpoint">
8+
<BreakpointContent
9+
shouldBeEnabled = "Yes"
10+
ignoreCount = "0"
11+
continueAfterRunningActions = "No"
12+
scope = "0"
13+
stopOnStyle = "0">
14+
</BreakpointContent>
15+
</BreakpointProxy>
16+
</Breakpoints>
517
</Bucket>

MobileWeather/Settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
#define PREFS_UNITS_KEY @"unit"
1313
#define PREFS_UNITS_METRIC_KEY @"unitmetric"
1414
#define PREFS_UNITS_IMPERIAL_KEY @"unitimperial"
15-
#define PREFS_WEATHER_API_KEY @"892732f2c814107f556d2ab426a10cbf"
15+
#define PREFS_WEATHER_API_KEY @"713e2acc766caaf015c1a879a18ef1a6"
1616

1717
#endif

Podfile

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

44
target 'MobileWeather' do
5-
pod 'SmartDeviceLink', '~> 5.2'
5+
pod 'SmartDeviceLink', '~> 6.1'
66
end

Podfile.lock

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
PODS:
22
- BiSON (1.1.1)
3-
- SmartDeviceLink (5.2.0):
3+
- SmartDeviceLink (6.1.0):
44
- BiSON (~> 1.1.1)
5-
- SmartDeviceLink/Default (= 5.2.0)
6-
- SmartDeviceLink/Default (5.2.0):
5+
- SmartDeviceLink/Default (= 6.1.0)
6+
- SmartDeviceLink/Default (6.1.0):
77
- BiSON (~> 1.1.1)
88

99
DEPENDENCIES:
10-
- SmartDeviceLink (~> 5.2)
10+
- SmartDeviceLink (~> 6.1)
11+
12+
SPEC REPOS:
13+
https://github.com/cocoapods/specs.git:
14+
- BiSON
15+
- SmartDeviceLink
1116

1217
SPEC CHECKSUMS:
1318
BiSON: 2663348e6c64bfbf9cc82e4b0b3f7eed2cb3eb6b
14-
SmartDeviceLink: 3e6d6f68cb7a20929e3db0f61a3009f626117fe8
19+
SmartDeviceLink: 3d9f40953ade1d49e4bd5a8c0df9e6beae47e561
1520

16-
PODFILE CHECKSUM: 08dca85205f71df0fa2fad739e493c9f6b8f48ab
21+
PODFILE CHECKSUM: 7331e3b77616651e6b674a09cf10167005ce3d11
1722

18-
COCOAPODS: 1.4.0
23+
COCOAPODS: 1.5.3

Pods/Manifest.lock

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

0 commit comments

Comments
 (0)