forked from smartdevicelink/sdl_ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request smartdevicelink#6 in UIES/sdl-ios-lib from develop…
… to master * commit '03ecc34d8b36ae355d1b8de1ef04886f0e5d258d': (145 commits) Update version to 4.2.2 Fix an errant space Fix HTTP -> HTTPS on redirects Remove usage of NSURLComponents Add a test for HTTP -> HTTPS conversion Change HTTP alerting in SDLURLSession to use NSURLComponents Changelog update Update to v4.2.1 Fixed replacement of unused authentication properties for encryption properties. Update for v4.2.0 final Modified videoSessionAuthenticated to videoSessionEncrypted. We now modify this value based on response from Start Session ACK's header encrypt flag. Removed necessary NSNotificationCenter removeObserver Removed releasing unincluded variable. Using CFDictionaryRef instead of NSDictionary of VTCompressionSession initializer due to memory issues. Properly releasing pixel buffer pool on teardown. Removing data copy. Adding property to obtain a pixel buffer pool from the video encoder. Set version to v4.1.5 Alter all URL sessions to occur through HTTPS even if an HTTP URL is passed Updated proper cleanup of NSNotificationCenter observers for SDLStreamingMediaManager. ...
- Loading branch information
Showing
315 changed files
with
6,989 additions
and
3,108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
github "Quick/Nimble" "v4.0.1" | ||
github "AliSoftware/OHHTTPStubs" "5.0.0" | ||
github "Quick/Nimble" "v4.1.0" | ||
github "AliSoftware/OHHTTPStubs" "5.1.0" | ||
github "Quick/Quick" "v0.9.2" | ||
github "erikdoe/ocmock" "v3.3" | ||
github "erikdoe/ocmock" "v3.3.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.