weichsel / ZIPFoundation

Effortless ZIP Handling in Swift
MIT License
2.34k stars 262 forks source link

Update Package@swift-5.9.swift platform info #310

Closed MartinP7r closed 9 months ago

MartinP7r commented 9 months ago

Fixes #

swift package CLI throws a warning that v11 is too hold for swift-5.9

warning: 'zipfoundation': /Package@swift-5.9.swift:23:32: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
        .macOS(.v10_13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
                               ^
/Package@swift-5.9.swift:23:45: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
        .macOS(.v10_13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
                                            ^

Changes proposed in this PR

Tests performed

Further info for the reviewer

Open Issues

weichsel commented 9 months ago

Thanks for the changes!

swiftyfinch commented 7 months ago

Hello @weichsel! Are you going to release a patch with this changes?