You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor: Remove outdated availability and Swift version guards
Analyzed project deployment targets and removed unnecessary
@available, #available, and #if swift guards throughout the codebase.
- iOS deployment target standardized at 15.0.
- macOS deployment target baseline at 11.0.
- tvOS deployment target baseline at 15.0.
- watchOS deployment target baseline at 7.0.
Removed #if swift(>=X.X) blocks by migrating the code
for the newer Swift version into the enclosing scope and deleting
the #else blocks.
0 commit comments