Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0] [iOS] Switch to ARC. Refactoring and cleanup. #42503

Merged
merged 2 commits into from
Oct 2, 2020

Commits on Oct 2, 2020

  1. iOS: Refactoring

    Enabled ARC for iOS.
    Weakify/Strongify macros for objc blocks.
    Removed old version checks.
    Specific types for ObjC++ modules to exclude unneeded bridging.
    Separate DeviceMetrics class for device specific data.
    Replaced old/deprecated functionality.
    naithar committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    3cd1cb5 View commit details
    Browse the repository at this point in the history
  2. iOS: Native video refactoring

    Moved native video handling to separate view.
    naithar committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    6ee74de View commit details
    Browse the repository at this point in the history