9cf640842b
Storing absolute path for different configs breaks compatibility on iOS as app's dir is changed after upgrade. The solution is to store relative paths and to concatenate it with `backend.rootDataDir`. The only exception is `LogFile` as it is stored outside `backend.rootDataDir` on Android. `LogDir` config was added to allow adding of custom dir for log file. Configs concerned: `DataDir` `LogDir` `LogFile` `KeystoreDir` `BackupDisabledDataDir` |
||
---|---|---|
.. | ||
library.go | ||
library_test.go | ||
library_test_multiaccount.go | ||
library_test_utils.go | ||
main.go | ||
multiaccount.go | ||
response.go | ||
response_test.go | ||
types.go |