TPPDF icon indicating copy to clipboard operation
TPPDF copied to clipboard

Update Package.swift to avoid deprectiation warning.

Open Fahrenberg opened this issue 3 months ago • 1 comments

Updated Xcode to v 26, Package for iOS minimum version 'v9' is deprecated: iOS 12.0 is the oldest supported version by Apple. Please update the Swift Manifest to work with iOS12 (or later) to iOS 26.

Please check dependencies: dependencies: [ .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")), .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")), ],

Are they needed to be exact?

Fahrenberg avatar Sep 18 '25 11:09 Fahrenberg

Same here. Upgrading to Xcode 16 gives these warnings.

Image

KMessina1 avatar Sep 18 '25 16:09 KMessina1