SimpleKeychain icon indicating copy to clipboard operation
SimpleKeychain copied to clipboard

Swift 6 upgrade to the repo

Open NandanPrabhu opened this issue 8 months ago • 1 comments

  • [ ] All new/changed/fixed functionality is covered by tests (or N/A)
  • [ ] I have added documentation for all new/changed functionality (or N/A)

📋 Changes

PR has swift 6 upgrade changes to the repo targets. In the previous repo https://github.com/auth0/SimpleKeychain/pull/260 we have updated swift 6 support in the repo but havent updated swift versions in the test app and framework targets

📎 References

🎯 Testing

NandanPrabhu avatar May 12 '25 06:05 NandanPrabhu

Wasn't this already done as part of https://github.com/auth0/SimpleKeychain/pull/260? See:

Package.swift: https://github.com/auth0/SimpleKeychain/blob/master/Package.swift#L1 Screenshot 2025-05-12 at 11 10 05

SimpleKeychain.podspec: https://github.com/auth0/SimpleKeychain/blob/master/SimpleKeychain.podspec#L22

Screenshot 2025-05-12 at 11 10 12

Widcket avatar May 12 '25 10:05 Widcket