Skip to content

Lower minimum iOS version from 17.0 to 16.0 #13

@saluja-amandeep

Description

@saluja-amandeep

Issue

The package currently sets minimum iOS version to 17.0, but testing shows it works perfectly on iOS 16.0.

Evidence

  1. Testing Confirmed: Modified Package.swift from .iOS(.v17) to .iOS(.v16) and verified full functionality on iOS 16
  2. Dependencies Support iOS 16:
    • FlyingFox (v0.16.0): Explicitly supports iOS 13+
    • SimpleDebugger (v1.0.0): Bo iOS 17+ requirements found
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions