Xcode 12 and older incorrectly let us declare BIOSError.incorrectSize as @available(iOS 13), but Swift doesn't support @available for enum cases with associated values. Xcode 13 now properly enforces this restriction, so we instead mark the enum itself as @available(iOS 13). |
||
|---|---|---|
| .. | ||
| Base.lproj | ||
| Components | ||
| Database | ||
| Deep Linking | ||
| Emulation | ||
| Extensions | ||
| Game Selection | ||
| Importing | ||
| Launch | ||
| Pause Menu | ||
| Settings | ||
| Supporting Files | ||
| Syncing | ||
| Systems | ||
| Theming | ||
| AppDelegate.swift | ||