Skip to content

Commit 47deed4

Browse files
committed
Added arm macOS binary info
1 parent 0363d97 commit 47deed4

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Import messages from other apps like WhatsApp to Signal.
66

77
* Only tested on Android
88
* No group text support
9-
* The commands below were run on MacOS
9+
* The commands below were run on macOS
1010
* Before you begin make sure you:
1111
* backup Signal before you begin
1212
* have written down the 30 digit backup code
@@ -17,7 +17,7 @@ Import messages from other apps like WhatsApp to Signal.
1717

1818
1. Install [Dart](https://dart.dev/)
1919

20-
2. Download/Clone this git
20+
2. Download/Clone this git or download arm macOS binary
2121

2222
3. Install [signalbackup-tools](https://github.com/bepaald/signalbackup-tools)
2323

@@ -63,6 +63,21 @@ Import messages from other apps like WhatsApp to Signal.
6363
6464
10. Run MoveToSignal in terminal
6565
66+
Mac arm64 binary
67+
68+
```bash
69+
cd path/to/working/folder/from/step/9
70+
71+
path/to/MoveToSignal/move_to_signal_Darwin_arm64 \
72+
--signalBackup=./signal-2023-12-03-12-00-00.backup \
73+
--signalBackupKey=123451234512345123451234512345 \
74+
--signalPhoneNumber=+49123456789 \
75+
--whatsappExports=./whatsapp \
76+
--verbose
77+
```
78+
79+
From source
80+
6681
```bash
6782
cd path/to/working/folder/from/step/9
6883
@@ -120,7 +135,7 @@ bin/move_to_signal.dart \
120135
### Language based date time format in Whatsapp exports
121136

122137
Whatsapp exports have language based time format in export file and for Android without seconds. In my case 01/12/2023, 23:59
123-
The new WhatsApp Mac App has a more usable format [01.12.23, 23:59:42] for the same message as Android, but in my case only loads the last 3 years of chat history.
138+
The new WhatsApp macOS App has a more usable format [01.12.23, 23:59:42] for the same message as Android, but in my case only loads the last 3 years of chat history.
124139

125140
Please open an issue with a small anonymized sample export and your device language. Or better open a PR with a fix. :)
126141

0 commit comments

Comments
 (0)