-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v8] Remove dependency on the Promises SDK (#187)
* [v8] Replace read keychain API with completion handler based API (#182) * [v8] Replace write keychain API with completion handler based API (#183) * [v8] Replace remove keychain API with completion handler based API (#184) * [v8] Replace remove keychain API with completion handler based API * Update GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m * [v8] Fix tests, docs, and imports following `GULKeychainStorage` API changes (#185) * [v8] Remove Promises API and dependency specifications (#186) * [v8] Remove Promises API and dependency specifications * Remove other header * [v8] Add changelog for removal of Promises dependency * [v8] Remove extraneous parameter from removeObject API (#188)
- Loading branch information
Showing
11 changed files
with
215 additions
and
427 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
31 changes: 0 additions & 31 deletions
31
GoogleUtilities/Environment/Public/GoogleUtilities/GULURLSessionDataResponse.h
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
GoogleUtilities/Environment/Public/GoogleUtilities/NSURLSession+GULPromises.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.