summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLSetDisplayLayout.h
Commit message (Collapse)AuthorAgeFilesLines
* Shift files into root directoryJoel Fischer2016-05-251-35/+0
|
* First clang-format of all filesJoel Fischer2015-06-221-6/+5
| | | | | | | | * Format every file in the project according to standards set by the .clang-format file. * Install clang-format using `brew install clang-format` * Run clang-format with `clang-format -i -style=file ./SmartDeviceLink-iOS/SmartDeviceLink/*`
* Lots of documentation updates and fixesJoel Fischer2015-04-231-1/+1
| | | | | | * Enables documentation warnings in Xcode * Fixes every warning given by Xcode * Most files that contained a warning was also updated with formatting, content, and grammar fixes
* intializers return id -> intstancetypeJoel Fischer2015-03-111-2/+2
| | | | Change all `- (id)init` calls to `- (instancetype)init`
* Documentation of enums, rpcs, and moreJoel Fischer2015-03-091-1/+22
|
* Simplify the folder structureJoel Fischer2015-02-051-0/+15
Library files are now within the framework's folder Fix some warnings