Skip to content

Releases: MobileNativeFoundation/Kronos

Add privacy manifest to xcodeproj

Choose a tag to compare

@keith keith released this 03 Jun 17:42
f331821

Thanks @didix21!

Add Privacy Manifest

Choose a tag to compare

@keith keith released this 06 May 22:20
1b2d25b

Thanks @didix21!

Update deployment targets

Choose a tag to compare

@keith keith released this 15 Jun 17:13
a46542c

This fixes compatibility with new Xcode versions

Fix CocoaPods version

Choose a tag to compare

@keith keith released this 12 Mar 17:20
I accidentally included 4.2.1 in 4.2.0

Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>

Fix Apple Silicon support and buffer overflow

Choose a tag to compare

@keith keith released this 12 Mar 17:17
Update to 4.2.0

Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>

Fix Swift versions for CocoaPods

Choose a tag to compare

@keith keith released this 12 Mar 17:17
4.1.1

Update podspec to include multiple Swift versions

4.1.0

Choose a tag to compare

@keith keith released this 10 Aug 20:32

Add app group assertion. Previously this would silently fall back to the standard NSUserDefaults instance. Now if you have invalid entitlements and specify an app group you will get an assertion.

Fix Swift 5.2 warnings

Choose a tag to compare

@keith keith released this 20 Apr 16:52
4.0.1

Bump version to 4.0.1

v4.0.0

Choose a tag to compare

@keith keith released this 28 Mar 16:41
  • Update for Swift 5

v3.0.1

Choose a tag to compare

@Reflejo Reflejo released this 10 Dec 22:23

3.0.1

  • Don't restore timestamps from the cache after a reboot
  • Expose sync age through Clock.annotatedNow

3.0.0

  • Update for Swift 4.2

2.0.1

  • Add tvOS support with CocoaPods

2.0.0

  • Update for Swift 4.1

1.0.2

  • Use app groups for UserDefaults if sharing time with an extension is desirable.