Skip to content

Commit

Permalink
Merge branch 'feature/sdl-7.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljfischer committed May 24, 2021
2 parents d522b8e + 3751ad1 commit 122e3e1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions MobileWeather.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@
INFOPLIST_FILE = MobileWeather/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 5.5.1;
MARKETING_VERSION = 5.5.2;
PRODUCT_BUNDLE_IDENTIFIER = com.sdl.sdlweather;
PRODUCT_NAME = "SDL Weather";
PROVISIONING_PROFILE = "";
Expand All @@ -697,7 +697,7 @@
INFOPLIST_FILE = MobileWeather/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 5.5.1;
MARKETING_VERSION = 5.5.2;
PRODUCT_BUNDLE_IDENTIFIER = com.sdl.sdlweather;
PRODUCT_NAME = "SDL Weather";
PROVISIONING_PROFILE = "";
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ platform :ios, '10.0'
use_frameworks!

target 'MobileWeather' do
# pod 'SmartDeviceLink', :git => 'https://github.com/smartdevicelink/sdl_ios.git', :tag => '7.1.0'
# pod 'SmartDeviceLink', :git => 'https://github.com/smartdevicelink/sdl_ios.git', :branch => 'hotfix/7.1.1'
pod 'SmartDeviceLink', '~> 7.1'
end
10 changes: 5 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- BiSON (1.2.2)
- SmartDeviceLink (7.1.0):
- SmartDeviceLink (7.1.1):
- BiSON (~> 1.2)
- SmartDeviceLink/Default (= 7.1.0)
- SmartDeviceLink/Default (7.1.0):
- SmartDeviceLink/Default (= 7.1.1)
- SmartDeviceLink/Default (7.1.1):
- BiSON (~> 1.2)

DEPENDENCIES:
Expand All @@ -16,8 +16,8 @@ SPEC REPOS:

SPEC CHECKSUMS:
BiSON: efb26805ec99f4ad516b77e9a32ced05f1c0985d
SmartDeviceLink: abdd3273e6da415cb9340954e82852433ae4cf9a
SmartDeviceLink: 9f00196ee6b4fc2f9bd2e8321de2b47a1258109e

PODFILE CHECKSUM: babeb44ba65bb67091ee3d2517c78025629298b3
PODFILE CHECKSUM: 6458ae1192665bc1781ad13cb2576fa31d74fc25

COCOAPODS: 1.10.1
4 changes: 2 additions & 2 deletions SmartDeviceLinkService.m
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ - (void)start {
self.localization = [Localization defaultLocalization];

// Change which config you need based on if you want to connect to a TDK (default) or a wifi based emulator (debug)
// SDLLifecycleConfiguration *lifecycleConfig = [SDLLifecycleConfiguration defaultConfigurationWithAppName:@"MobileWeather" fullAppId:@"330533107"];
SDLLifecycleConfiguration *lifecycleConfig = [SDLLifecycleConfiguration debugConfigurationWithAppName:@"MobileWeather" fullAppId:@"330533107" ipAddress:@"m.sdl.tools" port:11427];
SDLLifecycleConfiguration *lifecycleConfig = [SDLLifecycleConfiguration defaultConfigurationWithAppName:@"MobileWeather" fullAppId:@"330533107"];
// SDLLifecycleConfiguration *lifecycleConfig = [SDLLifecycleConfiguration debugConfigurationWithAppName:@"MobileWeather" fullAppId:@"330533107" ipAddress:@"192.168.45.2" port:12345];
lifecycleConfig.ttsName = [SDLTTSChunk textChunksFromString:NSLocalizedString(@"app.tts-name", nil)];
lifecycleConfig.voiceRecognitionCommandNames = @[NSLocalizedString(@"app.vr-synonym", nil)];
lifecycleConfig.appIcon = [SDLArtwork persistentArtworkWithImage:[UIImage imageNamed:@"sdl-appicon"] name:@"AppIcon" asImageFormat:SDLArtworkImageFormatPNG];
Expand Down

0 comments on commit 122e3e1

Please sign in to comment.