-
-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
Issue
The package currently sets minimum iOS version to 17.0, but testing shows it works perfectly on iOS 16.0.
Evidence
- Testing Confirmed: Modified
Package.swiftfrom.iOS(.v17)to.iOS(.v16)and verified full functionality on iOS 16 - Dependencies Support iOS 16:
- FlyingFox (v0.16.0): Explicitly supports iOS 13+
- SimpleDebugger (v1.0.0): Bo iOS 17+ requirements found
- No iOS 17-specific APIs: No apparent usage of iOS 17-exclusive features in the codebase
Proposed Change
// Current
platforms: [.iOS(.v17)]
// Suggested
platforms: [.iOS(.v16)]Testing
Confirmed working on iOS 16 with:
- Order file generation
- XCUITest integration
- All documented functionality
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels