diff options
| author | Joel Fischer <joeljfischer@gmail.com> | 2017-03-02 11:39:16 -0500 |
|---|---|---|
| committer | Joel Fischer <joeljfischer@gmail.com> | 2017-03-02 11:39:16 -0500 |
| commit | ec2d3aedd358816eefd1a35fe3bac041e14fec16 (patch) | |
| tree | 4080ec02d5bd26499f5abfe80914916ebd8fdd30 /SmartDeviceLink-iOS.podspec | |
| parent | d509a7b2bfe1fb99242b8eaecf881c97eef6041b (diff) | |
| download | sdl_ios-ec2d3aedd358816eefd1a35fe3bac041e14fec16.tar.gz | |
Updates for logging and add a swift file(!)
* Add SDLLog.swift (podspec currently isn’t ready / not tested in Carthage)
* Update log levels to be an enum and package in off and default levels
* SDLLogManager is now public for swift reasons
Diffstat (limited to 'SmartDeviceLink-iOS.podspec')
| -rw-r--r-- | SmartDeviceLink-iOS.podspec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec index fe6205867..746009eae 100644 --- a/SmartDeviceLink-iOS.podspec +++ b/SmartDeviceLink-iOS.podspec @@ -291,7 +291,8 @@ s.public_header_files = [ 'SmartDeviceLink/SDLLogFileModule.h', 'SmartDeviceLink/SDLLogFilter.h', 'SmartDeviceLink/SDLLogConstants.h', -'SmartDeviceLink/SDLLogConfiguration.h' +'SmartDeviceLink/SDLLogConfiguration.h', +'SmartDeviceLink/SDLLogManager.h' ] end |
