Commit f1486ce
committed
Fix: Add platform versions to Package.swift
- Opening FlowLayout project in Xcode 16.2 encounters numerous API availability errors
- such as:
- Alignment is only available in iOS 13.0 or newer
- ProposedViewSize is only available in iOS 16.0 or newer
- These errors also occur when import FlowLayout into another project in Swift Package Manager
- Add iOS 16 and platform equivalents to solve this availability
- Platform versions fetched from https://xcodereleases.com/1 parent 797ee8b commit f1486ce
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments