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

Fix Xcode 14 compiler warning #423

Merged
merged 1 commit into from
Jul 31, 2022
Merged

Fix Xcode 14 compiler warning #423

merged 1 commit into from
Jul 31, 2022

Conversation

ddaddy
Copy link
Contributor

@ddaddy ddaddy commented Jun 20, 2022

Description

protocol class has been deprecated and replaced with AnyObject

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Successful compilation with the following

  • Test iOS 14
  • Test iOS 13
  • Test iOS 12

Test Configuration

  • Xcode Versions: [13.3 & 14.0]

Checklist:

  • My code follows the style guidelines of this project
  • My code does not break backwards compatibility with earlier versions of PulleyLib
  • My code is fully functional with all supported device sizes and orientations
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have checked that my code does not break the behavior of the Sample/Demo app
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have tested and can prove my fix is effective or that my feature works

@ulmentflam ulmentflam merged commit 1728c7c into 52inc:master Jul 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants