Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

4.1.0 UIWebView Deprecation

Latest
Compare
Choose a tag to compare
@rpassis rpassis released this 15 Nov 14:52
· 361 commits to develop since this release

This release is being made available for existing users of version 4.0 who are receiving AppStore submission warnings due to use of UIWebView.

Changelog:

  • Removes all UIWebView references
  • Adds AFNetworking as source files instead of pod dependency

Migrating to 4.1.0

Breaking
To migrate your project from 4.0 to 4.1.0 you may be required to remove any AFNetworking imports you may have added to your files. Also remove AFNetworking as a dependency from your Podfile if you have it as it is no longer required.