From 0d2740bf015692e7a3654c06ef16292e968e19c1 Mon Sep 17 00:00:00 2001 From: Jonathan Reams Date: Mon, 23 May 2022 13:49:33 -0400 Subject: [PATCH] package.swift update --- Package.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Package.swift b/Package.swift index f92b7d22628..962e7bd6545 100644 --- a/Package.swift +++ b/Package.swift @@ -112,6 +112,7 @@ let notSyncServerSources: [String] = [ "realm/sync/noinst/client_reset_operation.cpp", "realm/sync/noinst/client_reset_recovery.cpp", "realm/sync/noinst/compact_changesets.cpp", + "relam/sync/noinst/pending_bootstrap_store.cpp", "realm/sync/noinst/protocol_codec.cpp", "realm/sync/noinst/sync_metadata_schema.cpp", "realm/sync/object_id.cpp", @@ -544,6 +545,7 @@ let headers: [String] = [ "realm/sync/noinst/client_reset_recovery.hpp", "realm/sync/noinst/compact_changesets.hpp", "realm/sync/noinst/integer_codec.hpp", + "relam/sync/noinst/pending_bootstrap_store.hpp", "realm/sync/noinst/protocol_codec.hpp", "realm/sync/noinst/root_certs.hpp", "realm/sync/noinst/server/access_control.hpp",