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
Update deployment target to iOS 15.0, add conditional view for iOS 16.0.
- Adjusted deployment target to iOS 15.0 from 17.0
- Added conditional view for iOS 16.0 in DependenciesGraph+Body.swift
Refactor feature bodies to use shared implementation
- Update feature bodies to utilize a shared implementation for better code organization and consistency. Add logging for appearance and disappearance events.