Skip to content

Conversation

@backup-bdg
Copy link

This PR addresses several iOS warnings and errors:

  1. Fixed "windows" deprecation warning in iOS 15+ by using UIWindowScene.windows
  2. Fixed unreachable catch blocks by adding try? to function calls
  3. Fixed implicit coercion warnings in NotificationCenter.removeObserver
  4. Fixed CALayer shadow application by using the proper extension method
  5. Added @objc attribute to addFlowingLEDEffect method for Objective-C compatibility

These changes resolve all the compiler warnings and errors shown in the build logs.

1. Fixed 'windows' deprecation warning in iOS 15+ by using UIWindowScene.windows
2. Fixed unreachable catch blocks by adding try? to function calls
3. Fixed implicit coercion warnings in NotificationCenter.removeObserver
4. Fixed CALayer shadow application by using the proper extension method
5. Added @objc attribute to addFlowingLEDEffect method for Objective-C compatibility
@mentatbot
Copy link

mentatbot bot commented Apr 29, 2025

You are out of Mentat credits. You can view and refresh your credits here.

To disable this message on pr open, disable Always Review on my settings page

@backup-bdg backup-bdg merged commit 913d698 into main Apr 29, 2025
1 check failed
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.

3 participants