Skip to content

Releases: vpeschenkov/SecureDefaults

v1.2.3

11 Feb 14:32

Choose a tag to compare

What's Changed

Fixed:

  • Replaced deprecated NSKeyedUnarchiver.unarchiveTopLevelObjectWithData with modern secure unarchiving API.
  • Added regression coverage for custom NSSecureCoding objects to preserve backward-compatible encrypted storage behavior.
  • Updated Example test target deployment settings to remove XCTest linker warnings on modern Xcode.

Full Changelog: 1.2.2...1.2.3

v.1.2.2

11 Dec 10:04

Choose a tag to compare

fixed crash between versions

v1.2.1

11 Dec 09:40
18a0621

Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

v1.2.0

25 Oct 11:50

Choose a tag to compare

Fixed:

  • Xcode15 support and warnings

v1.1.0

21 Nov 10:57

Choose a tag to compare

What's Changed

  • Fix force type casting crash by @usmanjaved1321 in #13

New Contributors

  • @usmanjaved1321 made their first contribution in #13

Full Changelog: 1.0.7...1.1.0

v1.0.7

24 Mar 14:23

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.6...1.0.7

v1.0.6

22 Sep 16:24
370366e

Choose a tag to compare

Fixed

  • Crash with fatal error: 'try!' expression unexpectedly raised

v1.0.5

23 Sep 21:48

Choose a tag to compare

Update .travis.yml

v1.0.4

25 May 20:59

Choose a tag to compare

Release 1.0.4

v1.0.3

17 Apr 21:11

Choose a tag to compare

Added

  • Added setRawObject(_:forKey)