summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS.podspec
diff options
context:
space:
mode:
authorleonid lokhmatov, Luxoft <zaqqqqqqqq@gmail.com>2020-07-06 21:23:59 +0300
committerleonid lokhmatov, Luxoft <zaqqqqqqqq@gmail.com>2020-07-06 21:45:38 +0300
commit7c2dbcfa945d3b9d570a8253c5b7f9977ca68cc0 (patch)
tree807c1b337a2d159be6a519f9a6757d8b85910928 /SmartDeviceLink-iOS.podspec
parentcc098e1084cc1f38f62bab2c1eeba1546b1a220f (diff)
downloadsdl_ios-7c2dbcfa945d3b9d570a8253c5b7f9977ca68cc0.tar.gz
sdl-0266 "New vehicle data GearStatus": apply review comments use [[x alloc] init] instead of [x new]; replace (nullable, strong, nonatomic) with (strong, nonatomic, nullable);
replace .to(beFalse()); with .to(equal(@NO)); in tests replace .to(beTrue()); with .to(equal(@YES)); in tests reorder headers import alphabetically
Diffstat (limited to 'SmartDeviceLink-iOS.podspec')
-rw-r--r--SmartDeviceLink-iOS.podspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec
index 3c591e152..ac0d9f7a8 100644
--- a/SmartDeviceLink-iOS.podspec
+++ b/SmartDeviceLink-iOS.podspec
@@ -133,6 +133,7 @@ ss.public_header_files = [
'SmartDeviceLink/SDLFuelRange.h',
'SmartDeviceLink/SDLFuelType.h',
'SmartDeviceLink/SDLFunctionID.h',
+'SmartDeviceLink/SDLGearStatus.h',
'SmartDeviceLink/SDLGenericResponse.h',
'SmartDeviceLink/SDLGetCloudAppProperties.h',
'SmartDeviceLink/SDLGetCloudAppPropertiesResponse.h',
@@ -405,6 +406,7 @@ ss.public_header_files = [
'SmartDeviceLink/SDLTouchManagerDelegate.h',
'SmartDeviceLink/SDLTouchType.h',
'SmartDeviceLink/SDLTPMS.h',
+'SmartDeviceLink/SDLTransmissionType.h',
'SmartDeviceLink/SDLTriggerSource.h',
'SmartDeviceLink/SDLTTSChunk.h',
'SmartDeviceLink/SDLTurn.h',