summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-07-28 14:43:47 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-07-28 14:43:52 -0400
commit21e3334e53e5e102daa81acaa0098d2e4d503d2d (patch)
tree43d4c8e0c0535ddbff39b12a9cdd3921c2f311fc /README.md
parenta43c36c6fa43a98b826f0ad9426858e3cc389468 (diff)
parent8395a62df2a82c251cf8f7ac6ca4aebbe6cb81e6 (diff)
downloadsdl_ios-21e3334e53e5e102daa81acaa0098d2e4d503d2d.tar.gz
Merge branch 'jamescs-feature/implement_SDL_0080_multisession_protocol' into release/5.0.0
# Conflicts: # SmartDeviceLink/SDLIAPTransport.m
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0a84a7701..beff7d1d8 100644
--- a/README.md
+++ b/README.md
@@ -116,6 +116,7 @@ Your application must support a set of smartdevicelink protocol strings in order
<string>com.smartdevicelink.prot1</string>
<string>com.smartdevicelink.prot0</string>
<string>com.ford.sync.prot0</string>
+<string>com.smartdevicelink.multisession</string>
</array>
```