mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-15 11:59:21 +01:00
FIX: In case Apple makes changes to the temp folder icloud exclusion rule
This commit is contained in:
parent
9ba2852057
commit
52b0d69f32
2 changed files with 3 additions and 0 deletions
|
@ -131,6 +131,7 @@ async function _getRealm() {
|
|||
schema,
|
||||
path,
|
||||
encryptionKey,
|
||||
excludeFromIcloudBackup: true,
|
||||
});
|
||||
|
||||
return _realm;
|
||||
|
|
|
@ -285,6 +285,7 @@ export class BlueApp {
|
|||
schema,
|
||||
path,
|
||||
encryptionKey,
|
||||
excludeFromIcloudBackup: true,
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -327,6 +328,7 @@ export class BlueApp {
|
|||
schema,
|
||||
path,
|
||||
encryptionKey,
|
||||
excludeFromIcloudBackup: true,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue