Tags: square/Valet
Tags
Adopt Swift 6 and Xcode 16 (#322) * Adopt Swift 6 and Xcode 16 * Project updates * Lower macOS deployment to macOS 10.13 – match README * Remove @available checks that no longer apply * Remove renamed method hints * Remove v2 (objc) compatibility tests * Update README * Add migration method
Make core types Sendable and @unchecked Sendable (#308) * Make core types Sendable and @unchecked Sendable * Update Swift version and minimum Xcode version
Add support for multiple Valets within the same access group (#297) * Fix warning about missing global source in Gemfile * Commit Xcode-generated changes These changes happened automatically as a result of using a newer Xcode version * Add support for multiple Valets within the same access group Previously, the shared access group identifier was used for both the access group itself, as well as the uniqueness identifier for the given Valet. This adds an optional additional `identifier` parameter that can be specified when creating a shared access group Valet. The identifier adds an additional element of uniqueness, so two Valets with the same shared access group can exist, and their data will not overlap, so long as they have different identifiers. The default for this value is `nil`, which keeps the existing behavior for full backward compatibility. * Bump version to 4.2.0 --------- Co-authored-by: Dan Federman <[email protected]>
PreviousNext