-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deprecation warnings): Fix deprecation warnings (#301)
* fix(deprecations): Add `+ (UIWindow *)getKeyWindow;` wrapper to AMPUtils * fix(deprecations): Add diagnostic ignored around `statusBarFrame` usage * fix(deprecations): Add availability-checked unarchive method to Amplitude * fix(deprecations): Add availability checking to archive method in Amplitude * fix(deprecations): Wrap usage of `CC_MD5` into `diagnostic ignored` As mentioned by @haoliu-amp in #250 (comment), > This crypto algorithm is used for our checksum field, actually you don't need to worry about the security concern for that. > However, we will see if we wanna switch it to SHA256. Based on this, we can silence the compile warning here until a fix is implemented. * fix(deprecations): Add tvOS to availability checks * style: Add missing newlines, replace dot syntax by bracket syntax
- Loading branch information
Showing
4 changed files
with
82 additions
and
5 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
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