diff options
author | Joel Fischer <joeljfischer@gmail.com> | 2017-10-31 09:15:56 -0400 |
---|---|---|
committer | Joel Fischer <joeljfischer@gmail.com> | 2017-10-31 09:15:56 -0400 |
commit | 293fafe0ef47b3ae667f67c118cf726c3fc657e3 (patch) | |
tree | d46e735948978bdc91f2f330c5ab8d32739bde8f /SmartDeviceLink/Info.plist | |
parent | 9e99cb99814407798a32768f11da4c06a86e6f85 (diff) | |
download | sdl_ios-293fafe0ef47b3ae667f67c118cf726c3fc657e3.tar.gz |
Fixed podspec
* FocusableItemLocator only works on iOS 9+ so only allow it to be activated on 9+
Diffstat (limited to 'SmartDeviceLink/Info.plist')
-rw-r--r-- | SmartDeviceLink/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/Info.plist b/SmartDeviceLink/Info.plist index 07647dc1c..6301a85d0 100644 --- a/SmartDeviceLink/Info.plist +++ b/SmartDeviceLink/Info.plist @@ -15,7 +15,7 @@ <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleShortVersionString</key> - <string>5.0.0-rc.1</string> + <string>5.0.0-rc.2</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> |