uber / uber-ios-sdk

Uber iOS SDK (beta)
https://developer.uber.com/docs
MIT License
376 stars 125 forks source link

SDK Configuration info.plist data is wrong formatted #159

Closed shaharukhs closed 7 years ago

shaharukhs commented 7 years ago

on README.md under SDK Configuration

<key>UberClientID</key>
<string>[ClientID]</string>
<key>UberServerToken<key>
<string>[Server Token]</string>
<key>UberDisplayName</key>
<string>[App Name]</string>
<key>UberCallbackURIs</key>
<array>
    <dict>
        <key>UberCallbackURIType</key>
        <string>General</string>
        <key>URIString</key>
        <string>[callback://your_callback_uri]</string>
    </dict>
</array>

one error 3rd line key tag is not closed.<key>UberServerToken<key> it should be <key>UberServerToken</key>