From 772910350143f932f701503ed27a2e5c476512e9 Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Thu, 26 Sep 2024 09:48:31 -0600 Subject: [PATCH] Make function public (#405) * update package * make it public * bump the pod --- Sources/XMTPiOS/Mls/Installation.swift | 2 +- XMTP.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/XMTPiOS/Mls/Installation.swift b/Sources/XMTPiOS/Mls/Installation.swift index fa237ee0..dec47b8f 100644 --- a/Sources/XMTPiOS/Mls/Installation.swift +++ b/Sources/XMTPiOS/Mls/Installation.swift @@ -19,7 +19,7 @@ public struct Installation { ffiInstallation.id.toHex } - var createdAt: Date? { + public var createdAt: Date? { guard let timestampNs = ffiInstallation.clientTimestampNs else { return nil } return Date(timeIntervalSince1970: TimeInterval(timestampNs) / 1_000_000_000) } diff --git a/XMTP.podspec b/XMTP.podspec index 8601d828..99b4f1ce 100644 --- a/XMTP.podspec +++ b/XMTP.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |spec| # spec.name = "XMTP" - spec.version = "0.14.16" + spec.version = "0.14.17" spec.summary = "XMTP SDK Cocoapod" # This description is used to generate tags and improve search results.