diff options
author | Joel Fischer <joeljfischer@gmail.com> | 2018-05-25 14:47:33 -0400 |
---|---|---|
committer | Joel Fischer <joeljfischer@gmail.com> | 2018-05-25 14:47:33 -0400 |
commit | 466cd0091c8350aba1c81862da11a9bc07ff0207 (patch) | |
tree | dee36e267eacba5d65cb26717e8c85c2c0d9ae9d /SmartDeviceLink-Example-Swift-Info.plist | |
parent | da767be2bd10518df7e54a4b043f333d51ed540c (diff) | |
download | sdl_ios-466cd0091c8350aba1c81862da11a9bc07ff0207.tar.gz |
Update for v6.0
Diffstat (limited to 'SmartDeviceLink-Example-Swift-Info.plist')
-rw-r--r-- | SmartDeviceLink-Example-Swift-Info.plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SmartDeviceLink-Example-Swift-Info.plist b/SmartDeviceLink-Example-Swift-Info.plist index e35e656dd..b458e0df2 100644 --- a/SmartDeviceLink-Example-Swift-Info.plist +++ b/SmartDeviceLink-Example-Swift-Info.plist @@ -2,8 +2,6 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> - <key>NSSpeechRecognitionUsageDescription</key> - <string>Requesting access to the speech recognition API</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> @@ -17,13 +15,15 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>5.2.0</string> + <string>6.0.0</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>1</string> <key>LSRequiresIPhoneOS</key> <true/> + <key>NSSpeechRecognitionUsageDescription</key> + <string>Requesting access to the speech recognition API</string> <key>UIBackgroundModes</key> <array> <string>external-accessory</string> |