FIX: In case Apple makes changes to the temp folder icloud exclusion rule

This commit is contained in:
Marcos Rodriguez Velez 2024-12-11 13:20:13 -04:00
parent 9ba2852057
commit 52b0d69f32
2 changed files with 3 additions and 0 deletions

View file

@ -131,6 +131,7 @@ async function _getRealm() {
schema,
path,
encryptionKey,
excludeFromIcloudBackup: true,
});
return _realm;

View file

@ -285,6 +285,7 @@ export class BlueApp {
schema,
path,
encryptionKey,
excludeFromIcloudBackup: true,
});
}
@ -327,6 +328,7 @@ export class BlueApp {
schema,
path,
encryptionKey,
excludeFromIcloudBackup: true,
});
}